COLOR #7D787B

HEX: #7D787B
RGB: (125,120,123)

Renk bilgisi

#7D787B contains red, green and blue colors in about the same proportion. #7D787B ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#7D787B color RGB value is (125,120,123).

  • kırmız ton 125;
  • yeşil ton 120;
  • mavi ton 123.
RGB:
(125,120,123)
(49%,47%,48%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 120 of 255 = 47%
B 123 of 255 = 48%

125
120
123

R + G + B ~ 48%. #7D787B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 120 + 123 = 368 (100%)
R 125 of 368 ~ 33.97%
G 120 of 368 ~ 32.61%
B 123 of 368 ~ 33.42%

%33.97
%32.61
%33.42

CMYK RENK MODELİ

#7D787B rengi CMYK tonu (0,4,2,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.00%
  • sarı tonu 1.60%
  • ana renk tonu 50.98%
CMYK:
(0,4,2,51)
C0M4Y2K51 
(0%,4%,2%,51%)
(0.00/0.04/0.02/0.51)	

CMYK yüzdeleri

%0
%4
%1.6
%50.98

Codes

Color #7D787B in popluar color models

7D787B
RGB125120123
HSL324°2.04%48.04%
HSB/HSV324°4.00%49.02%
CMYK0.00%4.00%1.60%
50.98%

Color #7D787B in popluar number systems.

HEX7D787B
Decimal125120123
Binary111110111110001111011
Octal175170173

Shades and tints

Shades of #7D787B

#7D787B
(125,120,123)
#726E70
(114,110,112)
#676465
(103,100,101)
#5C5A5A
(92,90,90)
#51504F
(81,80,79)
#464644
(70,70,68)
#3B3C39
(59,60,57)
#30322E
(48,50,46)
#252823
(37,40,35)
#1A1E18
(26,30,24)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #7D787B

#7D787B
(125,120,123)
#888487
(136,132,135)
#939093
(147,144,147)
#9E9C9F
(158,156,159)
#A9A8AB
(169,168,171)
#B4B4B7
(180,180,183)
#BFC0C3
(191,192,195)
#CACCCF
(202,204,207)
#D5D8DB
(213,216,219)
#E0E4E7
(224,228,231)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D787B color. Also use rgb(125,120,123) instead hex code.

Text Font Color

.myTextColor { color: #7D787B; }

<p style="color:#7D787B">This sample text font color is #7D787B.</p>

This text font color is #7D787B.


Background Color

.myBgColor { background-color: #7D787B; }

<div style="background-color:#7D787B">Inner text</div>

This div background color is #7D787B.


Border color

.myBorderColor { border: 1px solid #7D787B; }

<div style="border:3px solid #7D787B">Div</div>

This div border color is #7D787B.


Opacity

.myOpacity80 { color: #7D787B; opacity: 0.8; }

<p style="color:#7D787B;opacity:0.8;">80%</p>

Text with #7D787B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7D787B;}

<p style="text-shadow: 3px 3px 1px #7D787B">Text here.</p>

This text has shadow with #7D787B color.

.textShadow {text-shadow: 3px 3px 1px #7D787B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7D787B, 5px 5px 20px red">Text here.</p>

This text has shadow with #7D787B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D787B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7D787B, Direction=45, Strength=4)">Text</p>

This text has shadow with #7D787B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7D787B;
  -webkit-box-shadow:	1px 1px 3px 2px #7D787B;
  box-shadow:		1px 1px 3px 2px #7D787B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D787B;
-webkit-box-shadow: 1px 1px 3px 2px #7D787B;
box-shadow:1px 1px 3px 2px #7D787B;">
Div content here</div>
This div box has shadow with color #7D787B.

Preview

Color preview on black background

This text has color #7D787B on black background.


Color preview on white background

This text has color #7D787B on white background.



Black color preview on #7D787B background

This text has black color on #7D787B background.


White color preview on #7D787B background

This text has white color on #7D787B background.