COLOR #807A79

HEX: #807A79
RGB: (128,122,121)

Color info

#807A79 contains red, green and blue colors in about the same proportion. Web safe color of #807A79 is #666666 (or #666).

RGB color model

#807A79 color RGB value is (128,122,121).

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

RGB channels and saturation

R 128 of 255 = 50%
G 122 of 255 = 48%
B 121 of 255 = 47%

128
122
121

R + G + B ~ 48%. #807A79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 122 + 121 = 371 (100%)
R 128 of 371 ~ 34.5%
G 122 of 371 ~ 32.88%
B 121 of 371 ~ 32.61%

%34.5
%32.88
%32.61

CMYK color model

#807A79 color CMYK value is (0,5,5,50).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 5.47%
  • key color value is 49.80%
CMYK:
(0,5,5,50)
C0M5Y5K50 
(0%,5%,5%,50%)
(0.00/0.05/0.05/0.50)	

CMYK percentages

%0
%4.69
%5.47
%49.8

Codes

Color #807A79 in popluar color models

807A79
RGB128122121
HSL2.81%48.82%
HSB/HSV5.47%50.20%
CMYK0.00%4.69%5.47%
49.80%

Color #807A79 in popluar number systems.

HEX807A79
Decimal128122121
Binary1000000011110101111001
Octal200172171

Shades and tints

Shades of #807A79

#807A79
(128,122,121)
#756F6E
(117,111,110)
#6A6463
(106,100,99)
#5F5958
(95,89,88)
#544E4D
(84,78,77)
#494342
(73,67,66)
#3E3837
(62,56,55)
#332D2C
(51,45,44)
#282221
(40,34,33)
#1D1716
(29,23,22)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #807A79

#807A79
(128,122,121)
#8B8685
(139,134,133)
#969291
(150,146,145)
#A19E9D
(161,158,157)
#ACAAA9
(172,170,169)
#B7B6B5
(183,182,181)
#C2C2C1
(194,194,193)
#CDCECD
(205,206,205)
#D8DAD9
(216,218,217)
#E3E6E5
(227,230,229)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807A79; }

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

This text font color is #807A79.


Background Color

.myBgColor { background-color: #807A79; }

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

This div background color is #807A79.


Border color

.myBorderColor { border: 1px solid #807A79; }

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

This div border color is #807A79.


Opacity

.myOpacity80 { color: #807A79; opacity: 0.8; }

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

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

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

This text has shadow with #807A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807A79 on black background.


Color preview on white background

This text has color #807A79 on white background.



Black color preview on #807A79 background

This text has black color on #807A79 background.


White color preview on #807A79 background

This text has white color on #807A79 background.