COLOR #816979

HEX: #816979
RGB: (129,105,121)

Color info

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

RGB color model

#816979 color RGB value is (129,105,121).

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

RGB channels and saturation

R 129 of 255 = 51%
G 105 of 255 = 41%
B 121 of 255 = 47%

129
105
121

R + G + B ~ 46%. #816979 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 105 + 121 = 355 (100%)
R 129 of 355 ~ 36.34%
G 105 of 355 ~ 29.58%
B 121 of 355 ~ 34.08%

%36.34
%29.58
%34.08

CMYK color model

#816979 color CMYK value is (0,19,6,49).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 6.20%
  • key color value is 49.41%
CMYK:
(0,19,6,49)
C0M19Y6K49 
(0%,19%,6%,49%)
(0.00/0.19/0.06/0.49)	

CMYK percentages

%0
%18.6
%6.2
%49.41

Codes

Color #816979 in popluar color models

816979
RGB129105121
HSL320°10.26%45.88%
HSB/HSV320°18.60%50.59%
CMYK0.00%18.60%6.20%
49.41%

Color #816979 in popluar number systems.

HEX816979
Decimal129105121
Binary1000000111010011111001
Octal201151171

Shades and tints

Shades of #816979

#816979
(129,105,121)
#76606E
(118,96,110)
#6B5763
(107,87,99)
#604E58
(96,78,88)
#55454D
(85,69,77)
#4A3C42
(74,60,66)
#3F3337
(63,51,55)
#342A2C
(52,42,44)
#292121
(41,33,33)
#1E1816
(30,24,22)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #816979

#816979
(129,105,121)
#8C7685
(140,118,133)
#978391
(151,131,145)
#A2909D
(162,144,157)
#AD9DA9
(173,157,169)
#B8AAB5
(184,170,181)
#C3B7C1
(195,183,193)
#CEC4CD
(206,196,205)
#D9D1D9
(217,209,217)
#E4DEE5
(228,222,229)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816979; }

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

This text font color is #816979.


Background Color

.myBgColor { background-color: #816979; }

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

This div background color is #816979.


Border color

.myBorderColor { border: 1px solid #816979; }

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

This div border color is #816979.


Opacity

.myOpacity80 { color: #816979; opacity: 0.8; }

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

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

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

This text has shadow with #816979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816979 on black background.


Color preview on white background

This text has color #816979 on white background.



Black color preview on #816979 background

This text has black color on #816979 background.


White color preview on #816979 background

This text has white color on #816979 background.