COLOR #817A7F

HEX: #817A7F
RGB: (129,122,127)

Color info

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

RGB color model

#817A7F color RGB value is (129,122,127).

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

RGB channels and saturation

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

129
122
127

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

Portions of RGB colors in percentages

R + G + B =
129 + 122 + 127 = 378 (100%)
R 129 of 378 ~ 34.13%
G 122 of 378 ~ 32.28%
B 127 of 378 ~ 33.6%

%34.13
%32.28
%33.6

CMYK color model

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

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

CMYK percentages

%0
%5.43
%1.55
%49.41

Codes

Color #817A7F in popluar color models

817A7F
RGB129122127
HSL317°2.79%49.22%
HSB/HSV317°5.43%50.59%
CMYK0.00%5.43%1.55%
49.41%

Color #817A7F in popluar number systems.

HEX817A7F
Decimal129122127
Binary1000000111110101111111
Octal201172177

Shades and tints

Shades of #817A7F

#817A7F
(129,122,127)
#766F74
(118,111,116)
#6B6469
(107,100,105)
#60595E
(96,89,94)
#554E53
(85,78,83)
#4A4348
(74,67,72)
#3F383D
(63,56,61)
#342D32
(52,45,50)
#292227
(41,34,39)
#1E171C
(30,23,28)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #817A7F

#817A7F
(129,122,127)
#8C868A
(140,134,138)
#979295
(151,146,149)
#A29EA0
(162,158,160)
#ADAAAB
(173,170,171)
#B8B6B6
(184,182,182)
#C3C2C1
(195,194,193)
#CECECC
(206,206,204)
#D9DAD7
(217,218,215)
#E4E6E2
(228,230,226)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817A7F; }

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

This text font color is #817A7F.


Background Color

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

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

This div background color is #817A7F.


Border color

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

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

This div border color is #817A7F.


Opacity

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

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

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

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

This text has shadow with #817A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817A7F on black background.


Color preview on white background

This text has color #817A7F on white background.



Black color preview on #817A7F background

This text has black color on #817A7F background.


White color preview on #817A7F background

This text has white color on #817A7F background.