COLOR #807975

HEX: #807975
RGB: (128,121,117)

Color info

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

RGB color model

#807975 color RGB value is (128,121,117).

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

RGB channels and saturation

R 128 of 255 = 50%
G 121 of 255 = 47%
B 117 of 255 = 46%

128
121
117

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

Portions of RGB colors in percentages

R + G + B =
128 + 121 + 117 = 366 (100%)
R 128 of 366 ~ 34.97%
G 121 of 366 ~ 33.06%
B 117 of 366 ~ 31.97%

%34.97
%33.06
%31.97

CMYK color model

#807975 color CMYK value is (0,5,9,50).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 8.59%
  • key color value is 49.80%
CMYK:
(0,5,9,50)
C0M5Y9K50 
(0%,5%,9%,50%)
(0.00/0.05/0.09/0.50)	

CMYK percentages

%0
%5.47
%8.59
%49.8

Codes

Color #807975 in popluar color models

807975
RGB128121117
HSL22°4.49%48.04%
HSB/HSV22°8.59%50.20%
CMYK0.00%5.47%8.59%
49.80%

Color #807975 in popluar number systems.

HEX807975
Decimal128121117
Binary1000000011110011110101
Octal200171165

Shades and tints

Shades of #807975

#807975
(128,121,117)
#756E6B
(117,110,107)
#6A6361
(106,99,97)
#5F5857
(95,88,87)
#544D4D
(84,77,77)
#494243
(73,66,67)
#3E3739
(62,55,57)
#332C2F
(51,44,47)
#282125
(40,33,37)
#1D161B
(29,22,27)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #807975

#807975
(128,121,117)
#8B8581
(139,133,129)
#96918D
(150,145,141)
#A19D99
(161,157,153)
#ACA9A5
(172,169,165)
#B7B5B1
(183,181,177)
#C2C1BD
(194,193,189)
#CDCDC9
(205,205,201)
#D8D9D5
(216,217,213)
#E3E5E1
(227,229,225)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807975; }

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

This text font color is #807975.


Background Color

.myBgColor { background-color: #807975; }

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

This div background color is #807975.


Border color

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

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

This div border color is #807975.


Opacity

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

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

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

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

This text has shadow with #807975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807975 on black background.


Color preview on white background

This text has color #807975 on white background.



Black color preview on #807975 background

This text has black color on #807975 background.


White color preview on #807975 background

This text has white color on #807975 background.