COLOR #77706A

HEX: #77706A
RGB: (119,112,106)

Color info

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

RGB color model

#77706A color RGB value is (119,112,106).

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

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 106 of 255 = 42%

119
112
106

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 106 = 337 (100%)
R 119 of 337 ~ 35.31%
G 112 of 337 ~ 33.23%
B 106 of 337 ~ 31.45%

%35.31
%33.23
%31.45

CMYK color model

#77706A color CMYK value is (0,6,11,53).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(0,6,11,53)
C0M6Y11K53 
(0%,6%,11%,53%)
(0.00/0.06/0.11/0.53)	

CMYK percentages

%0
%5.88
%10.92
%53.33

Codes

Color #77706A in popluar color models

77706A
RGB119112106
HSL28°5.78%44.12%
HSB/HSV28°10.92%46.67%
CMYK0.00%5.88%10.92%
53.33%

Color #77706A in popluar number systems.

HEX77706A
Decimal119112106
Binary111011111100001101010
Octal167160152

Shades and tints

Shades of #77706A

#77706A
(119,112,106)
#6D6661
(109,102,97)
#635C58
(99,92,88)
#59524F
(89,82,79)
#4F4846
(79,72,70)
#453E3D
(69,62,61)
#3B3434
(59,52,52)
#312A2B
(49,42,43)
#272022
(39,32,34)
#1D1619
(29,22,25)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #77706A

#77706A
(119,112,106)
#837D77
(131,125,119)
#8F8A84
(143,138,132)
#9B9791
(155,151,145)
#A7A49E
(167,164,158)
#B3B1AB
(179,177,171)
#BFBEB8
(191,190,184)
#CBCBC5
(203,203,197)
#D7D8D2
(215,216,210)
#E3E5DF
(227,229,223)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77706A; }

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

This text font color is #77706A.


Background Color

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

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

This div background color is #77706A.


Border color

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

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

This div border color is #77706A.


Opacity

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

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

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

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

This text has shadow with #77706A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77706A on black background.


Color preview on white background

This text has color #77706A on white background.



Black color preview on #77706A background

This text has black color on #77706A background.


White color preview on #77706A background

This text has white color on #77706A background.