COLOR #77666F

HEX: #77666F
RGB: (119,102,111)

Color info

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

RGB color model

#77666F color RGB value is (119,102,111).

  • red value is 119;
  • green value is 102;
  • blue value is 111.
RGB:
(119,102,111)
(47%,40%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 111 of 255 = 44%

119
102
111

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

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 111 = 332 (100%)
R 119 of 332 ~ 35.84%
G 102 of 332 ~ 30.72%
B 111 of 332 ~ 33.43%

%35.84
%30.72
%33.43

CMYK color model

#77666F color CMYK value is (0,14,7,53).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(0,14,7,53)
C0M14Y7K53 
(0%,14%,7%,53%)
(0.00/0.14/0.07/0.53)	

CMYK percentages

%0
%14.29
%6.72
%53.33

Codes

Color #77666F in popluar color models

77666F
RGB119102111
HSL328°7.69%43.33%
HSB/HSV328°14.29%46.67%
CMYK0.00%14.29%6.72%
53.33%

Color #77666F in popluar number systems.

HEX77666F
Decimal119102111
Binary111011111001101101111
Octal167146157

Shades and tints

Shades of #77666F

#77666F
(119,102,111)
#6D5D65
(109,93,101)
#63545B
(99,84,91)
#594B51
(89,75,81)
#4F4247
(79,66,71)
#45393D
(69,57,61)
#3B3033
(59,48,51)
#312729
(49,39,41)
#271E1F
(39,30,31)
#1D1515
(29,21,21)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #77666F

#77666F
(119,102,111)
#83737C
(131,115,124)
#8F8089
(143,128,137)
#9B8D96
(155,141,150)
#A79AA3
(167,154,163)
#B3A7B0
(179,167,176)
#BFB4BD
(191,180,189)
#CBC1CA
(203,193,202)
#D7CED7
(215,206,215)
#E3DBE4
(227,219,228)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77666F color. Also use rgb(119,102,111) instead hex code.

Text Font Color

.myTextColor { color: #77666F; }

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

This text font color is #77666F.


Background Color

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

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

This div background color is #77666F.


Border color

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

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

This div border color is #77666F.


Opacity

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

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

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

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

This text has shadow with #77666F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77666F on black background.


Color preview on white background

This text has color #77666F on white background.



Black color preview on #77666F background

This text has black color on #77666F background.


White color preview on #77666F background

This text has white color on #77666F background.