COLOR #809C7A

HEX: #809C7A
RGB: (128,156,122)

Color info

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

RGB color model

#809C7A color RGB value is (128,156,122).

  • red value is 128;
  • green value is 156;
  • blue value is 122.
RGB:
(128,156,122)
(50%,61%,48%)

RGB channels and saturation

R 128 of 255 = 50%
G 156 of 255 = 61%
B 122 of 255 = 48%

128
156
122

R + G + B ~ 53%. #809C7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 156 + 122 = 406 (100%)
R 128 of 406 ~ 31.53%
G 156 of 406 ~ 38.42%
B 122 of 406 ~ 30.05%

%31.53
%38.42
%30.05

CMYK color model

#809C7A color CMYK value is (18,0,22,39).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 38.82%
CMYK:
(18,0,22,39)
C18M0Y22K39 
(18%,0%,22%,39%)
(0.18/0.00/0.22/0.39)	

CMYK percentages

%17.95
%0
%21.79
%38.82

Codes

Color #809C7A in popluar color models

809C7A
RGB128156122
HSL109°14.66%54.51%
HSB/HSV109°21.79%61.18%
CMYK17.95%0.00%21.79%
38.82%

Color #809C7A in popluar number systems.

HEX809C7A
Decimal128156122
Binary10000000100111001111010
Octal200234172

Shades and tints

Shades of #809C7A

#809C7A
(128,156,122)
#758E6F
(117,142,111)
#6A8064
(106,128,100)
#5F7259
(95,114,89)
#54644E
(84,100,78)
#495643
(73,86,67)
#3E4838
(62,72,56)
#333A2D
(51,58,45)
#282C22
(40,44,34)
#1D1E17
(29,30,23)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #809C7A

#809C7A
(128,156,122)
#8BA586
(139,165,134)
#96AE92
(150,174,146)
#A1B79E
(161,183,158)
#ACC0AA
(172,192,170)
#B7C9B6
(183,201,182)
#C2D2C2
(194,210,194)
#CDDBCE
(205,219,206)
#D8E4DA
(216,228,218)
#E3EDE6
(227,237,230)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809C7A color. Also use rgb(128,156,122) instead hex code.

Text Font Color

.myTextColor { color: #809C7A; }

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

This text font color is #809C7A.


Background Color

.myBgColor { background-color: #809C7A; }

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

This div background color is #809C7A.


Border color

.myBorderColor { border: 1px solid #809C7A; }

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

This div border color is #809C7A.


Opacity

.myOpacity80 { color: #809C7A; opacity: 0.8; }

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

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

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

This text has shadow with #809C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809C7A on black background.


Color preview on white background

This text has color #809C7A on white background.



Black color preview on #809C7A background

This text has black color on #809C7A background.


White color preview on #809C7A background

This text has white color on #809C7A background.