COLOR #816A79

HEX: #816A79
RGB: (129,106,121)

Color info

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

RGB color model

#816A79 color RGB value is (129,106,121).

  • red value is 129;
  • green value is 106;
  • blue value is 121.
RGB:
(129,106,121)
(51%,42%,47%)

RGB channels and saturation

R 129 of 255 = 51%
G 106 of 255 = 42%
B 121 of 255 = 47%

129
106
121

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

Portions of RGB colors in percentages

R + G + B =
129 + 106 + 121 = 356 (100%)
R 129 of 356 ~ 36.24%
G 106 of 356 ~ 29.78%
B 121 of 356 ~ 33.99%

%36.24
%29.78
%33.99

CMYK color model

#816A79 color CMYK value is (0,18,6,49).

  • cyan value is 0.00%
  • magenta value is 17.83%
  • yellow value is 6.20%
  • key color value is 49.41%
CMYK:
(0,18,6,49)
C0M18Y6K49 
(0%,18%,6%,49%)
(0.00/0.18/0.06/0.49)	

CMYK percentages

%0
%17.83
%6.2
%49.41

Codes

Color #816A79 in popluar color models

816A79
RGB129106121
HSL321°9.79%46.08%
HSB/HSV321°17.83%50.59%
CMYK0.00%17.83%6.20%
49.41%

Color #816A79 in popluar number systems.

HEX816A79
Decimal129106121
Binary1000000111010101111001
Octal201152171

Shades and tints

Shades of #816A79

#816A79
(129,106,121)
#76616E
(118,97,110)
#6B5863
(107,88,99)
#604F58
(96,79,88)
#55464D
(85,70,77)
#4A3D42
(74,61,66)
#3F3437
(63,52,55)
#342B2C
(52,43,44)
#292221
(41,34,33)
#1E1916
(30,25,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #816A79

#816A79
(129,106,121)
#8C7785
(140,119,133)
#978491
(151,132,145)
#A2919D
(162,145,157)
#AD9EA9
(173,158,169)
#B8ABB5
(184,171,181)
#C3B8C1
(195,184,193)
#CEC5CD
(206,197,205)
#D9D2D9
(217,210,217)
#E4DFE5
(228,223,229)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816A79 color. Also use rgb(129,106,121) instead hex code.

Text Font Color

.myTextColor { color: #816A79; }

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

This text font color is #816A79.


Background Color

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

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

This div background color is #816A79.


Border color

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

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

This div border color is #816A79.


Opacity

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

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

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

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

This text has shadow with #816A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816A79 on black background.


Color preview on white background

This text has color #816A79 on white background.



Black color preview on #816A79 background

This text has black color on #816A79 background.


White color preview on #816A79 background

This text has white color on #816A79 background.