COLOR #807276

HEX: #807276
RGB: (128,114,118)

Color info

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

RGB color model

#807276 color RGB value is (128,114,118).

  • red value is 128;
  • green value is 114;
  • blue value is 118.
RGB:
(128,114,118)
(50%,45%,46%)

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 118 of 255 = 46%

128
114
118

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

Portions of RGB colors in percentages

R + G + B =
128 + 114 + 118 = 360 (100%)
R 128 of 360 ~ 35.56%
G 114 of 360 ~ 31.67%
B 118 of 360 ~ 32.78%

%35.56
%31.67
%32.78

CMYK color model

#807276 color CMYK value is (0,11,8,50).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 7.81%
  • key color value is 49.80%
CMYK:
(0,11,8,50)
C0M11Y8K50 
(0%,11%,8%,50%)
(0.00/0.11/0.08/0.50)	

CMYK percentages

%0
%10.94
%7.81
%49.8

Codes

Color #807276 in popluar color models

807276
RGB128114118
HSL343°5.79%47.45%
HSB/HSV343°10.94%50.20%
CMYK0.00%10.94%7.81%
49.80%

Color #807276 in popluar number systems.

HEX807276
Decimal128114118
Binary1000000011100101110110
Octal200162166

Shades and tints

Shades of #807276

#807276
(128,114,118)
#75686C
(117,104,108)
#6A5E62
(106,94,98)
#5F5458
(95,84,88)
#544A4E
(84,74,78)
#494044
(73,64,68)
#3E363A
(62,54,58)
#332C30
(51,44,48)
#282226
(40,34,38)
#1D181C
(29,24,28)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #807276

#807276
(128,114,118)
#8B7E82
(139,126,130)
#968A8E
(150,138,142)
#A1969A
(161,150,154)
#ACA2A6
(172,162,166)
#B7AEB2
(183,174,178)
#C2BABE
(194,186,190)
#CDC6CA
(205,198,202)
#D8D2D6
(216,210,214)
#E3DEE2
(227,222,226)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807276 color. Also use rgb(128,114,118) instead hex code.

Text Font Color

.myTextColor { color: #807276; }

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

This text font color is #807276.


Background Color

.myBgColor { background-color: #807276; }

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

This div background color is #807276.


Border color

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

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

This div border color is #807276.


Opacity

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

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

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

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

This text has shadow with #807276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807276 on black background.


Color preview on white background

This text has color #807276 on white background.



Black color preview on #807276 background

This text has black color on #807276 background.


White color preview on #807276 background

This text has white color on #807276 background.