COLOR #977E66

HEX: #977E66
RGB: (151,126,102)

Color info

#977E66 contains red, green and blue colors in about the same proportion. Web safe color of #977E66 is #996666 (or #966).

RGB color model

#977E66 color RGB value is (151,126,102).

  • red value is 151;
  • green value is 126;
  • blue value is 102.
RGB:
(151,126,102)
(59%,49%,40%)

RGB channels and saturation

R 151 of 255 = 59%
G 126 of 255 = 49%
B 102 of 255 = 40%

151
126
102

R + G + B ~ 49%. #977E66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 126 + 102 = 379 (100%)
R 151 of 379 ~ 39.84%
G 126 of 379 ~ 33.25%
B 102 of 379 ~ 26.91%

%39.84
%33.25
%26.91

CMYK color model

#977E66 color CMYK value is (0,17,32,41).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 32.45%
  • key color value is 40.78%
CMYK:
(0,17,32,41)
C0M17Y32K41 
(0%,17%,32%,41%)
(0.00/0.17/0.32/0.41)	

CMYK percentages

%0
%16.56
%32.45
%40.78

Codes

Color #977E66 in popluar color models

977E66
RGB151126102
HSL29°19.37%49.61%
HSB/HSV29°32.45%59.22%
CMYK0.00%16.56%32.45%
40.78%

Color #977E66 in popluar number systems.

HEX977E66
Decimal151126102
Binary1001011111111101100110
Octal227176146

Shades and tints

Shades of #977E66

#977E66
(151,126,102)
#8A735D
(138,115,93)
#7D6854
(125,104,84)
#705D4B
(112,93,75)
#635242
(99,82,66)
#564739
(86,71,57)
#493C30
(73,60,48)
#3C3127
(60,49,39)
#2F261E
(47,38,30)
#221B15
(34,27,21)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #977E66

#977E66
(151,126,102)
#A08973
(160,137,115)
#A99480
(169,148,128)
#B29F8D
(178,159,141)
#BBAA9A
(187,170,154)
#C4B5A7
(196,181,167)
#CDC0B4
(205,192,180)
#D6CBC1
(214,203,193)
#DFD6CE
(223,214,206)
#E8E1DB
(232,225,219)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977E66 color. Also use rgb(151,126,102) instead hex code.

Text Font Color

.myTextColor { color: #977E66; }

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

This text font color is #977E66.


Background Color

.myBgColor { background-color: #977E66; }

<div style="background-color:#977E66">Inner text</div>

This div background color is #977E66.


Border color

.myBorderColor { border: 1px solid #977E66; }

<div style="border:3px solid #977E66">Div</div>

This div border color is #977E66.


Opacity

.myOpacity80 { color: #977E66; opacity: 0.8; }

<p style="color:#977E66;opacity:0.8;">80%</p>

Text with #977E66 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 #977E66;}

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

This text has shadow with #977E66 color.

.textShadow {text-shadow: 3px 3px 1px #977E66, 3px 3px 1px red;}

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

This text has shadow with #977E66 primary color and red secondary color.


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

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

This text has shadow with #977E66 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977E66 on black background.


Color preview on white background

This text has color #977E66 on white background.



Black color preview on #977E66 background

This text has black color on #977E66 background.


White color preview on #977E66 background

This text has white color on #977E66 background.