COLOR #816077

HEX: #816077
RGB: (129,96,119)

Color info

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

RGB color model

#816077 color RGB value is (129,96,119).

  • red value is 129;
  • green value is 96;
  • blue value is 119.
RGB:
(129,96,119)
(51%,38%,47%)

RGB channels and saturation

R 129 of 255 = 51%
G 96 of 255 = 38%
B 119 of 255 = 47%

129
96
119

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

Portions of RGB colors in percentages

R + G + B =
129 + 96 + 119 = 344 (100%)
R 129 of 344 ~ 37.5%
G 96 of 344 ~ 27.91%
B 119 of 344 ~ 34.59%

%37.5
%27.91
%34.59

CMYK color model

#816077 color CMYK value is (0,26,8,49).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 7.75%
  • key color value is 49.41%
CMYK:
(0,26,8,49)
C0M26Y8K49 
(0%,26%,8%,49%)
(0.00/0.26/0.08/0.49)	

CMYK percentages

%0
%25.58
%7.75
%49.41

Codes

Color #816077 in popluar color models

816077
RGB12996119
HSL318°14.67%44.12%
HSB/HSV318°25.58%50.59%
CMYK0.00%25.58%7.75%
49.41%

Color #816077 in popluar number systems.

HEX816077
Decimal12996119
Binary1000000111000001110111
Octal201140167

Shades and tints

Shades of #816077

#816077
(129,96,119)
#76586D
(118,88,109)
#6B5063
(107,80,99)
#604859
(96,72,89)
#55404F
(85,64,79)
#4A3845
(74,56,69)
#3F303B
(63,48,59)
#342831
(52,40,49)
#292027
(41,32,39)
#1E181D
(30,24,29)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #816077

#816077
(129,96,119)
#8C6E83
(140,110,131)
#977C8F
(151,124,143)
#A28A9B
(162,138,155)
#AD98A7
(173,152,167)
#B8A6B3
(184,166,179)
#C3B4BF
(195,180,191)
#CEC2CB
(206,194,203)
#D9D0D7
(217,208,215)
#E4DEE3
(228,222,227)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816077 color. Also use rgb(129,96,119) instead hex code.

Text Font Color

.myTextColor { color: #816077; }

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

This text font color is #816077.


Background Color

.myBgColor { background-color: #816077; }

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

This div background color is #816077.


Border color

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

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

This div border color is #816077.


Opacity

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

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

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

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

This text has shadow with #816077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816077 on black background.


Color preview on white background

This text has color #816077 on white background.



Black color preview on #816077 background

This text has black color on #816077 background.


White color preview on #816077 background

This text has white color on #816077 background.