COLOR #818076

HEX: #818076
RGB: (129,128,118)

Color info

#818076 contains red, green and blue colors in about the same proportion. Web safe color of #818076 is #996666 (or #966).

RGB color model

#818076 color RGB value is (129,128,118).

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

RGB channels and saturation

R 129 of 255 = 51%
G 128 of 255 = 50%
B 118 of 255 = 46%

129
128
118

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

Portions of RGB colors in percentages

R + G + B =
129 + 128 + 118 = 375 (100%)
R 129 of 375 ~ 34.4%
G 128 of 375 ~ 34.13%
B 118 of 375 ~ 31.47%

%34.4
%34.13
%31.47

CMYK color model

#818076 color CMYK value is (0,1,9,49).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 8.53%
  • key color value is 49.41%
CMYK:
(0,1,9,49)
C0M1Y9K49 
(0%,1%,9%,49%)
(0.00/0.01/0.09/0.49)	

CMYK percentages

%0
%0.78
%8.53
%49.41

Codes

Color #818076 in popluar color models

818076
RGB129128118
HSL55°4.45%48.43%
HSB/HSV55°8.53%50.59%
CMYK0.00%0.78%8.53%
49.41%

Color #818076 in popluar number systems.

HEX818076
Decimal129128118
Binary10000001100000001110110
Octal201200166

Shades and tints

Shades of #818076

#818076
(129,128,118)
#76756C
(118,117,108)
#6B6A62
(107,106,98)
#605F58
(96,95,88)
#55544E
(85,84,78)
#4A4944
(74,73,68)
#3F3E3A
(63,62,58)
#343330
(52,51,48)
#292826
(41,40,38)
#1E1D1C
(30,29,28)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #818076

#818076
(129,128,118)
#8C8B82
(140,139,130)
#97968E
(151,150,142)
#A2A19A
(162,161,154)
#ADACA6
(173,172,166)
#B8B7B2
(184,183,178)
#C3C2BE
(195,194,190)
#CECDCA
(206,205,202)
#D9D8D6
(217,216,214)
#E4E3E2
(228,227,226)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818076; }

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

This text font color is #818076.


Background Color

.myBgColor { background-color: #818076; }

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

This div background color is #818076.


Border color

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

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

This div border color is #818076.


Opacity

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

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

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

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

This text has shadow with #818076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818076 on black background.


Color preview on white background

This text has color #818076 on white background.



Black color preview on #818076 background

This text has black color on #818076 background.


White color preview on #818076 background

This text has white color on #818076 background.