COLOR #816B7F

HEX: #816B7F RGB: (129,107,127)

Color info

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

RGB color model

#816B7F color RGB value is (129,107,127).

RGB: (129,107,127) (51%, 42%, 50%)

RGB channels and saturation

R 129 of 255 = 51%
G 107 of 255 = 42%
B 127 of 255 = 50%

129
107
127

R + G + B ~ 48%. #816B7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 107 + 127 = 363 (100%)
R 129 of 363 ~ 35.54%
G 107 of 363 ~ 29.48%
B 127 of 363 ~ 34.99'%

%35.54
%29.48
%34.99

CMYK color model

#816B7F color CMYK value is (0,17,2,49).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 1.55%
  • key color value is 49.41%

CMYK: (0,17,2,49)
C0M17Y2K49 (0%, 17%, 2%, 49%)
(0.00 / 0.17 / 0.02 / 0.49)

CMYK percentages

%0
%17.05
%1.55
%49.41

Codes

Color #816B7F in popluar color models

81 6B 7F
RGB 129 107 127
HSL 305° 9.32% 46.27%
HSB/HSV 305° 17.05% 50.59%
CMYK 0.00% 17.05% 1.55%
49.41%

Color #816B7F in popluar number systems.

HEX 81 6B 7F
Decimal 129 107 127
Binary 10000001 1101011 1111111
Octal 201 153 177

Shades and tints

Shades of #816B7F

#816B7F
(129,107,127)
#766274
(118,98,116)
#6B5969
(107,89,105)
#60505E
(96,80,94)
#554753
(85,71,83)
#4A3E48
(74,62,72)
#3F353D
(63,53,61)
#342C32
(52,44,50)
#292327
(41,35,39)
#1E1A1C
(30,26,28)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #816B7F

#816B7F
(129,107,127)
#8C788A
(140,120,138)
#978595
(151,133,149)
#A292A0
(162,146,160)
#AD9FAB
(173,159,171)
#B8ACB6
(184,172,182)
#C3B9C1
(195,185,193)
#CEC6CC
(206,198,204)
#D9D3D7
(217,211,215)
#E4E0E2
(228,224,226)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816B7F color. Also use rgb(129,107,127) instead hex code.

Text Font Color

.myTextColor { color: #816B7F; }

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

This text font color is #816B7F.

Background Color

.myBgColor { background-color: #816B7F; }

<div style="background-color:#816B7F">Inner text</div>

This div background color is #816B7F.

Border color

.myBorderColor { border: 1px solid #816B7F; }

<div style="border:3px solid #816B7F">Div</div>

This div border color is #816B7F.

Opacity

.myOpacity80 { color: #816B7F; opacity: 0.8; }

<p style="color:#816B7F;opacity:0.8;">80%</p>

Text with #816B7F 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 #816B7F;}

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

This text has shadow with #816B7F color.


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

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

This text has shadow with #816B7F primary color and red secondary color.


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

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

This text has shadow with #816B7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #816B7F.

Preview

Color preview on black background

This text has color #816B7F on black background.


Color preview on white background

This text has color #816B7F on white background.


Black color preview on #816B7F background

This text has black color on #816B7F background.


White color preview on #816B7F background

This text has white color on #816B7F background.


Related colors

Complementary color

Complementary color for #hex is #7E9480.


I love getcolorcode.com

Triadic colors

1 #7F816B and #6B7F81 with #816B7F are triadic colors.

2 #7F6B81 and #6B817F with #816B7F are triadic colors.