COLOR #77787F

HEX: #77787F
RGB: (119,120,127)

Color info

#77787F contains red, green and blue colors in about the same proportion. Web safe color of #77787F is #666666 (or #666).

RGB color model

#77787F color RGB value is (119,120,127).

  • red value is 119;
  • green value is 120;
  • blue value is 127.
RGB:
(119,120,127)
(47%,47%,50%)

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 127 of 255 = 50%

119
120
127

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

Portions of RGB colors in percentages

R + G + B =
119 + 120 + 127 = 366 (100%)
R 119 of 366 ~ 32.51%
G 120 of 366 ~ 32.79%
B 127 of 366 ~ 34.7%

%32.51
%32.79
%34.7

CMYK color model

#77787F color CMYK value is (6,6,0,50).

  • cyan value is 6.30%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(6,6,0,50)
C6M6Y0K50 
(6%,6%,0%,50%)
(0.06/0.06/0.00/0.50)	

CMYK percentages

%6.3
%5.51
%0
%50.2

Codes

Color #77787F in popluar color models

77787F
RGB119120127
HSL233°3.25%48.24%
HSB/HSV233°6.30%49.80%
CMYK6.30%5.51%0.00%
50.20%

Color #77787F in popluar number systems.

HEX77787F
Decimal119120127
Binary111011111110001111111
Octal167170177

Shades and tints

Shades of #77787F

#77787F
(119,120,127)
#6D6E74
(109,110,116)
#636469
(99,100,105)
#595A5E
(89,90,94)
#4F5053
(79,80,83)
#454648
(69,70,72)
#3B3C3D
(59,60,61)
#313232
(49,50,50)
#272827
(39,40,39)
#1D1E1C
(29,30,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #77787F

#77787F
(119,120,127)
#83848A
(131,132,138)
#8F9095
(143,144,149)
#9B9CA0
(155,156,160)
#A7A8AB
(167,168,171)
#B3B4B6
(179,180,182)
#BFC0C1
(191,192,193)
#CBCCCC
(203,204,204)
#D7D8D7
(215,216,215)
#E3E4E2
(227,228,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77787F color. Also use rgb(119,120,127) instead hex code.

Text Font Color

.myTextColor { color: #77787F; }

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

This text font color is #77787F.


Background Color

.myBgColor { background-color: #77787F; }

<div style="background-color:#77787F">Inner text</div>

This div background color is #77787F.


Border color

.myBorderColor { border: 1px solid #77787F; }

<div style="border:3px solid #77787F">Div</div>

This div border color is #77787F.


Opacity

.myOpacity80 { color: #77787F; opacity: 0.8; }

<p style="color:#77787F;opacity:0.8;">80%</p>

Text with #77787F 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 #77787F;}

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

This text has shadow with #77787F color.

.textShadow {text-shadow: 3px 3px 1px #77787F, 3px 3px 1px red;}

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

This text has shadow with #77787F primary color and red secondary color.


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

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

This text has shadow with #77787F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77787F on black background.


Color preview on white background

This text has color #77787F on white background.



Black color preview on #77787F background

This text has black color on #77787F background.


White color preview on #77787F background

This text has white color on #77787F background.