COLOR #816773

HEX: #816773
RGB: (129,103,115)

Color info

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

RGB color model

#816773 color RGB value is (129,103,115).

  • red value is 129;
  • green value is 103;
  • blue value is 115.
RGB:
(129,103,115)
(51%,40%,45%)

RGB channels and saturation

R 129 of 255 = 51%
G 103 of 255 = 40%
B 115 of 255 = 45%

129
103
115

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

Portions of RGB colors in percentages

R + G + B =
129 + 103 + 115 = 347 (100%)
R 129 of 347 ~ 37.18%
G 103 of 347 ~ 29.68%
B 115 of 347 ~ 33.14%

%37.18
%29.68
%33.14

CMYK color model

#816773 color CMYK value is (0,20,11,49).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 10.85%
  • key color value is 49.41%
CMYK:
(0,20,11,49)
C0M20Y11K49 
(0%,20%,11%,49%)
(0.00/0.20/0.11/0.49)	

CMYK percentages

%0
%20.16
%10.85
%49.41

Codes

Color #816773 in popluar color models

816773
RGB129103115
HSL332°11.21%45.49%
HSB/HSV332°20.16%50.59%
CMYK0.00%20.16%10.85%
49.41%

Color #816773 in popluar number systems.

HEX816773
Decimal129103115
Binary1000000111001111110011
Octal201147163

Shades and tints

Shades of #816773

#816773
(129,103,115)
#765E69
(118,94,105)
#6B555F
(107,85,95)
#604C55
(96,76,85)
#55434B
(85,67,75)
#4A3A41
(74,58,65)
#3F3137
(63,49,55)
#34282D
(52,40,45)
#291F23
(41,31,35)
#1E1619
(30,22,25)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #816773

#816773
(129,103,115)
#8C747F
(140,116,127)
#97818B
(151,129,139)
#A28E97
(162,142,151)
#AD9BA3
(173,155,163)
#B8A8AF
(184,168,175)
#C3B5BB
(195,181,187)
#CEC2C7
(206,194,199)
#D9CFD3
(217,207,211)
#E4DCDF
(228,220,223)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816773 color. Also use rgb(129,103,115) instead hex code.

Text Font Color

.myTextColor { color: #816773; }

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

This text font color is #816773.


Background Color

.myBgColor { background-color: #816773; }

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

This div background color is #816773.


Border color

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

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

This div border color is #816773.


Opacity

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

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

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

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

This text has shadow with #816773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816773 on black background.


Color preview on white background

This text has color #816773 on white background.



Black color preview on #816773 background

This text has black color on #816773 background.


White color preview on #816773 background

This text has white color on #816773 background.