COLOR #817C8B

HEX: #817C8B RGB: (129,124,139)

Color info

#817C8B contains red, green and blue colors in about the same proportion. Web safe color of #817C8B is #996699 (or #969).

RGB color model

#817C8B color RGB value is (129,124,139).

RGB: (129,124,139) (51%, 49%, 55%)

RGB channels and saturation

R 129 of 255 = 51%
G 124 of 255 = 49%
B 139 of 255 = 55%

129
124
139

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

Portions of RGB colors in percentages

R + G + B = 129 + 124 + 139 = 392 (100%)
R 129 of 392 ~ 32.91%
G 124 of 392 ~ 31.63%
B 139 of 392 ~ 35.46'%

%32.91
%31.63
%35.46

CMYK color model

#817C8B color CMYK value is (7,11,0,45).

  • cyan value is 7.19%
  • magenta value is 10.79%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (7,11,0,45) C7M11Y0K45 (7%,11%,0%,45%) (0.07/0.11/0.00/0.45) 

CMYK percentages

%7.19
%10.79
%0
%45.49

Codes

Color #817C8B in popluar color models

81 7C 8B
RGB 129 124 139
HSL 260° 6.07% 51.57%
HSB/HSV 260° 10.79% 54.51%
CMYK 7.19% 10.79% 0.00%
45.49%

Color #817C8B in popluar number systems.

HEX 81 7C 8B
Decimal 129 124 139
Binary 10000001 1111100 10001011
Octal 201 174 213

Shades and tints

Shades of #817C8B

#817C8B
(129,124,139)
#76717F
(118,113,127)
#6B6673
(107,102,115)
#605B67
(96,91,103)
#55505B
(85,80,91)
#4A454F
(74,69,79)
#3F3A43
(63,58,67)
#342F37
(52,47,55)
#29242B
(41,36,43)
#1E191F
(30,25,31)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #817C8B

#817C8B
(129,124,139)
#8C8795
(140,135,149)
#97929F
(151,146,159)
#A29DA9
(162,157,169)
#ADA8B3
(173,168,179)
#B8B3BD
(184,179,189)
#C3BEC7
(195,190,199)
#CEC9D1
(206,201,209)
#D9D4DB
(217,212,219)
#E4DFE5
(228,223,229)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817C8B; }

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

This text font color is #817C8B.

Background Color

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

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

This div background color is #817C8B.

Border color

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

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

This div border color is #817C8B.

Opacity

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

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

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

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

This text has shadow with #817C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817C8B.

Preview

Color preview on black background

This text has color #817C8B on black background.


Color preview on white background

This text has color #817C8B on white background.


Black color preview on #817C8B background

This text has black color on #817C8B background.


White color preview on #817C8B background

This text has white color on #817C8B background.


Related colors

Complementary color

Complementary color for #hex is #7E8374.


I love getcolorcode.com

Triadic colors

1 #8B817C and #7C8B81 with #817C8B are triadic colors.

2 #8B7C81 and #7C818B with #817C8B are triadic colors.