COLOR #77717E

HEX: #77717E RGB: (119,113,126)

Color info

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

RGB color model

#77717E color RGB value is (119,113,126).

RGB: (119,113,126) (47%, 44%, 49%)

RGB channels and saturation

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

119
113
126

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

Portions of RGB colors in percentages

R + G + B = 119 + 113 + 126 = 358 (100%)
R 119 of 358 ~ 33.24%
G 113 of 358 ~ 31.56%
B 126 of 358 ~ 35.2'%

%33.24
%31.56
%35.2

CMYK color model

#77717E color CMYK value is (6,10,0,51).

  • cyan value is 5.56%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (6,10,0,51)
C6M10Y0K51 (6%, 10%, 0%, 51%)
(0.06 / 0.10 / 0.00 / 0.51)

CMYK percentages

%5.56
%10.32
%0
%50.59

Codes

Color #77717E in popluar color models

77 71 7E
RGB 119 113 126
HSL 268° 5.44% 46.86%
HSB/HSV 268° 10.32% 49.41%
CMYK 5.56% 10.32% 0.00%
50.59%

Color #77717E in popluar number systems.

HEX 77 71 7E
Decimal 119 113 126
Binary 1110111 1110001 1111110
Octal 167 161 176

Shades and tints

Shades of #77717E

#77717E
(119,113,126)
#6D6773
(109,103,115)
#635D68
(99,93,104)
#59535D
(89,83,93)
#4F4952
(79,73,82)
#453F47
(69,63,71)
#3B353C
(59,53,60)
#312B31
(49,43,49)
#272126
(39,33,38)
#1D171B
(29,23,27)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #77717E

#77717E
(119,113,126)
#837D89
(131,125,137)
#8F8994
(143,137,148)
#9B959F
(155,149,159)
#A7A1AA
(167,161,170)
#B3ADB5
(179,173,181)
#BFB9C0
(191,185,192)
#CBC5CB
(203,197,203)
#D7D1D6
(215,209,214)
#E3DDE1
(227,221,225)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77717E; }

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

This text font color is #77717E.

Background Color

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

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

This div background color is #77717E.

Border color

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

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

This div border color is #77717E.

Opacity

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

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

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

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

This text has shadow with #77717E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77717E.

Preview

Color preview on black background

This text has color #77717E on black background.


Color preview on white background

This text has color #77717E on white background.


Black color preview on #77717E background

This text has black color on #77717E background.


White color preview on #77717E background

This text has white color on #77717E background.


Related colors

Complementary color

Complementary color for #hex is #888E81.


I love getcolorcode.com

Triadic colors

1 #7E7771 and #717E77 with #77717E are triadic colors.

2 #7E7177 and #71777E with #77717E are triadic colors.