COLOR #80977A

HEX: #80977A RGB: (128,151,122)

Color info

#80977A contains red, green and blue colors in about the same proportion. Web safe color of #80977A is #669966 (or #696).

RGB color model

#80977A color RGB value is (128,151,122).

RGB: (128,151,122) (50%, 59%, 48%)

RGB channels and saturation

R 128 of 255 = 50%
G 151 of 255 = 59%
B 122 of 255 = 48%

128
151
122

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

Portions of RGB colors in percentages

R + G + B = 128 + 151 + 122 = 401 (100%)
R 128 of 401 ~ 31.92%
G 151 of 401 ~ 37.66%
B 122 of 401 ~ 30.42'%

%31.92
%37.66
%30.42

CMYK color model

#80977A color CMYK value is (15,0,19,41).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 40.78%

CMYK: (15,0,19,41)
C15M0Y19K41 (15%, 0%, 19%, 41%)
(0.15 / 0.00 / 0.19 / 0.41)

CMYK percentages

%15.23
%0
%19.21
%40.78

Codes

Color #80977A in popluar color models

80 97 7A
RGB 128 151 122
HSL 108° 12.24% 53.53%
HSB/HSV 108° 19.21% 59.22%
CMYK 15.23% 0.00% 19.21%
40.78%

Color #80977A in popluar number systems.

HEX 80 97 7A
Decimal 128 151 122
Binary 10000000 10010111 1111010
Octal 200 227 172

Shades and tints

Shades of #80977A

#80977A
(128,151,122)
#758A6F
(117,138,111)
#6A7D64
(106,125,100)
#5F7059
(95,112,89)
#54634E
(84,99,78)
#495643
(73,86,67)
#3E4938
(62,73,56)
#333C2D
(51,60,45)
#282F22
(40,47,34)
#1D2217
(29,34,23)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #80977A

#80977A
(128,151,122)
#8BA086
(139,160,134)
#96A992
(150,169,146)
#A1B29E
(161,178,158)
#ACBBAA
(172,187,170)
#B7C4B6
(183,196,182)
#C2CDC2
(194,205,194)
#CDD6CE
(205,214,206)
#D8DFDA
(216,223,218)
#E3E8E6
(227,232,230)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80977A color. Also use rgb(128,151,122) instead hex code.

Text Font Color

.myTextColor { color: #80977A; }

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

This text font color is #80977A.

Background Color

.myBgColor { background-color: #80977A; }

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

This div background color is #80977A.

Border color

.myBorderColor { border: 1px solid #80977A; }

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

This div border color is #80977A.

Opacity

.myOpacity80 { color: #80977A; opacity: 0.8; }

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

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

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

This text has shadow with #80977A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80977A.

Preview

Color preview on black background

This text has color #80977A on black background.


Color preview on white background

This text has color #80977A on white background.


Black color preview on #80977A background

This text has black color on #80977A background.


White color preview on #80977A background

This text has white color on #80977A background.


Related colors

Complementary color

Complementary color for #hex is #7F6885.


I love getcolorcode.com

Triadic colors

1 #7A8097 and #977A80 with #80977A are triadic colors.

2 #7A9780 and #97807A with #80977A are triadic colors.