COLOR #979A77

HEX: #979A77
RGB: (151,154,119)

Color info

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

RGB color model

#979A77 color RGB value is (151,154,119).

  • red value is 151;
  • green value is 154;
  • blue value is 119.
RGB:
(151,154,119)
(59%,60%,47%)

RGB channels and saturation

R 151 of 255 = 59%
G 154 of 255 = 60%
B 119 of 255 = 47%

151
154
119

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

Portions of RGB colors in percentages

R + G + B =
151 + 154 + 119 = 424 (100%)
R 151 of 424 ~ 35.61%
G 154 of 424 ~ 36.32%
B 119 of 424 ~ 28.07%

%35.61
%36.32
%28.07

CMYK color model

#979A77 color CMYK value is (2,0,23,40).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 39.61%
CMYK:
(2,0,23,40)
C2M0Y23K40 
(2%,0%,23%,40%)
(0.02/0.00/0.23/0.40)	

CMYK percentages

%1.95
%0
%22.73
%39.61

Codes

Color #979A77 in popluar color models

979A77
RGB151154119
HSL65°14.77%53.53%
HSB/HSV65°22.73%60.39%
CMYK1.95%0.00%22.73%
39.61%

Color #979A77 in popluar number systems.

HEX979A77
Decimal151154119
Binary10010111100110101110111
Octal227232167

Shades and tints

Shades of #979A77

#979A77
(151,154,119)
#8A8C6D
(138,140,109)
#7D7E63
(125,126,99)
#707059
(112,112,89)
#63624F
(99,98,79)
#565445
(86,84,69)
#49463B
(73,70,59)
#3C3831
(60,56,49)
#2F2A27
(47,42,39)
#221C1D
(34,28,29)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #979A77

#979A77
(151,154,119)
#A0A383
(160,163,131)
#A9AC8F
(169,172,143)
#B2B59B
(178,181,155)
#BBBEA7
(187,190,167)
#C4C7B3
(196,199,179)
#CDD0BF
(205,208,191)
#D6D9CB
(214,217,203)
#DFE2D7
(223,226,215)
#E8EBE3
(232,235,227)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979A77 color. Also use rgb(151,154,119) instead hex code.

Text Font Color

.myTextColor { color: #979A77; }

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

This text font color is #979A77.


Background Color

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

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

This div background color is #979A77.


Border color

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

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

This div border color is #979A77.


Opacity

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

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

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

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

This text has shadow with #979A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979A77 on black background.


Color preview on white background

This text has color #979A77 on white background.



Black color preview on #979A77 background

This text has black color on #979A77 background.


White color preview on #979A77 background

This text has white color on #979A77 background.