COLOR #77717F

HEX: #77717F
RGB: (119,113,127)

Color info

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

RGB color model

#77717F color RGB value is (119,113,127).

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

RGB channels and saturation

R 119 of 255 = 47%
G 113 of 255 = 44%
B 127 of 255 = 50%

119
113
127

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

Portions of RGB colors in percentages

R + G + B =
119 + 113 + 127 = 359 (100%)
R 119 of 359 ~ 33.15%
G 113 of 359 ~ 31.48%
B 127 of 359 ~ 35.38%

%33.15
%31.48
%35.38

CMYK color model

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

  • cyan value is 6.30%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(6,11,0,50)
C6M11Y0K50 
(6%,11%,0%,50%)
(0.06/0.11/0.00/0.50)	

CMYK percentages

%6.3
%11.02
%0
%50.2

Codes

Color #77717F in popluar color models

77717F
RGB119113127
HSL266°5.83%47.06%
HSB/HSV266°11.02%49.80%
CMYK6.30%11.02%0.00%
50.20%

Color #77717F in popluar number systems.

HEX77717F
Decimal119113127
Binary111011111100011111111
Octal167161177

Shades and tints

Shades of #77717F

#77717F
(119,113,127)
#6D6774
(109,103,116)
#635D69
(99,93,105)
#59535E
(89,83,94)
#4F4953
(79,73,83)
#453F48
(69,63,72)
#3B353D
(59,53,61)
#312B32
(49,43,50)
#272127
(39,33,39)
#1D171C
(29,23,28)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #77717F

#77717F
(119,113,127)
#837D8A
(131,125,138)
#8F8995
(143,137,149)
#9B95A0
(155,149,160)
#A7A1AB
(167,161,171)
#B3ADB6
(179,173,182)
#BFB9C1
(191,185,193)
#CBC5CC
(203,197,204)
#D7D1D7
(215,209,215)
#E3DDE2
(227,221,226)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77717F; }

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

This text font color is #77717F.


Background Color

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

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

This div background color is #77717F.


Border color

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

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

This div border color is #77717F.


Opacity

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

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

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

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

This text has shadow with #77717F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77717F on black background.


Color preview on white background

This text has color #77717F on white background.



Black color preview on #77717F background

This text has black color on #77717F background.


White color preview on #77717F background

This text has white color on #77717F background.