COLOR #874E77

HEX: #874E77
RGB: (135,78,119)

Color info

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

RGB color model

#874E77 color RGB value is (135,78,119).

  • red value is 135;
  • green value is 78;
  • blue value is 119.
RGB:
(135,78,119)
(53%,31%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 78 of 255 = 31%
B 119 of 255 = 47%

135
78
119

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

Portions of RGB colors in percentages

R + G + B =
135 + 78 + 119 = 332 (100%)
R 135 of 332 ~ 40.66%
G 78 of 332 ~ 23.49%
B 119 of 332 ~ 35.84%

%40.66
%23.49
%35.84

CMYK color model

#874E77 color CMYK value is (0,42,12,47).

  • cyan value is 0.00%
  • magenta value is 42.22%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(0,42,12,47)
C0M42Y12K47 
(0%,42%,12%,47%)
(0.00/0.42/0.12/0.47)	

CMYK percentages

%0
%42.22
%11.85
%47.06

Codes

Color #874E77 in popluar color models

874E77
RGB13578119
HSL317°26.76%41.76%
HSB/HSV317°42.22%52.94%
CMYK0.00%42.22%11.85%
47.06%

Color #874E77 in popluar number systems.

HEX874E77
Decimal13578119
Binary1000011110011101110111
Octal207116167

Shades and tints

Shades of #874E77

#874E77
(135,78,119)
#7B476D
(123,71,109)
#6F4063
(111,64,99)
#633959
(99,57,89)
#57324F
(87,50,79)
#4B2B45
(75,43,69)
#3F243B
(63,36,59)
#331D31
(51,29,49)
#271627
(39,22,39)
#1B0F1D
(27,15,29)
#0F0813
(15,8,19)
#000000
(0,0,0)

Tints of #874E77

#874E77
(135,78,119)
#915E83
(145,94,131)
#9B6E8F
(155,110,143)
#A57E9B
(165,126,155)
#AF8EA7
(175,142,167)
#B99EB3
(185,158,179)
#C3AEBF
(195,174,191)
#CDBECB
(205,190,203)
#D7CED7
(215,206,215)
#E1DEE3
(225,222,227)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874E77 color. Also use rgb(135,78,119) instead hex code.

Text Font Color

.myTextColor { color: #874E77; }

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

This text font color is #874E77.


Background Color

.myBgColor { background-color: #874E77; }

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

This div background color is #874E77.


Border color

.myBorderColor { border: 1px solid #874E77; }

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

This div border color is #874E77.


Opacity

.myOpacity80 { color: #874E77; opacity: 0.8; }

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

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

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

This text has shadow with #874E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874E77 on black background.


Color preview on white background

This text has color #874E77 on white background.



Black color preview on #874E77 background

This text has black color on #874E77 background.


White color preview on #874E77 background

This text has white color on #874E77 background.