COLOR #817E7B

HEX: #817E7B
RGB: (129,126,123)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

129
126
123

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

Portions of RGB colors in percentages

R + G + B =
129 + 126 + 123 = 378 (100%)
R 129 of 378 ~ 34.13%
G 126 of 378 ~ 33.33%
B 123 of 378 ~ 32.54%

%34.13
%33.33
%32.54

CMYK color model

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

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

CMYK percentages

%0
%2.33
%4.65
%49.41

Codes

Color #817E7B in popluar color models

817E7B
RGB129126123
HSL30°2.38%49.41%
HSB/HSV30°4.65%50.59%
CMYK0.00%2.33%4.65%
49.41%

Color #817E7B in popluar number systems.

HEX817E7B
Decimal129126123
Binary1000000111111101111011
Octal201176173

Shades and tints

Shades of #817E7B

#817E7B
(129,126,123)
#767370
(118,115,112)
#6B6865
(107,104,101)
#605D5A
(96,93,90)
#55524F
(85,82,79)
#4A4744
(74,71,68)
#3F3C39
(63,60,57)
#34312E
(52,49,46)
#292623
(41,38,35)
#1E1B18
(30,27,24)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #817E7B

#817E7B
(129,126,123)
#8C8987
(140,137,135)
#979493
(151,148,147)
#A29F9F
(162,159,159)
#ADAAAB
(173,170,171)
#B8B5B7
(184,181,183)
#C3C0C3
(195,192,195)
#CECBCF
(206,203,207)
#D9D6DB
(217,214,219)
#E4E1E7
(228,225,231)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817E7B; }

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

This text font color is #817E7B.


Background Color

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

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

This div background color is #817E7B.


Border color

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

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

This div border color is #817E7B.


Opacity

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

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

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

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

This text has shadow with #817E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817E7B on black background.


Color preview on white background

This text has color #817E7B on white background.



Black color preview on #817E7B background

This text has black color on #817E7B background.


White color preview on #817E7B background

This text has white color on #817E7B background.