COLOR #77766D

HEX: #77766D
RGB: (119,118,109)

Color info

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

RGB color model

#77766D color RGB value is (119,118,109).

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

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 109 of 255 = 43%

119
118
109

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

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 109 = 346 (100%)
R 119 of 346 ~ 34.39%
G 118 of 346 ~ 34.1%
B 109 of 346 ~ 31.5%

%34.39
%34.1
%31.5

CMYK color model

#77766D color CMYK value is (0,1,8,53).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 8.40%
  • key color value is 53.33%
CMYK:
(0,1,8,53)
C0M1Y8K53 
(0%,1%,8%,53%)
(0.00/0.01/0.08/0.53)	

CMYK percentages

%0
%0.84
%8.4
%53.33

Codes

Color #77766D in popluar color models

77766D
RGB119118109
HSL54°4.39%44.71%
HSB/HSV54°8.40%46.67%
CMYK0.00%0.84%8.40%
53.33%

Color #77766D in popluar number systems.

HEX77766D
Decimal119118109
Binary111011111101101101101
Octal167166155

Shades and tints

Shades of #77766D

#77766D
(119,118,109)
#6D6C64
(109,108,100)
#63625B
(99,98,91)
#595852
(89,88,82)
#4F4E49
(79,78,73)
#454440
(69,68,64)
#3B3A37
(59,58,55)
#31302E
(49,48,46)
#272625
(39,38,37)
#1D1C1C
(29,28,28)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #77766D

#77766D
(119,118,109)
#83827A
(131,130,122)
#8F8E87
(143,142,135)
#9B9A94
(155,154,148)
#A7A6A1
(167,166,161)
#B3B2AE
(179,178,174)
#BFBEBB
(191,190,187)
#CBCAC8
(203,202,200)
#D7D6D5
(215,214,213)
#E3E2E2
(227,226,226)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77766D; }

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

This text font color is #77766D.


Background Color

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

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

This div background color is #77766D.


Border color

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

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

This div border color is #77766D.


Opacity

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

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

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

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

This text has shadow with #77766D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77766D on black background.


Color preview on white background

This text has color #77766D on white background.



Black color preview on #77766D background

This text has black color on #77766D background.


White color preview on #77766D background

This text has white color on #77766D background.