COLOR #808B78

HEX: #808B78
RGB: (128,139,120)

Color info

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

RGB color model

#808B78 color RGB value is (128,139,120).

  • red value is 128;
  • green value is 139;
  • blue value is 120.
RGB:
(128,139,120)
(50%,55%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 139 of 255 = 55%
B 120 of 255 = 47%

128
139
120

R + G + B ~ 51%. #808B78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 139 + 120 = 387 (100%)
R 128 of 387 ~ 33.07%
G 139 of 387 ~ 35.92%
B 120 of 387 ~ 31.01%

%33.07
%35.92
%31.01

CMYK color model

#808B78 color CMYK value is (8,0,14,45).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 13.67%
  • key color value is 45.49%
CMYK:
(8,0,14,45)
C8M0Y14K45 
(8%,0%,14%,45%)
(0.08/0.00/0.14/0.45)	

CMYK percentages

%7.91
%0
%13.67
%45.49

Codes

Color #808B78 in popluar color models

808B78
RGB128139120
HSL95°7.57%50.78%
HSB/HSV95°13.67%54.51%
CMYK7.91%0.00%13.67%
45.49%

Color #808B78 in popluar number systems.

HEX808B78
Decimal128139120
Binary10000000100010111111000
Octal200213170

Shades and tints

Shades of #808B78

#808B78
(128,139,120)
#757F6E
(117,127,110)
#6A7364
(106,115,100)
#5F675A
(95,103,90)
#545B50
(84,91,80)
#494F46
(73,79,70)
#3E433C
(62,67,60)
#333732
(51,55,50)
#282B28
(40,43,40)
#1D1F1E
(29,31,30)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #808B78

#808B78
(128,139,120)
#8B9584
(139,149,132)
#969F90
(150,159,144)
#A1A99C
(161,169,156)
#ACB3A8
(172,179,168)
#B7BDB4
(183,189,180)
#C2C7C0
(194,199,192)
#CDD1CC
(205,209,204)
#D8DBD8
(216,219,216)
#E3E5E4
(227,229,228)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808B78 color. Also use rgb(128,139,120) instead hex code.

Text Font Color

.myTextColor { color: #808B78; }

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

This text font color is #808B78.


Background Color

.myBgColor { background-color: #808B78; }

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

This div background color is #808B78.


Border color

.myBorderColor { border: 1px solid #808B78; }

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

This div border color is #808B78.


Opacity

.myOpacity80 { color: #808B78; opacity: 0.8; }

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

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

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

This text has shadow with #808B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808B78 on black background.


Color preview on white background

This text has color #808B78 on white background.



Black color preview on #808B78 background

This text has black color on #808B78 background.


White color preview on #808B78 background

This text has white color on #808B78 background.