COLOR #807E70

HEX: #807E70 RGB: (128,126,112)

Color info

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

RGB color model

#807E70 color RGB value is (128,126,112).

RGB: (128,126,112) (50%, 49%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 126 of 255 = 49%
B 112 of 255 = 44%

128
126
112

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

Portions of RGB colors in percentages

R + G + B = 128 + 126 + 112 = 366 (100%)
R 128 of 366 ~ 34.97%
G 126 of 366 ~ 34.43%
B 112 of 366 ~ 30.6'%

%34.97
%34.43
%30.6

CMYK color model

#807E70 color CMYK value is (0,2,13,50).

  • cyan value is 0.00%
  • magenta value is 1.56%
  • yellow value is 12.50%
  • key color value is 49.80%
CMYK: (0,2,13,50) C0M2Y13K50 (0%,2%,13%,50%) (0.00/0.02/0.13/0.50) 

CMYK percentages

%0
%1.56
%12.5
%49.8

Codes

Color #807E70 in popluar color models

80 7E 70
RGB 128 126 112
HSL 53° 6.67% 47.06%
HSB/HSV 53° 12.50% 50.20%
CMYK 0.00% 1.56% 12.50%
49.80%

Color #807E70 in popluar number systems.

HEX 80 7E 70
Decimal 128 126 112
Binary 10000000 1111110 1110000
Octal 200 176 160

Shades and tints

Shades of #807E70

#807E70
(128,126,112)
#757366
(117,115,102)
#6A685C
(106,104,92)
#5F5D52
(95,93,82)
#545248
(84,82,72)
#49473E
(73,71,62)
#3E3C34
(62,60,52)
#33312A
(51,49,42)
#282620
(40,38,32)
#1D1B16
(29,27,22)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #807E70

#807E70
(128,126,112)
#8B897D
(139,137,125)
#96948A
(150,148,138)
#A19F97
(161,159,151)
#ACAAA4
(172,170,164)
#B7B5B1
(183,181,177)
#C2C0BE
(194,192,190)
#CDCBCB
(205,203,203)
#D8D6D8
(216,214,216)
#E3E1E5
(227,225,229)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807E70 color. Also use rgb(128,126,112) instead hex code.

Text Font Color

.myTextColor { color: #807E70; }

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

This text font color is #807E70.

Background Color

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

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

This div background color is #807E70.

Border color

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

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

This div border color is #807E70.

Opacity

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

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

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

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

This text has shadow with #807E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807E70.

Preview

Color preview on black background

This text has color #807E70 on black background.


Color preview on white background

This text has color #807E70 on white background.


Black color preview on #807E70 background

This text has black color on #807E70 background.


White color preview on #807E70 background

This text has white color on #807E70 background.


Related colors

Complementary color

Complementary color for #hex is #7F818F.


I love getcolorcode.com

Triadic colors

1 #70807E and #7E7080 with #807E70 are triadic colors.

2 #707E80 and #7E8070 with #807E70 are triadic colors.