COLOR #874C77

HEX: #874C77
RGB: (135,76,119)

Color info

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

RGB color model

#874C77 color RGB value is (135,76,119).

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

RGB channels and saturation

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

135
76
119

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

Portions of RGB colors in percentages

R + G + B =
135 + 76 + 119 = 330 (100%)
R 135 of 330 ~ 40.91%
G 76 of 330 ~ 23.03%
B 119 of 330 ~ 36.06%

%40.91
%23.03
%36.06

CMYK color model

#874C77 color CMYK value is (0,44,12,47).

  • cyan value is 0.00%
  • magenta value is 43.70%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(0,44,12,47)
C0M44Y12K47 
(0%,44%,12%,47%)
(0.00/0.44/0.12/0.47)	

CMYK percentages

%0
%43.7
%11.85
%47.06

Codes

Color #874C77 in popluar color models

874C77
RGB13576119
HSL316°27.96%41.37%
HSB/HSV316°43.70%52.94%
CMYK0.00%43.70%11.85%
47.06%

Color #874C77 in popluar number systems.

HEX874C77
Decimal13576119
Binary1000011110011001110111
Octal207114167

Shades and tints

Shades of #874C77

#874C77
(135,76,119)
#7B466D
(123,70,109)
#6F4063
(111,64,99)
#633A59
(99,58,89)
#57344F
(87,52,79)
#4B2E45
(75,46,69)
#3F283B
(63,40,59)
#332231
(51,34,49)
#271C27
(39,28,39)
#1B161D
(27,22,29)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #874C77

#874C77
(135,76,119)
#915C83
(145,92,131)
#9B6C8F
(155,108,143)
#A57C9B
(165,124,155)
#AF8CA7
(175,140,167)
#B99CB3
(185,156,179)
#C3ACBF
(195,172,191)
#CDBCCB
(205,188,203)
#D7CCD7
(215,204,215)
#E1DCE3
(225,220,227)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #874C77; }

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

This text font color is #874C77.


Background Color

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

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

This div background color is #874C77.


Border color

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

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

This div border color is #874C77.


Opacity

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

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

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

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

This text has shadow with #874C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874C77 on black background.


Color preview on white background

This text has color #874C77 on white background.



Black color preview on #874C77 background

This text has black color on #874C77 background.


White color preview on #874C77 background

This text has white color on #874C77 background.