COLOR #874D77

HEX: #874D77
RGB: (135,77,119)

Color info

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

RGB color model

#874D77 color RGB value is (135,77,119).

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

RGB channels and saturation

R 135 of 255 = 53%
G 77 of 255 = 30%
B 119 of 255 = 47%

135
77
119

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

Portions of RGB colors in percentages

R + G + B =
135 + 77 + 119 = 331 (100%)
R 135 of 331 ~ 40.79%
G 77 of 331 ~ 23.26%
B 119 of 331 ~ 35.95%

%40.79
%23.26
%35.95

CMYK color model

#874D77 color CMYK value is (0,43,12,47).

  • cyan value is 0.00%
  • magenta value is 42.96%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(0,43,12,47)
C0M43Y12K47 
(0%,43%,12%,47%)
(0.00/0.43/0.12/0.47)	

CMYK percentages

%0
%42.96
%11.85
%47.06

Codes

Color #874D77 in popluar color models

874D77
RGB13577119
HSL317°27.36%41.57%
HSB/HSV317°42.96%52.94%
CMYK0.00%42.96%11.85%
47.06%

Color #874D77 in popluar number systems.

HEX874D77
Decimal13577119
Binary1000011110011011110111
Octal207115167

Shades and tints

Shades of #874D77

#874D77
(135,77,119)
#7B466D
(123,70,109)
#6F3F63
(111,63,99)
#633859
(99,56,89)
#57314F
(87,49,79)
#4B2A45
(75,42,69)
#3F233B
(63,35,59)
#331C31
(51,28,49)
#271527
(39,21,39)
#1B0E1D
(27,14,29)
#0F0713
(15,7,19)
#000000
(0,0,0)

Tints of #874D77

#874D77
(135,77,119)
#915D83
(145,93,131)
#9B6D8F
(155,109,143)
#A57D9B
(165,125,155)
#AF8DA7
(175,141,167)
#B99DB3
(185,157,179)
#C3ADBF
(195,173,191)
#CDBDCB
(205,189,203)
#D7CDD7
(215,205,215)
#E1DDE3
(225,221,227)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874D77; }

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

This text font color is #874D77.


Background Color

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

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

This div background color is #874D77.


Border color

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

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

This div border color is #874D77.


Opacity

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

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

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

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

This text has shadow with #874D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874D77 on black background.


Color preview on white background

This text has color #874D77 on white background.



Black color preview on #874D77 background

This text has black color on #874D77 background.


White color preview on #874D77 background

This text has white color on #874D77 background.