COLOR #977F75

HEX: #977F75 RGB: (151,127,117)

Color info

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

RGB color model

#977F75 color RGB value is (151,127,117).

RGB: (151,127,117) (59%, 50%, 46%)

RGB channels and saturation

R 151 of 255 = 59%
G 127 of 255 = 50%
B 117 of 255 = 46%

151
127
117

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

Portions of RGB colors in percentages

R + G + B = 151 + 127 + 117 = 395 (100%)
R 151 of 395 ~ 38.23%
G 127 of 395 ~ 32.15%
B 117 of 395 ~ 29.62'%

%38.23
%32.15
%29.62

CMYK color model

#977F75 color CMYK value is (0,16,23,41).

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 22.52%
  • key color value is 40.78%

CMYK: (0,16,23,41)
C0M16Y23K41 (0%, 16%, 23%, 41%)
(0.00 / 0.16 / 0.23 / 0.41)

CMYK percentages

%0
%15.89
%22.52
%40.78

Codes

Color #977F75 in popluar color models

97 7F 75
RGB 151 127 117
HSL 18° 14.05% 52.55%
HSB/HSV 18° 22.52% 59.22%
CMYK 0.00% 15.89% 22.52%
40.78%

Color #977F75 in popluar number systems.

HEX 97 7F 75
Decimal 151 127 117
Binary 10010111 1111111 1110101
Octal 227 177 165

Shades and tints

Shades of #977F75

#977F75
(151,127,117)
#8A746B
(138,116,107)
#7D6961
(125,105,97)
#705E57
(112,94,87)
#63534D
(99,83,77)
#564843
(86,72,67)
#493D39
(73,61,57)
#3C322F
(60,50,47)
#2F2725
(47,39,37)
#221C1B
(34,28,27)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #977F75

#977F75
(151,127,117)
#A08A81
(160,138,129)
#A9958D
(169,149,141)
#B2A099
(178,160,153)
#BBABA5
(187,171,165)
#C4B6B1
(196,182,177)
#CDC1BD
(205,193,189)
#D6CCC9
(214,204,201)
#DFD7D5
(223,215,213)
#E8E2E1
(232,226,225)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977F75 color. Also use rgb(151,127,117) instead hex code.

Text Font Color

.myTextColor { color: #977F75; }

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

This text font color is #977F75.

Background Color

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

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

This div background color is #977F75.

Border color

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

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

This div border color is #977F75.

Opacity

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

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

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

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

This text has shadow with #977F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977F75.

Preview

Color preview on black background

This text has color #977F75 on black background.


Color preview on white background

This text has color #977F75 on white background.


Black color preview on #977F75 background

This text has black color on #977F75 background.


White color preview on #977F75 background

This text has white color on #977F75 background.


Related colors

Complementary color

Complementary color for #hex is #68808A.


I love getcolorcode.com

Triadic colors

1 #75977F and #7F7597 with #977F75 are triadic colors.

2 #757F97 and #7F9775 with #977F75 are triadic colors.