COLOR #77807F

HEX: #77807F
RGB: (119,128,127)

Color info

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

RGB color model

#77807F color RGB value is (119,128,127).

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

RGB channels and saturation

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

119
128
127

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

Portions of RGB colors in percentages

R + G + B =
119 + 128 + 127 = 374 (100%)
R 119 of 374 ~ 31.82%
G 128 of 374 ~ 34.22%
B 127 of 374 ~ 33.96%

%31.82
%34.22
%33.96

CMYK color model

#77807F color CMYK value is (7,0,1,50).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.80%
CMYK:
(7,0,1,50)
C7M0Y1K50 
(7%,0%,1%,50%)
(0.07/0.00/0.01/0.50)	

CMYK percentages

%7.03
%0
%0.78
%49.8

Codes

Color #77807F in popluar color models

77807F
RGB119128127
HSL173°3.64%48.43%
HSB/HSV173°7.03%50.20%
CMYK7.03%0.00%0.78%
49.80%

Color #77807F in popluar number systems.

HEX77807F
Decimal119128127
Binary1110111100000001111111
Octal167200177

Shades and tints

Shades of #77807F

#77807F
(119,128,127)
#6D7574
(109,117,116)
#636A69
(99,106,105)
#595F5E
(89,95,94)
#4F5453
(79,84,83)
#454948
(69,73,72)
#3B3E3D
(59,62,61)
#313332
(49,51,50)
#272827
(39,40,39)
#1D1D1C
(29,29,28)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #77807F

#77807F
(119,128,127)
#838B8A
(131,139,138)
#8F9695
(143,150,149)
#9BA1A0
(155,161,160)
#A7ACAB
(167,172,171)
#B3B7B6
(179,183,182)
#BFC2C1
(191,194,193)
#CBCDCC
(203,205,204)
#D7D8D7
(215,216,215)
#E3E3E2
(227,227,226)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77807F; }

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

This text font color is #77807F.


Background Color

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

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

This div background color is #77807F.


Border color

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

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

This div border color is #77807F.


Opacity

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

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

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

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

This text has shadow with #77807F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77807F on black background.


Color preview on white background

This text has color #77807F on white background.



Black color preview on #77807F background

This text has black color on #77807F background.


White color preview on #77807F background

This text has white color on #77807F background.