COLOR #816F78

HEX: #816F78
RGB: (129,111,120)

Color info

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

RGB color model

#816F78 color RGB value is (129,111,120).

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

RGB channels and saturation

R 129 of 255 = 51%
G 111 of 255 = 44%
B 120 of 255 = 47%

129
111
120

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

Portions of RGB colors in percentages

R + G + B =
129 + 111 + 120 = 360 (100%)
R 129 of 360 ~ 35.83%
G 111 of 360 ~ 30.83%
B 120 of 360 ~ 33.33%

%35.83
%30.83
%33.33

CMYK color model

#816F78 color CMYK value is (0,14,7,49).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 6.98%
  • key color value is 49.41%
CMYK:
(0,14,7,49)
C0M14Y7K49 
(0%,14%,7%,49%)
(0.00/0.14/0.07/0.49)	

CMYK percentages

%0
%13.95
%6.98
%49.41

Codes

Color #816F78 in popluar color models

816F78
RGB129111120
HSL330°7.50%47.06%
HSB/HSV330°13.95%50.59%
CMYK0.00%13.95%6.98%
49.41%

Color #816F78 in popluar number systems.

HEX816F78
Decimal129111120
Binary1000000111011111111000
Octal201157170

Shades and tints

Shades of #816F78

#816F78
(129,111,120)
#76656E
(118,101,110)
#6B5B64
(107,91,100)
#60515A
(96,81,90)
#554750
(85,71,80)
#4A3D46
(74,61,70)
#3F333C
(63,51,60)
#342932
(52,41,50)
#291F28
(41,31,40)
#1E151E
(30,21,30)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #816F78

#816F78
(129,111,120)
#8C7C84
(140,124,132)
#978990
(151,137,144)
#A2969C
(162,150,156)
#ADA3A8
(173,163,168)
#B8B0B4
(184,176,180)
#C3BDC0
(195,189,192)
#CECACC
(206,202,204)
#D9D7D8
(217,215,216)
#E4E4E4
(228,228,228)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816F78; }

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

This text font color is #816F78.


Background Color

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

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

This div background color is #816F78.


Border color

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

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

This div border color is #816F78.


Opacity

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

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

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

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

This text has shadow with #816F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816F78 on black background.


Color preview on white background

This text has color #816F78 on white background.



Black color preview on #816F78 background

This text has black color on #816F78 background.


White color preview on #816F78 background

This text has white color on #816F78 background.