COLOR #816E78

HEX: #816E78 RGB: (129,110,120)

Color info

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

RGB color model

#816E78 color RGB value is (129,110,120).

RGB: (129,110,120) (51%, 43%, 47%)

RGB channels and saturation

R 129 of 255 = 51%
G 110 of 255 = 43%
B 120 of 255 = 47%

129
110
120

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

Portions of RGB colors in percentages

R + G + B = 129 + 110 + 120 = 359 (100%)
R 129 of 359 ~ 35.93%
G 110 of 359 ~ 30.64%
B 120 of 359 ~ 33.43'%

%35.93
%30.64
%33.43

CMYK color model

#816E78 color CMYK value is (0,15,7,49).

  • cyan value is 0.00%
  • magenta value is 14.73%
  • yellow value is 6.98%
  • key color value is 49.41%

CMYK: (0,15,7,49)
C0M15Y7K49 (0%, 15%, 7%, 49%)
(0.00 / 0.15 / 0.07 / 0.49)

CMYK percentages

%0
%14.73
%6.98
%49.41

Codes

Color #816E78 in popluar color models

81 6E 78
RGB 129 110 120
HSL 328° 7.95% 46.86%
HSB/HSV 328° 14.73% 50.59%
CMYK 0.00% 14.73% 6.98%
49.41%

Color #816E78 in popluar number systems.

HEX 81 6E 78
Decimal 129 110 120
Binary 10000001 1101110 1111000
Octal 201 156 170

Shades and tints

Shades of #816E78

#816E78
(129,110,120)
#76646E
(118,100,110)
#6B5A64
(107,90,100)
#60505A
(96,80,90)
#554650
(85,70,80)
#4A3C46
(74,60,70)
#3F323C
(63,50,60)
#342832
(52,40,50)
#291E28
(41,30,40)
#1E141E
(30,20,30)
#130A14
(19,10,20)
#000000
(0,0,0)

Tints of #816E78

#816E78
(129,110,120)
#8C7B84
(140,123,132)
#978890
(151,136,144)
#A2959C
(162,149,156)
#ADA2A8
(173,162,168)
#B8AFB4
(184,175,180)
#C3BCC0
(195,188,192)
#CEC9CC
(206,201,204)
#D9D6D8
(217,214,216)
#E4E3E4
(228,227,228)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816E78; }

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

This text font color is #816E78.

Background Color

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

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

This div background color is #816E78.

Border color

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

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

This div border color is #816E78.

Opacity

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

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

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

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

This text has shadow with #816E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #816E78.

Preview

Color preview on black background

This text has color #816E78 on black background.


Color preview on white background

This text has color #816E78 on white background.


Black color preview on #816E78 background

This text has black color on #816E78 background.


White color preview on #816E78 background

This text has white color on #816E78 background.


Related colors

Complementary color

Complementary color for #hex is #7E9187.


I love getcolorcode.com

Triadic colors

1 #78816E and #6E7881 with #816E78 are triadic colors.

2 #786E81 and #6E8178 with #816E78 are triadic colors.