COLOR #817F7B

HEX: #817F7B
RGB: (129,127,123)

Color info

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

RGB color model

#817F7B color RGB value is (129,127,123).

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

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 123 of 255 = 48%

129
127
123

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

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 123 = 379 (100%)
R 129 of 379 ~ 34.04%
G 127 of 379 ~ 33.51%
B 123 of 379 ~ 32.45%

%34.04
%33.51
%32.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.55%
  • 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
%1.55
%4.65
%49.41

Codes

Color #817F7B in popluar color models

817F7B
RGB129127123
HSL40°2.38%49.41%
HSB/HSV40°4.65%50.59%
CMYK0.00%1.55%4.65%
49.41%

Color #817F7B in popluar number systems.

HEX817F7B
Decimal129127123
Binary1000000111111111111011
Octal201177173

Shades and tints

Shades of #817F7B

#817F7B
(129,127,123)
#767470
(118,116,112)
#6B6965
(107,105,101)
#605E5A
(96,94,90)
#55534F
(85,83,79)
#4A4844
(74,72,68)
#3F3D39
(63,61,57)
#34322E
(52,50,46)
#292723
(41,39,35)
#1E1C18
(30,28,24)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #817F7B

#817F7B
(129,127,123)
#8C8A87
(140,138,135)
#979593
(151,149,147)
#A2A09F
(162,160,159)
#ADABAB
(173,171,171)
#B8B6B7
(184,182,183)
#C3C1C3
(195,193,195)
#CECCCF
(206,204,207)
#D9D7DB
(217,215,219)
#E4E2E7
(228,226,231)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817F7B; }

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

This text font color is #817F7B.


Background Color

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

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

This div background color is #817F7B.


Border color

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

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

This div border color is #817F7B.


Opacity

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

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

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

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

This text has shadow with #817F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F7B on black background.


Color preview on white background

This text has color #817F7B on white background.



Black color preview on #817F7B background

This text has black color on #817F7B background.


White color preview on #817F7B background

This text has white color on #817F7B background.