COLOR #815F78

HEX: #815F78 RGB: (129,95,120)

Color info

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

RGB color model

#815F78 color RGB value is (129,95,120).

RGB: (129,95,120) (51%, 37%, 47%)

RGB channels and saturation

R 129 of 255 = 51%
G 95 of 255 = 37%
B 120 of 255 = 47%

129
95
120

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

Portions of RGB colors in percentages

R + G + B = 129 + 95 + 120 = 344 (100%)
R 129 of 344 ~ 37.5%
G 95 of 344 ~ 27.62%
B 120 of 344 ~ 34.88'%

%37.5
%27.62
%34.88

CMYK color model

#815F78 color CMYK value is (0,26,7,49).

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

CMYK: (0,26,7,49)
C0M26Y7K49 (0%, 26%, 7%, 49%)
(0.00 / 0.26 / 0.07 / 0.49)

CMYK percentages

%0
%26.36
%6.98
%49.41

Codes

Color #815F78 in popluar color models

81 5F 78
RGB 129 95 120
HSL 316° 15.18% 43.92%
HSB/HSV 316° 26.36% 50.59%
CMYK 0.00% 26.36% 6.98%
49.41%

Color #815F78 in popluar number systems.

HEX 81 5F 78
Decimal 129 95 120
Binary 10000001 1011111 1111000
Octal 201 137 170

Shades and tints

Shades of #815F78

#815F78
(129,95,120)
#76576E
(118,87,110)
#6B4F64
(107,79,100)
#60475A
(96,71,90)
#553F50
(85,63,80)
#4A3746
(74,55,70)
#3F2F3C
(63,47,60)
#342732
(52,39,50)
#291F28
(41,31,40)
#1E171E
(30,23,30)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #815F78

#815F78
(129,95,120)
#8C6D84
(140,109,132)
#977B90
(151,123,144)
#A2899C
(162,137,156)
#AD97A8
(173,151,168)
#B8A5B4
(184,165,180)
#C3B3C0
(195,179,192)
#CEC1CC
(206,193,204)
#D9CFD8
(217,207,216)
#E4DDE4
(228,221,228)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815F78 color. Also use rgb(129,95,120) instead hex code.

Text Font Color

.myTextColor { color: #815F78; }

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

This text font color is #815F78.

Background Color

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

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

This div background color is #815F78.

Border color

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

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

This div border color is #815F78.

Opacity

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

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

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

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

This text has shadow with #815F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #815F78.

Preview

Color preview on black background

This text has color #815F78 on black background.


Color preview on white background

This text has color #815F78 on white background.


Black color preview on #815F78 background

This text has black color on #815F78 background.


White color preview on #815F78 background

This text has white color on #815F78 background.


Related colors

Complementary color

Complementary color for #hex is #7EA087.


I love getcolorcode.com

Triadic colors

1 #78815F and #5F7881 with #815F78 are triadic colors.

2 #785F81 and #5F8178 with #815F78 are triadic colors.