COLOR #816F7E

HEX: #816F7E
RGB: (129,111,126)

Color info

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

RGB color model

#816F7E color RGB value is (129,111,126).

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

RGB channels and saturation

R 129 of 255 = 51%
G 111 of 255 = 44%
B 126 of 255 = 49%

129
111
126

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

Portions of RGB colors in percentages

R + G + B =
129 + 111 + 126 = 366 (100%)
R 129 of 366 ~ 35.25%
G 111 of 366 ~ 30.33%
B 126 of 366 ~ 34.43%

%35.25
%30.33
%34.43

CMYK color model

#816F7E color CMYK value is (0,14,2,49).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 2.33%
  • key color value is 49.41%
CMYK:
(0,14,2,49)
C0M14Y2K49 
(0%,14%,2%,49%)
(0.00/0.14/0.02/0.49)	

CMYK percentages

%0
%13.95
%2.33
%49.41

Codes

Color #816F7E in popluar color models

816F7E
RGB129111126
HSL310°7.50%47.06%
HSB/HSV310°13.95%50.59%
CMYK0.00%13.95%2.33%
49.41%

Color #816F7E in popluar number systems.

HEX816F7E
Decimal129111126
Binary1000000111011111111110
Octal201157176

Shades and tints

Shades of #816F7E

#816F7E
(129,111,126)
#766573
(118,101,115)
#6B5B68
(107,91,104)
#60515D
(96,81,93)
#554752
(85,71,82)
#4A3D47
(74,61,71)
#3F333C
(63,51,60)
#342931
(52,41,49)
#291F26
(41,31,38)
#1E151B
(30,21,27)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #816F7E

#816F7E
(129,111,126)
#8C7C89
(140,124,137)
#978994
(151,137,148)
#A2969F
(162,150,159)
#ADA3AA
(173,163,170)
#B8B0B5
(184,176,181)
#C3BDC0
(195,189,192)
#CECACB
(206,202,203)
#D9D7D6
(217,215,214)
#E4E4E1
(228,228,225)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816F7E color. Also use rgb(129,111,126) instead hex code.

Text Font Color

.myTextColor { color: #816F7E; }

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

This text font color is #816F7E.


Background Color

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

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

This div background color is #816F7E.


Border color

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

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

This div border color is #816F7E.


Opacity

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

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

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

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

This text has shadow with #816F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816F7E on black background.


Color preview on white background

This text has color #816F7E on white background.



Black color preview on #816F7E background

This text has black color on #816F7E background.


White color preview on #816F7E background

This text has white color on #816F7E background.