COLOR #807B70

HEX: #807B70
RGB: (128,123,112)

Color info

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

RGB color model

#807B70 color RGB value is (128,123,112).

  • red value is 128;
  • green value is 123;
  • blue value is 112.
RGB:
(128,123,112)
(50%,48%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 123 of 255 = 48%
B 112 of 255 = 44%

128
123
112

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

Portions of RGB colors in percentages

R + G + B =
128 + 123 + 112 = 363 (100%)
R 128 of 363 ~ 35.26%
G 123 of 363 ~ 33.88%
B 112 of 363 ~ 30.85%

%35.26
%33.88
%30.85

CMYK color model

#807B70 color CMYK value is (0,4,13,50).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 12.50%
  • key color value is 49.80%
CMYK:
(0,4,13,50)
C0M4Y13K50 
(0%,4%,13%,50%)
(0.00/0.04/0.13/0.50)	

CMYK percentages

%0
%3.91
%12.5
%49.8

Codes

Color #807B70 in popluar color models

807B70
RGB128123112
HSL41°6.67%47.06%
HSB/HSV41°12.50%50.20%
CMYK0.00%3.91%12.50%
49.80%

Color #807B70 in popluar number systems.

HEX807B70
Decimal128123112
Binary1000000011110111110000
Octal200173160

Shades and tints

Shades of #807B70

#807B70
(128,123,112)
#757066
(117,112,102)
#6A655C
(106,101,92)
#5F5A52
(95,90,82)
#544F48
(84,79,72)
#49443E
(73,68,62)
#3E3934
(62,57,52)
#332E2A
(51,46,42)
#282320
(40,35,32)
#1D1816
(29,24,22)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #807B70

#807B70
(128,123,112)
#8B877D
(139,135,125)
#96938A
(150,147,138)
#A19F97
(161,159,151)
#ACABA4
(172,171,164)
#B7B7B1
(183,183,177)
#C2C3BE
(194,195,190)
#CDCFCB
(205,207,203)
#D8DBD8
(216,219,216)
#E3E7E5
(227,231,229)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807B70; }

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

This text font color is #807B70.


Background Color

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

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

This div background color is #807B70.


Border color

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

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

This div border color is #807B70.


Opacity

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

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

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

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

This text has shadow with #807B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807B70 on black background.


Color preview on white background

This text has color #807B70 on white background.



Black color preview on #807B70 background

This text has black color on #807B70 background.


White color preview on #807B70 background

This text has white color on #807B70 background.