COLOR #864E72

HEX: #864E72 RGB: (134,78,114)

Color info

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

RGB color model

#864E72 color RGB value is (134,78,114).

RGB: (134,78,114) (53%, 31%, 45%)

RGB channels and saturation

R 134 of 255 = 53%
G 78 of 255 = 31%
B 114 of 255 = 45%

134
78
114

R + G + B ~ 43%. #864E72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 78 + 114 = 326 (100%)
R 134 of 326 ~ 41.1%
G 78 of 326 ~ 23.93%
B 114 of 326 ~ 34.97'%

%41.1
%23.93
%34.97

CMYK color model

#864E72 color CMYK value is (0,42,15,47).

  • cyan value is 0.00%
  • magenta value is 41.79%
  • yellow value is 14.93%
  • key color value is 47.45%

CMYK: (0,42,15,47)
C0M42Y15K47 (0%, 42%, 15%, 47%)
(0.00 / 0.42 / 0.15 / 0.47)

CMYK percentages

%0
%41.79
%14.93
%47.45

Codes

Color #864E72 in popluar color models

86 4E 72
RGB 134 78 114
HSL 321° 26.42% 41.57%
HSB/HSV 321° 41.79% 52.55%
CMYK 0.00% 41.79% 14.93%
47.45%

Color #864E72 in popluar number systems.

HEX 86 4E 72
Decimal 134 78 114
Binary 10000110 1001110 1110010
Octal 206 116 162

Shades and tints

Shades of #864E72

#864E72
(134,78,114)
#7A4768
(122,71,104)
#6E405E
(110,64,94)
#623954
(98,57,84)
#56324A
(86,50,74)
#4A2B40
(74,43,64)
#3E2436
(62,36,54)
#321D2C
(50,29,44)
#261622
(38,22,34)
#1A0F18
(26,15,24)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #864E72

#864E72
(134,78,114)
#915E7E
(145,94,126)
#9C6E8A
(156,110,138)
#A77E96
(167,126,150)
#B28EA2
(178,142,162)
#BD9EAE
(189,158,174)
#C8AEBA
(200,174,186)
#D3BEC6
(211,190,198)
#DECED2
(222,206,210)
#E9DEDE
(233,222,222)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864E72 color. Also use rgb(134,78,114) instead hex code.

Text Font Color

.myTextColor { color: #864E72; }

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

This text font color is #864E72.

Background Color

.myBgColor { background-color: #864E72; }

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

This div background color is #864E72.

Border color

.myBorderColor { border: 1px solid #864E72; }

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

This div border color is #864E72.

Opacity

.myOpacity80 { color: #864E72; opacity: 0.8; }

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

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

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

This text has shadow with #864E72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #864E72.

Preview

Color preview on black background

This text has color #864E72 on black background.


Color preview on white background

This text has color #864E72 on white background.


Black color preview on #864E72 background

This text has black color on #864E72 background.


White color preview on #864E72 background

This text has white color on #864E72 background.


Related colors

Complementary color

Complementary color for #hex is #79B18D.


I love getcolorcode.com

Triadic colors

1 #72864E and #4E7286 with #864E72 are triadic colors.

2 #724E86 and #4E8672 with #864E72 are triadic colors.