COLOR #807F79

HEX: #807F79 RGB: (128,127,121)

Color info

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

RGB color model

#807F79 color RGB value is (128,127,121).

RGB: (128,127,121) (50%, 50%, 47%)

RGB channels and saturation

R 128 of 255 = 50%
G 127 of 255 = 50%
B 121 of 255 = 47%

128
127
121

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

Portions of RGB colors in percentages

R + G + B = 128 + 127 + 121 = 376 (100%)
R 128 of 376 ~ 34.04%
G 127 of 376 ~ 33.78%
B 121 of 376 ~ 32.18'%

%34.04
%33.78
%32.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 5.47%
  • key color value is 49.80%

CMYK: (0,1,5,50)
C0M1Y5K50 (0%, 1%, 5%, 50%)
(0.00 / 0.01 / 0.05 / 0.50)

CMYK percentages

%0
%0.78
%5.47
%49.8

Codes

Color #807F79 in popluar color models

80 7F 79
RGB 128 127 121
HSL 51° 2.81% 48.82%
HSB/HSV 51° 5.47% 50.20%
CMYK 0.00% 0.78% 5.47%
49.80%

Color #807F79 in popluar number systems.

HEX 80 7F 79
Decimal 128 127 121
Binary 10000000 1111111 1111001
Octal 200 177 171

Shades and tints

Shades of #807F79

#807F79
(128,127,121)
#75746E
(117,116,110)
#6A6963
(106,105,99)
#5F5E58
(95,94,88)
#54534D
(84,83,77)
#494842
(73,72,66)
#3E3D37
(62,61,55)
#33322C
(51,50,44)
#282721
(40,39,33)
#1D1C16
(29,28,22)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #807F79

#807F79
(128,127,121)
#8B8A85
(139,138,133)
#969591
(150,149,145)
#A1A09D
(161,160,157)
#ACABA9
(172,171,169)
#B7B6B5
(183,182,181)
#C2C1C1
(194,193,193)
#CDCCCD
(205,204,205)
#D8D7D9
(216,215,217)
#E3E2E5
(227,226,229)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807F79; }

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

This text font color is #807F79.

Background Color

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

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

This div background color is #807F79.

Border color

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

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

This div border color is #807F79.

Opacity

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

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

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

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

This text has shadow with #807F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807F79.

Preview

Color preview on black background

This text has color #807F79 on black background.


Color preview on white background

This text has color #807F79 on white background.


Black color preview on #807F79 background

This text has black color on #807F79 background.


White color preview on #807F79 background

This text has white color on #807F79 background.


Related colors

Complementary color

Complementary color for #hex is #7F8086.


I love getcolorcode.com

Triadic colors

1 #79807F and #7F7980 with #807F79 are triadic colors.

2 #797F80 and #7F8079 with #807F79 are triadic colors.