COLOR #815C77

HEX: #815C77 RGB: (129,92,119)

Color info

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

RGB color model

#815C77 color RGB value is (129,92,119).

RGB: (129,92,119) (51%, 36%, 47%)

RGB channels and saturation

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

129
92
119

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

Portions of RGB colors in percentages

R + G + B = 129 + 92 + 119 = 340 (100%)
R 129 of 340 ~ 37.94%
G 92 of 340 ~ 27.06%
B 119 of 340 ~ 35'%

%37.94
%27.06
%35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.68%
  • 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
%28.68
%7.75
%49.41

Codes

Color #815C77 in popluar color models

81 5C 77
RGB 129 92 119
HSL 316° 16.74% 43.33%
HSB/HSV 316° 28.68% 50.59%
CMYK 0.00% 28.68% 7.75%
49.41%

Color #815C77 in popluar number systems.

HEX 81 5C 77
Decimal 129 92 119
Binary 10000001 1011100 1110111
Octal 201 134 167

Shades and tints

Shades of #815C77

#815C77
(129,92,119)
#76546D
(118,84,109)
#6B4C63
(107,76,99)
#604459
(96,68,89)
#553C4F
(85,60,79)
#4A3445
(74,52,69)
#3F2C3B
(63,44,59)
#342431
(52,36,49)
#291C27
(41,28,39)
#1E141D
(30,20,29)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #815C77

#815C77
(129,92,119)
#8C6A83
(140,106,131)
#97788F
(151,120,143)
#A2869B
(162,134,155)
#AD94A7
(173,148,167)
#B8A2B3
(184,162,179)
#C3B0BF
(195,176,191)
#CEBECB
(206,190,203)
#D9CCD7
(217,204,215)
#E4DAE3
(228,218,227)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815C77; }

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

This text font color is #815C77.

Background Color

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

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

This div background color is #815C77.

Border color

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

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

This div border color is #815C77.

Opacity

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

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

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

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

This text has shadow with #815C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #815C77.

Preview

Color preview on black background

This text has color #815C77 on black background.


Color preview on white background

This text has color #815C77 on white background.


Black color preview on #815C77 background

This text has black color on #815C77 background.


White color preview on #815C77 background

This text has white color on #815C77 background.


Related colors

Complementary color

Complementary color for #hex is #7EA388.


I love getcolorcode.com

Triadic colors

1 #77815C and #5C7781 with #815C77 are triadic colors.

2 #775C81 and #5C8177 with #815C77 are triadic colors.