COLOR #817E7E

HEX: #817E7E
RGB: (129,126,126)

Color info

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

RGB color model

#817E7E color RGB value is (129,126,126).

  • red value is 129;
  • green value is 126;
  • blue value is 126.
RGB:
(129,126,126)
(51%,49%,49%)

RGB channels and saturation

R 129 of 255 = 51%
G 126 of 255 = 49%
B 126 of 255 = 49%

129
126
126

R + G + B ~ 50%. #817E7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 126 + 126 = 381 (100%)
R 129 of 381 ~ 33.86%
G 126 of 381 ~ 33.07%
B 126 of 381 ~ 33.07%

%33.86
%33.07
%33.07

CMYK color model

#817E7E color CMYK value is (0,2,2,49).

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 2.33%
  • key color value is 49.41%
CMYK:
(0,2,2,49)
C0M2Y2K49 
(0%,2%,2%,49%)
(0.00/0.02/0.02/0.49)	

CMYK percentages

%0
%2.33
%2.33
%49.41

Codes

Color #817E7E in popluar color models

817E7E
RGB129126126
HSL1.18%50.00%
HSB/HSV2.33%50.59%
CMYK0.00%2.33%2.33%
49.41%

Color #817E7E in popluar number systems.

HEX817E7E
Decimal129126126
Binary1000000111111101111110
Octal201176176

Shades and tints

Shades of #817E7E

#817E7E
(129,126,126)
#767373
(118,115,115)
#6B6868
(107,104,104)
#605D5D
(96,93,93)
#555252
(85,82,82)
#4A4747
(74,71,71)
#3F3C3C
(63,60,60)
#343131
(52,49,49)
#292626
(41,38,38)
#1E1B1B
(30,27,27)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #817E7E

#817E7E
(129,126,126)
#8C8989
(140,137,137)
#979494
(151,148,148)
#A29F9F
(162,159,159)
#ADAAAA
(173,170,170)
#B8B5B5
(184,181,181)
#C3C0C0
(195,192,192)
#CECBCB
(206,203,203)
#D9D6D6
(217,214,214)
#E4E1E1
(228,225,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817E7E color. Also use rgb(129,126,126) instead hex code.

Text Font Color

.myTextColor { color: #817E7E; }

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

This text font color is #817E7E.


Background Color

.myBgColor { background-color: #817E7E; }

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

This div background color is #817E7E.


Border color

.myBorderColor { border: 1px solid #817E7E; }

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

This div border color is #817E7E.


Opacity

.myOpacity80 { color: #817E7E; opacity: 0.8; }

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

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

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

This text has shadow with #817E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817E7E on black background.


Color preview on white background

This text has color #817E7E on white background.



Black color preview on #817E7E background

This text has black color on #817E7E background.


White color preview on #817E7E background

This text has white color on #817E7E background.