COLOR #77706F

HEX: #77706F
RGB: (119,112,111)

Color info

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

RGB color model

#77706F color RGB value is (119,112,111).

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

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 111 of 255 = 44%

119
112
111

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 111 = 342 (100%)
R 119 of 342 ~ 34.8%
G 112 of 342 ~ 32.75%
B 111 of 342 ~ 32.46%

%34.8
%32.75
%32.46

CMYK color model

#77706F color CMYK value is (0,6,7,53).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(0,6,7,53)
C0M6Y7K53 
(0%,6%,7%,53%)
(0.00/0.06/0.07/0.53)	

CMYK percentages

%0
%5.88
%6.72
%53.33

Codes

Color #77706F in popluar color models

77706F
RGB119112111
HSL3.48%45.10%
HSB/HSV6.72%46.67%
CMYK0.00%5.88%6.72%
53.33%

Color #77706F in popluar number systems.

HEX77706F
Decimal119112111
Binary111011111100001101111
Octal167160157

Shades and tints

Shades of #77706F

#77706F
(119,112,111)
#6D6665
(109,102,101)
#635C5B
(99,92,91)
#595251
(89,82,81)
#4F4847
(79,72,71)
#453E3D
(69,62,61)
#3B3433
(59,52,51)
#312A29
(49,42,41)
#27201F
(39,32,31)
#1D1615
(29,22,21)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #77706F

#77706F
(119,112,111)
#837D7C
(131,125,124)
#8F8A89
(143,138,137)
#9B9796
(155,151,150)
#A7A4A3
(167,164,163)
#B3B1B0
(179,177,176)
#BFBEBD
(191,190,189)
#CBCBCA
(203,203,202)
#D7D8D7
(215,216,215)
#E3E5E4
(227,229,228)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77706F; }

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

This text font color is #77706F.


Background Color

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

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

This div background color is #77706F.


Border color

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

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

This div border color is #77706F.


Opacity

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

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

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

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

This text has shadow with #77706F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77706F on black background.


Color preview on white background

This text has color #77706F on white background.



Black color preview on #77706F background

This text has black color on #77706F background.


White color preview on #77706F background

This text has white color on #77706F background.