COLOR #77717C

HEX: #77717C RGB: (119,113,124)

Color info

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

RGB color model

#77717C color RGB value is (119,113,124).

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

RGB channels and saturation

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

119
113
124

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

Portions of RGB colors in percentages

R + G + B = 119 + 113 + 124 = 356 (100%)
R 119 of 356 ~ 33.43%
G 113 of 356 ~ 31.74%
B 124 of 356 ~ 34.83'%

%33.43
%31.74
%34.83

CMYK color model

#77717C color CMYK value is (4,9,0,51).

  • cyan value is 4.03%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (4,9,0,51)
C4M9Y0K51 (4%, 9%, 0%, 51%)
(0.04 / 0.09 / 0.00 / 0.51)

CMYK percentages

%4.03
%8.87
%0
%51.37

Codes

Color #77717C in popluar color models

77 71 7C
RGB 119 113 124
HSL 273° 4.64% 46.47%
HSB/HSV 273° 8.87% 48.63%
CMYK 4.03% 8.87% 0.00%
51.37%

Color #77717C in popluar number systems.

HEX 77 71 7C
Decimal 119 113 124
Binary 1110111 1110001 1111100
Octal 167 161 174

Shades and tints

Shades of #77717C

#77717C
(119,113,124)
#6D6771
(109,103,113)
#635D66
(99,93,102)
#59535B
(89,83,91)
#4F4950
(79,73,80)
#453F45
(69,63,69)
#3B353A
(59,53,58)
#312B2F
(49,43,47)
#272124
(39,33,36)
#1D1719
(29,23,25)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #77717C

#77717C
(119,113,124)
#837D87
(131,125,135)
#8F8992
(143,137,146)
#9B959D
(155,149,157)
#A7A1A8
(167,161,168)
#B3ADB3
(179,173,179)
#BFB9BE
(191,185,190)
#CBC5C9
(203,197,201)
#D7D1D4
(215,209,212)
#E3DDDF
(227,221,223)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77717C; }

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

This text font color is #77717C.

Background Color

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

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

This div background color is #77717C.

Border color

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

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

This div border color is #77717C.

Opacity

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

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

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

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

This text has shadow with #77717C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77717C.

Preview

Color preview on black background

This text has color #77717C on black background.


Color preview on white background

This text has color #77717C on white background.


Black color preview on #77717C background

This text has black color on #77717C background.


White color preview on #77717C background

This text has white color on #77717C background.


Related colors

Complementary color

Complementary color for #hex is #888E83.


I love getcolorcode.com

Triadic colors

1 #7C7771 and #717C77 with #77717C are triadic colors.

2 #7C7177 and #71777C with #77717C are triadic colors.