COLOR #977C6B

HEX: #977C6B
RGB: (151,124,107)

Color info

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

RGB color model

#977C6B color RGB value is (151,124,107).

  • red value is 151;
  • green value is 124;
  • blue value is 107.
RGB:
(151,124,107)
(59%,49%,42%)

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 107 of 255 = 42%

151
124
107

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

Portions of RGB colors in percentages

R + G + B =
151 + 124 + 107 = 382 (100%)
R 151 of 382 ~ 39.53%
G 124 of 382 ~ 32.46%
B 107 of 382 ~ 28.01%

%39.53
%32.46
%28.01

CMYK color model

#977C6B color CMYK value is (0,18,29,41).

  • cyan value is 0.00%
  • magenta value is 17.88%
  • yellow value is 29.14%
  • key color value is 40.78%
CMYK:
(0,18,29,41)
C0M18Y29K41 
(0%,18%,29%,41%)
(0.00/0.18/0.29/0.41)	

CMYK percentages

%0
%17.88
%29.14
%40.78

Codes

Color #977C6B in popluar color models

977C6B
RGB151124107
HSL23°17.46%50.59%
HSB/HSV23°29.14%59.22%
CMYK0.00%17.88%29.14%
40.78%

Color #977C6B in popluar number systems.

HEX977C6B
Decimal151124107
Binary1001011111111001101011
Octal227174153

Shades and tints

Shades of #977C6B

#977C6B
(151,124,107)
#8A7162
(138,113,98)
#7D6659
(125,102,89)
#705B50
(112,91,80)
#635047
(99,80,71)
#56453E
(86,69,62)
#493A35
(73,58,53)
#3C2F2C
(60,47,44)
#2F2423
(47,36,35)
#22191A
(34,25,26)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #977C6B

#977C6B
(151,124,107)
#A08778
(160,135,120)
#A99285
(169,146,133)
#B29D92
(178,157,146)
#BBA89F
(187,168,159)
#C4B3AC
(196,179,172)
#CDBEB9
(205,190,185)
#D6C9C6
(214,201,198)
#DFD4D3
(223,212,211)
#E8DFE0
(232,223,224)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977C6B color. Also use rgb(151,124,107) instead hex code.

Text Font Color

.myTextColor { color: #977C6B; }

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

This text font color is #977C6B.


Background Color

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

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

This div background color is #977C6B.


Border color

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

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

This div border color is #977C6B.


Opacity

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

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

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

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

This text has shadow with #977C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977C6B on black background.


Color preview on white background

This text has color #977C6B on white background.



Black color preview on #977C6B background

This text has black color on #977C6B background.


White color preview on #977C6B background

This text has white color on #977C6B background.