COLOR #979776

HEX: #979776
RGB: (151,151,118)

Color info

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

RGB color model

#979776 color RGB value is (151,151,118).

  • red value is 151;
  • green value is 151;
  • blue value is 118.
RGB:
(151,151,118)
(59%,59%,46%)

RGB channels and saturation

R 151 of 255 = 59%
G 151 of 255 = 59%
B 118 of 255 = 46%

151
151
118

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

Portions of RGB colors in percentages

R + G + B =
151 + 151 + 118 = 420 (100%)
R 151 of 420 ~ 35.95%
G 151 of 420 ~ 35.95%
B 118 of 420 ~ 28.1%

%35.95
%35.95
%28.1

CMYK color model

#979776 color CMYK value is (0,0,22,41).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.85%
  • key color value is 40.78%
CMYK:
(0,0,22,41)
C0M0Y22K41 
(0%,0%,22%,41%)
(0.00/0.00/0.22/0.41)	

CMYK percentages

%0
%0
%21.85
%40.78

Codes

Color #979776 in popluar color models

979776
RGB151151118
HSL60°13.69%52.75%
HSB/HSV60°21.85%59.22%
CMYK0.00%0.00%21.85%
40.78%

Color #979776 in popluar number systems.

HEX979776
Decimal151151118
Binary10010111100101111110110
Octal227227166

Shades and tints

Shades of #979776

#979776
(151,151,118)
#8A8A6C
(138,138,108)
#7D7D62
(125,125,98)
#707058
(112,112,88)
#63634E
(99,99,78)
#565644
(86,86,68)
#49493A
(73,73,58)
#3C3C30
(60,60,48)
#2F2F26
(47,47,38)
#22221C
(34,34,28)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #979776

#979776
(151,151,118)
#A0A082
(160,160,130)
#A9A98E
(169,169,142)
#B2B29A
(178,178,154)
#BBBBA6
(187,187,166)
#C4C4B2
(196,196,178)
#CDCDBE
(205,205,190)
#D6D6CA
(214,214,202)
#DFDFD6
(223,223,214)
#E8E8E2
(232,232,226)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979776 color. Also use rgb(151,151,118) instead hex code.

Text Font Color

.myTextColor { color: #979776; }

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

This text font color is #979776.


Background Color

.myBgColor { background-color: #979776; }

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

This div background color is #979776.


Border color

.myBorderColor { border: 1px solid #979776; }

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

This div border color is #979776.


Opacity

.myOpacity80 { color: #979776; opacity: 0.8; }

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

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

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

This text has shadow with #979776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979776 on black background.


Color preview on white background

This text has color #979776 on white background.



Black color preview on #979776 background

This text has black color on #979776 background.


White color preview on #979776 background

This text has white color on #979776 background.