COLOR #814A76

HEX: #814A76 RGB: (129,74,118)

Color info

#814A76 contains red, green and blue colors in about the same proportion. Web safe color of #814A76 is #993366 (or #936).

RGB color model

#814A76 color RGB value is (129,74,118).

RGB: (129,74,118) (51%, 29%, 46%)

RGB channels and saturation

R 129 of 255 = 51%
G 74 of 255 = 29%
B 118 of 255 = 46%

129
74
118

R + G + B ~ 42%. #814A76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 74 + 118 = 321 (100%)
R 129 of 321 ~ 40.19%
G 74 of 321 ~ 23.05%
B 118 of 321 ~ 36.76'%

%40.19
%23.05
%36.76

CMYK color model

#814A76 color CMYK value is (0,43,9,49).

  • cyan value is 0.00%
  • magenta value is 42.64%
  • yellow value is 8.53%
  • key color value is 49.41%

CMYK: (0,43,9,49)
C0M43Y9K49 (0%, 43%, 9%, 49%)
(0.00 / 0.43 / 0.09 / 0.49)

CMYK percentages

%0
%42.64
%8.53
%49.41

Codes

Color #814A76 in popluar color models

81 4A 76
RGB 129 74 118
HSL 312° 27.09% 39.80%
HSB/HSV 312° 42.64% 50.59%
CMYK 0.00% 42.64% 8.53%
49.41%

Color #814A76 in popluar number systems.

HEX 81 4A 76
Decimal 129 74 118
Binary 10000001 1001010 1110110
Octal 201 112 166

Shades and tints

Shades of #814A76

#814A76
(129,74,118)
#76446C
(118,68,108)
#6B3E62
(107,62,98)
#603858
(96,56,88)
#55324E
(85,50,78)
#4A2C44
(74,44,68)
#3F263A
(63,38,58)
#342030
(52,32,48)
#291A26
(41,26,38)
#1E141C
(30,20,28)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #814A76

#814A76
(129,74,118)
#8C5A82
(140,90,130)
#976A8E
(151,106,142)
#A27A9A
(162,122,154)
#AD8AA6
(173,138,166)
#B89AB2
(184,154,178)
#C3AABE
(195,170,190)
#CEBACA
(206,186,202)
#D9CAD6
(217,202,214)
#E4DAE2
(228,218,226)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814A76 color. Also use rgb(129,74,118) instead hex code.

Text Font Color

.myTextColor { color: #814A76; }

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

This text font color is #814A76.

Background Color

.myBgColor { background-color: #814A76; }

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

This div background color is #814A76.

Border color

.myBorderColor { border: 1px solid #814A76; }

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

This div border color is #814A76.

Opacity

.myOpacity80 { color: #814A76; opacity: 0.8; }

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

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

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

This text has shadow with #814A76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #814A76.

Preview

Color preview on black background

This text has color #814A76 on black background.


Color preview on white background

This text has color #814A76 on white background.


Black color preview on #814A76 background

This text has black color on #814A76 background.


White color preview on #814A76 background

This text has white color on #814A76 background.


Related colors

Complementary color

Complementary color for #hex is #7EB589.


I love getcolorcode.com

Triadic colors

1 #76814A and #4A7681 with #814A76 are triadic colors.

2 #764A81 and #4A8176 with #814A76 are triadic colors.