COLOR #864F75

HEX: #864F75 RGB: (134,79,117)

Color info

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

RGB color model

#864F75 color RGB value is (134,79,117).

RGB: (134,79,117) (53%, 31%, 46%)

RGB channels and saturation

R 134 of 255 = 53%
G 79 of 255 = 31%
B 117 of 255 = 46%

134
79
117

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

Portions of RGB colors in percentages

R + G + B = 134 + 79 + 117 = 330 (100%)
R 134 of 330 ~ 40.61%
G 79 of 330 ~ 23.94%
B 117 of 330 ~ 35.45'%

%40.61
%23.94
%35.45

CMYK color model

#864F75 color CMYK value is (0,41,13,47).

  • cyan value is 0.00%
  • magenta value is 41.04%
  • yellow value is 12.69%
  • key color value is 47.45%

CMYK: (0,41,13,47)
C0M41Y13K47 (0%, 41%, 13%, 47%)
(0.00 / 0.41 / 0.13 / 0.47)

CMYK percentages

%0
%41.04
%12.69
%47.45

Codes

Color #864F75 in popluar color models

86 4F 75
RGB 134 79 117
HSL 319° 25.82% 41.76%
HSB/HSV 319° 41.04% 52.55%
CMYK 0.00% 41.04% 12.69%
47.45%

Color #864F75 in popluar number systems.

HEX 86 4F 75
Decimal 134 79 117
Binary 10000110 1001111 1110101
Octal 206 117 165

Shades and tints

Shades of #864F75

#864F75
(134,79,117)
#7A486B
(122,72,107)
#6E4161
(110,65,97)
#623A57
(98,58,87)
#56334D
(86,51,77)
#4A2C43
(74,44,67)
#3E2539
(62,37,57)
#321E2F
(50,30,47)
#261725
(38,23,37)
#1A101B
(26,16,27)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #864F75

#864F75
(134,79,117)
#915F81
(145,95,129)
#9C6F8D
(156,111,141)
#A77F99
(167,127,153)
#B28FA5
(178,143,165)
#BD9FB1
(189,159,177)
#C8AFBD
(200,175,189)
#D3BFC9
(211,191,201)
#DECFD5
(222,207,213)
#E9DFE1
(233,223,225)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864F75 color. Also use rgb(134,79,117) instead hex code.

Text Font Color

.myTextColor { color: #864F75; }

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

This text font color is #864F75.

Background Color

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

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

This div background color is #864F75.

Border color

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

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

This div border color is #864F75.

Opacity

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

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

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

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

This text has shadow with #864F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #864F75.

Preview

Color preview on black background

This text has color #864F75 on black background.


Color preview on white background

This text has color #864F75 on white background.


Black color preview on #864F75 background

This text has black color on #864F75 background.


White color preview on #864F75 background

This text has white color on #864F75 background.


Related colors

Complementary color

Complementary color for #hex is #79B08A.


I love getcolorcode.com

Triadic colors

1 #75864F and #4F7586 with #864F75 are triadic colors.

2 #754F86 and #4F8675 with #864F75 are triadic colors.