COLOR #815B77

HEX: #815B77
RGB: (129,91,119)

Color info

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

RGB color model

#815B77 color RGB value is (129,91,119).

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

RGB channels and saturation

R 129 of 255 = 51%
G 91 of 255 = 36%
B 119 of 255 = 47%

129
91
119

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

Portions of RGB colors in percentages

R + G + B =
129 + 91 + 119 = 339 (100%)
R 129 of 339 ~ 38.05%
G 91 of 339 ~ 26.84%
B 119 of 339 ~ 35.1%

%38.05
%26.84
%35.1

CMYK color model

#815B77 color CMYK value is (0,29,8,49).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 7.75%
  • key color value is 49.41%
CMYK:
(0,29,8,49)
C0M29Y8K49 
(0%,29%,8%,49%)
(0.00/0.29/0.08/0.49)	

CMYK percentages

%0
%29.46
%7.75
%49.41

Codes

Color #815B77 in popluar color models

815B77
RGB12991119
HSL316°17.27%43.14%
HSB/HSV316°29.46%50.59%
CMYK0.00%29.46%7.75%
49.41%

Color #815B77 in popluar number systems.

HEX815B77
Decimal12991119
Binary1000000110110111110111
Octal201133167

Shades and tints

Shades of #815B77

#815B77
(129,91,119)
#76536D
(118,83,109)
#6B4B63
(107,75,99)
#604359
(96,67,89)
#553B4F
(85,59,79)
#4A3345
(74,51,69)
#3F2B3B
(63,43,59)
#342331
(52,35,49)
#291B27
(41,27,39)
#1E131D
(30,19,29)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #815B77

#815B77
(129,91,119)
#8C6983
(140,105,131)
#97778F
(151,119,143)
#A2859B
(162,133,155)
#AD93A7
(173,147,167)
#B8A1B3
(184,161,179)
#C3AFBF
(195,175,191)
#CEBDCB
(206,189,203)
#D9CBD7
(217,203,215)
#E4D9E3
(228,217,227)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815B77; }

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

This text font color is #815B77.


Background Color

.myBgColor { background-color: #815B77; }

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

This div background color is #815B77.


Border color

.myBorderColor { border: 1px solid #815B77; }

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

This div border color is #815B77.


Opacity

.myOpacity80 { color: #815B77; opacity: 0.8; }

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

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

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

This text has shadow with #815B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815B77 on black background.


Color preview on white background

This text has color #815B77 on white background.



Black color preview on #815B77 background

This text has black color on #815B77 background.


White color preview on #815B77 background

This text has white color on #815B77 background.