COLOR #977B7E

HEX: #977B7E RGB: (151,123,126)

Color info

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

RGB color model

#977B7E color RGB value is (151,123,126).

RGB: (151,123,126) (59%, 48%, 49%)

RGB channels and saturation

R 151 of 255 = 59%
G 123 of 255 = 48%
B 126 of 255 = 49%

151
123
126

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

Portions of RGB colors in percentages

R + G + B = 151 + 123 + 126 = 400 (100%)
R 151 of 400 ~ 37.75%
G 123 of 400 ~ 30.75%
B 126 of 400 ~ 31.5'%

%37.75
%30.75
%31.5

CMYK color model

#977B7E color CMYK value is (0,19,17,41).

  • cyan value is 0.00%
  • magenta value is 18.54%
  • yellow value is 16.56%
  • key color value is 40.78%

CMYK: (0,19,17,41)
C0M19Y17K41 (0%, 19%, 17%, 41%)
(0.00 / 0.19 / 0.17 / 0.41)

CMYK percentages

%0
%18.54
%16.56
%40.78

Codes

Color #977B7E in popluar color models

97 7B 7E
RGB 151 123 126
HSL 354° 11.86% 53.73%
HSB/HSV 354° 18.54% 59.22%
CMYK 0.00% 18.54% 16.56%
40.78%

Color #977B7E in popluar number systems.

HEX 97 7B 7E
Decimal 151 123 126
Binary 10010111 1111011 1111110
Octal 227 173 176

Shades and tints

Shades of #977B7E

#977B7E
(151,123,126)
#8A7073
(138,112,115)
#7D6568
(125,101,104)
#705A5D
(112,90,93)
#634F52
(99,79,82)
#564447
(86,68,71)
#49393C
(73,57,60)
#3C2E31
(60,46,49)
#2F2326
(47,35,38)
#22181B
(34,24,27)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #977B7E

#977B7E
(151,123,126)
#A08789
(160,135,137)
#A99394
(169,147,148)
#B29F9F
(178,159,159)
#BBABAA
(187,171,170)
#C4B7B5
(196,183,181)
#CDC3C0
(205,195,192)
#D6CFCB
(214,207,203)
#DFDBD6
(223,219,214)
#E8E7E1
(232,231,225)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977B7E; }

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

This text font color is #977B7E.

Background Color

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

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

This div background color is #977B7E.

Border color

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

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

This div border color is #977B7E.

Opacity

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

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

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

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

This text has shadow with #977B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977B7E.

Preview

Color preview on black background

This text has color #977B7E on black background.


Color preview on white background

This text has color #977B7E on white background.


Black color preview on #977B7E background

This text has black color on #977B7E background.


White color preview on #977B7E background

This text has white color on #977B7E background.


Related colors

Complementary color

Complementary color for #hex is #688481.


I love getcolorcode.com

Triadic colors

1 #7E977B and #7B7E97 with #977B7E are triadic colors.

2 #7E7B97 and #7B977E with #977B7E are triadic colors.