COLOR #865774

HEX: #865774
RGB: (134,87,116)

Color info

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

RGB color model

#865774 color RGB value is (134,87,116).

  • red value is 134;
  • green value is 87;
  • blue value is 116.
RGB:
(134,87,116)
(53%,34%,45%)

RGB channels and saturation

R 134 of 255 = 53%
G 87 of 255 = 34%
B 116 of 255 = 45%

134
87
116

R + G + B ~ 44%. #865774 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 87 + 116 = 337 (100%)
R 134 of 337 ~ 39.76%
G 87 of 337 ~ 25.82%
B 116 of 337 ~ 34.42%

%39.76
%25.82
%34.42

CMYK color model

#865774 color CMYK value is (0,35,13,47).

  • cyan value is 0.00%
  • magenta value is 35.07%
  • yellow value is 13.43%
  • key color value is 47.45%
CMYK:
(0,35,13,47)
C0M35Y13K47 
(0%,35%,13%,47%)
(0.00/0.35/0.13/0.47)	

CMYK percentages

%0
%35.07
%13.43
%47.45

Codes

Color #865774 in popluar color models

865774
RGB13487116
HSL323°21.27%43.33%
HSB/HSV323°35.07%52.55%
CMYK0.00%35.07%13.43%
47.45%

Color #865774 in popluar number systems.

HEX865774
Decimal13487116
Binary1000011010101111110100
Octal206127164

Shades and tints

Shades of #865774

#865774
(134,87,116)
#7A506A
(122,80,106)
#6E4960
(110,73,96)
#624256
(98,66,86)
#563B4C
(86,59,76)
#4A3442
(74,52,66)
#3E2D38
(62,45,56)
#32262E
(50,38,46)
#261F24
(38,31,36)
#1A181A
(26,24,26)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #865774

#865774
(134,87,116)
#916680
(145,102,128)
#9C758C
(156,117,140)
#A78498
(167,132,152)
#B293A4
(178,147,164)
#BDA2B0
(189,162,176)
#C8B1BC
(200,177,188)
#D3C0C8
(211,192,200)
#DECFD4
(222,207,212)
#E9DEE0
(233,222,224)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865774 color. Also use rgb(134,87,116) instead hex code.

Text Font Color

.myTextColor { color: #865774; }

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

This text font color is #865774.


Background Color

.myBgColor { background-color: #865774; }

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

This div background color is #865774.


Border color

.myBorderColor { border: 1px solid #865774; }

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

This div border color is #865774.


Opacity

.myOpacity80 { color: #865774; opacity: 0.8; }

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

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

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

This text has shadow with #865774 color.

.textShadow {text-shadow: 3px 3px 1px #865774, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #865774;
-webkit-box-shadow: 1px 1px 3px 2px #865774;
box-shadow:1px 1px 3px 2px #865774;">
Div content here</div>
This div box has shadow with color #865774.

Preview

Color preview on black background

This text has color #865774 on black background.


Color preview on white background

This text has color #865774 on white background.



Black color preview on #865774 background

This text has black color on #865774 background.


White color preview on #865774 background

This text has white color on #865774 background.