COLOR #77666D

HEX: #77666D
RGB: (119,102,109)

Color info

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

RGB color model

#77666D color RGB value is (119,102,109).

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

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 109 of 255 = 43%

119
102
109

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

Portions of RGB colors in percentages

R + G + B =
119 + 102 + 109 = 330 (100%)
R 119 of 330 ~ 36.06%
G 102 of 330 ~ 30.91%
B 109 of 330 ~ 33.03%

%36.06
%30.91
%33.03

CMYK color model

#77666D color CMYK value is (0,14,8,53).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 8.40%
  • key color value is 53.33%
CMYK:
(0,14,8,53)
C0M14Y8K53 
(0%,14%,8%,53%)
(0.00/0.14/0.08/0.53)	

CMYK percentages

%0
%14.29
%8.4
%53.33

Codes

Color #77666D in popluar color models

77666D
RGB119102109
HSL335°7.69%43.33%
HSB/HSV335°14.29%46.67%
CMYK0.00%14.29%8.40%
53.33%

Color #77666D in popluar number systems.

HEX77666D
Decimal119102109
Binary111011111001101101101
Octal167146155

Shades and tints

Shades of #77666D

#77666D
(119,102,109)
#6D5D64
(109,93,100)
#63545B
(99,84,91)
#594B52
(89,75,82)
#4F4249
(79,66,73)
#453940
(69,57,64)
#3B3037
(59,48,55)
#31272E
(49,39,46)
#271E25
(39,30,37)
#1D151C
(29,21,28)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #77666D

#77666D
(119,102,109)
#83737A
(131,115,122)
#8F8087
(143,128,135)
#9B8D94
(155,141,148)
#A79AA1
(167,154,161)
#B3A7AE
(179,167,174)
#BFB4BB
(191,180,187)
#CBC1C8
(203,193,200)
#D7CED5
(215,206,213)
#E3DBE2
(227,219,226)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77666D; }

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

This text font color is #77666D.


Background Color

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

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

This div background color is #77666D.


Border color

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

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

This div border color is #77666D.


Opacity

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

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

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

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

This text has shadow with #77666D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77666D on black background.


Color preview on white background

This text has color #77666D on white background.



Black color preview on #77666D background

This text has black color on #77666D background.


White color preview on #77666D background

This text has white color on #77666D background.