COLOR #77707E

HEX: #77707E
RGB: (119,112,126)

Color info

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

RGB color model

#77707E color RGB value is (119,112,126).

  • red value is 119;
  • green value is 112;
  • blue value is 126.
RGB:
(119,112,126)
(47%,44%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 126 of 255 = 49%

119
112
126

R + G + B ~ 47%. #77707E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 126 = 357 (100%)
R 119 of 357 ~ 33.33%
G 112 of 357 ~ 31.37%
B 126 of 357 ~ 35.29%

%33.33
%31.37
%35.29

CMYK color model

#77707E color CMYK value is (6,11,0,51).

  • cyan value is 5.56%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(6,11,0,51)
C6M11Y0K51 
(6%,11%,0%,51%)
(0.06/0.11/0.00/0.51)	

CMYK percentages

%5.56
%11.11
%0
%50.59

Codes

Color #77707E in popluar color models

77707E
RGB119112126
HSL270°5.88%46.67%
HSB/HSV270°11.11%49.41%
CMYK5.56%11.11%0.00%
50.59%

Color #77707E in popluar number systems.

HEX77707E
Decimal119112126
Binary111011111100001111110
Octal167160176

Shades and tints

Shades of #77707E

#77707E
(119,112,126)
#6D6673
(109,102,115)
#635C68
(99,92,104)
#59525D
(89,82,93)
#4F4852
(79,72,82)
#453E47
(69,62,71)
#3B343C
(59,52,60)
#312A31
(49,42,49)
#272026
(39,32,38)
#1D161B
(29,22,27)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #77707E

#77707E
(119,112,126)
#837D89
(131,125,137)
#8F8A94
(143,138,148)
#9B979F
(155,151,159)
#A7A4AA
(167,164,170)
#B3B1B5
(179,177,181)
#BFBEC0
(191,190,192)
#CBCBCB
(203,203,203)
#D7D8D6
(215,216,214)
#E3E5E1
(227,229,225)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77707E color. Also use rgb(119,112,126) instead hex code.

Text Font Color

.myTextColor { color: #77707E; }

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

This text font color is #77707E.


Background Color

.myBgColor { background-color: #77707E; }

<div style="background-color:#77707E">Inner text</div>

This div background color is #77707E.


Border color

.myBorderColor { border: 1px solid #77707E; }

<div style="border:3px solid #77707E">Div</div>

This div border color is #77707E.


Opacity

.myOpacity80 { color: #77707E; opacity: 0.8; }

<p style="color:#77707E;opacity:0.8;">80%</p>

Text with #77707E 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 #77707E;}

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

This text has shadow with #77707E color.

.textShadow {text-shadow: 3px 3px 1px #77707E, 3px 3px 1px red;}

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

This text has shadow with #77707E primary color and red secondary color.


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

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

This text has shadow with #77707E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77707E on black background.


Color preview on white background

This text has color #77707E on white background.



Black color preview on #77707E background

This text has black color on #77707E background.


White color preview on #77707E background

This text has white color on #77707E background.