COLOR #808779

HEX: #808779
RGB: (128,135,121)

Color info

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

RGB color model

#808779 color RGB value is (128,135,121).

  • red value is 128;
  • green value is 135;
  • blue value is 121.
RGB:
(128,135,121)
(50%,53%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 135 of 255 = 53%
B 121 of 255 = 47%

128
135
121

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

Portions of RGB colors in percentages

R + G + B =
128 + 135 + 121 = 384 (100%)
R 128 of 384 ~ 33.33%
G 135 of 384 ~ 35.16%
B 121 of 384 ~ 31.51%

%33.33
%35.16
%31.51

CMYK color model

#808779 color CMYK value is (5,0,10,47).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(5,0,10,47)
C5M0Y10K47 
(5%,0%,10%,47%)
(0.05/0.00/0.10/0.47)	

CMYK percentages

%5.19
%0
%10.37
%47.06

Codes

Color #808779 in popluar color models

808779
RGB128135121
HSL90°5.51%50.20%
HSB/HSV90°10.37%52.94%
CMYK5.19%0.00%10.37%
47.06%

Color #808779 in popluar number systems.

HEX808779
Decimal128135121
Binary10000000100001111111001
Octal200207171

Shades and tints

Shades of #808779

#808779
(128,135,121)
#757B6E
(117,123,110)
#6A6F63
(106,111,99)
#5F6358
(95,99,88)
#54574D
(84,87,77)
#494B42
(73,75,66)
#3E3F37
(62,63,55)
#33332C
(51,51,44)
#282721
(40,39,33)
#1D1B16
(29,27,22)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #808779

#808779
(128,135,121)
#8B9185
(139,145,133)
#969B91
(150,155,145)
#A1A59D
(161,165,157)
#ACAFA9
(172,175,169)
#B7B9B5
(183,185,181)
#C2C3C1
(194,195,193)
#CDCDCD
(205,205,205)
#D8D7D9
(216,215,217)
#E3E1E5
(227,225,229)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808779 color. Also use rgb(128,135,121) instead hex code.

Text Font Color

.myTextColor { color: #808779; }

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

This text font color is #808779.


Background Color

.myBgColor { background-color: #808779; }

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

This div background color is #808779.


Border color

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

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

This div border color is #808779.


Opacity

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

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

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

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

This text has shadow with #808779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808779 on black background.


Color preview on white background

This text has color #808779 on white background.



Black color preview on #808779 background

This text has black color on #808779 background.


White color preview on #808779 background

This text has white color on #808779 background.