COLOR #977B6D

HEX: #977B6D
RGB: (151,123,109)

Color info

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

RGB color model

#977B6D color RGB value is (151,123,109).

  • red value is 151;
  • green value is 123;
  • blue value is 109.
RGB:
(151,123,109)
(59%,48%,43%)

RGB channels and saturation

R 151 of 255 = 59%
G 123 of 255 = 48%
B 109 of 255 = 43%

151
123
109

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

Portions of RGB colors in percentages

R + G + B =
151 + 123 + 109 = 383 (100%)
R 151 of 383 ~ 39.43%
G 123 of 383 ~ 32.11%
B 109 of 383 ~ 28.46%

%39.43
%32.11
%28.46

CMYK color model

#977B6D color CMYK value is (0,19,28,41).

  • cyan value is 0.00%
  • magenta value is 18.54%
  • yellow value is 27.81%
  • key color value is 40.78%
CMYK:
(0,19,28,41)
C0M19Y28K41 
(0%,19%,28%,41%)
(0.00/0.19/0.28/0.41)	

CMYK percentages

%0
%18.54
%27.81
%40.78

Codes

Color #977B6D in popluar color models

977B6D
RGB151123109
HSL20°16.80%50.98%
HSB/HSV20°27.81%59.22%
CMYK0.00%18.54%27.81%
40.78%

Color #977B6D in popluar number systems.

HEX977B6D
Decimal151123109
Binary1001011111110111101101
Octal227173155

Shades and tints

Shades of #977B6D

#977B6D
(151,123,109)
#8A7064
(138,112,100)
#7D655B
(125,101,91)
#705A52
(112,90,82)
#634F49
(99,79,73)
#564440
(86,68,64)
#493937
(73,57,55)
#3C2E2E
(60,46,46)
#2F2325
(47,35,37)
#22181C
(34,24,28)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #977B6D

#977B6D
(151,123,109)
#A0877A
(160,135,122)
#A99387
(169,147,135)
#B29F94
(178,159,148)
#BBABA1
(187,171,161)
#C4B7AE
(196,183,174)
#CDC3BB
(205,195,187)
#D6CFC8
(214,207,200)
#DFDBD5
(223,219,213)
#E8E7E2
(232,231,226)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977B6D color. Also use rgb(151,123,109) instead hex code.

Text Font Color

.myTextColor { color: #977B6D; }

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

This text font color is #977B6D.


Background Color

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

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

This div background color is #977B6D.


Border color

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

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

This div border color is #977B6D.


Opacity

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

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

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

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

This text has shadow with #977B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977B6D on black background.


Color preview on white background

This text has color #977B6D on white background.



Black color preview on #977B6D background

This text has black color on #977B6D background.


White color preview on #977B6D background

This text has white color on #977B6D background.