COLOR #979C75

HEX: #979C75 RGB: (151,156,117)

Color info

#979C75 contains red, green and blue colors in about the same proportion. Web safe color of #979C75 is #999966 (or #996).

RGB color model

#979C75 color RGB value is (151,156,117).

RGB: (151,156,117) (59%, 61%, 46%)

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 117 of 255 = 46%

151
156
117

R + G + B ~ 55%. #979C75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 156 + 117 = 424 (100%)
R 151 of 424 ~ 35.61%
G 156 of 424 ~ 36.79%
B 117 of 424 ~ 27.59'%

%35.61
%36.79
%27.59

CMYK color model

#979C75 color CMYK value is (3,0,25,39).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 38.82%

CMYK: (3,0,25,39)
C3M0Y25K39 (3%, 0%, 25%, 39%)
(0.03 / 0.00 / 0.25 / 0.39)

CMYK percentages

%3.21
%0
%25
%38.82

Codes

Color #979C75 in popluar color models

97 9C 75
RGB 151 156 117
HSL 68° 16.46% 53.53%
HSB/HSV 68° 25.00% 61.18%
CMYK 3.21% 0.00% 25.00%
38.82%

Color #979C75 in popluar number systems.

HEX 97 9C 75
Decimal 151 156 117
Binary 10010111 10011100 1110101
Octal 227 234 165

Shades and tints

Shades of #979C75

#979C75
(151,156,117)
#8A8E6B
(138,142,107)
#7D8061
(125,128,97)
#707257
(112,114,87)
#63644D
(99,100,77)
#565643
(86,86,67)
#494839
(73,72,57)
#3C3A2F
(60,58,47)
#2F2C25
(47,44,37)
#221E1B
(34,30,27)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #979C75

#979C75
(151,156,117)
#A0A581
(160,165,129)
#A9AE8D
(169,174,141)
#B2B799
(178,183,153)
#BBC0A5
(187,192,165)
#C4C9B1
(196,201,177)
#CDD2BD
(205,210,189)
#D6DBC9
(214,219,201)
#DFE4D5
(223,228,213)
#E8EDE1
(232,237,225)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979C75 color. Also use rgb(151,156,117) instead hex code.

Text Font Color

.myTextColor { color: #979C75; }

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

This text font color is #979C75.

Background Color

.myBgColor { background-color: #979C75; }

<div style="background-color:#979C75">Inner text</div>

This div background color is #979C75.

Border color

.myBorderColor { border: 1px solid #979C75; }

<div style="border:3px solid #979C75">Div</div>

This div border color is #979C75.

Opacity

.myOpacity80 { color: #979C75; opacity: 0.8; }

<p style="color:#979C75;opacity:0.8;">80%</p>

Text with #979C75 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 #979C75;}

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

This text has shadow with #979C75 color.


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

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

This text has shadow with #979C75 primary color and red secondary color.


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

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

This text has shadow with #979C75 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #979C75.

Preview

Color preview on black background

This text has color #979C75 on black background.


Color preview on white background

This text has color #979C75 on white background.


Black color preview on #979C75 background

This text has black color on #979C75 background.


White color preview on #979C75 background

This text has white color on #979C75 background.


Related colors

Complementary color

Complementary color for #hex is #68638A.


I love getcolorcode.com

Triadic colors

1 #75979C and #9C7597 with #979C75 are triadic colors.

2 #759C97 and #9C9775 with #979C75 are triadic colors.