COLOR #877CAC

HEX: #877CAC RGB: (135,124,172)

Color info

#877CAC contains red, green and blue colors in about the same proportion. Web safe color of #877CAC is #996699 (or #969).

RGB color model

#877CAC color RGB value is (135,124,172).

RGB: (135,124,172) (53%, 49%, 67%)

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 172 of 255 = 67%

135
124
172

R + G + B ~ 56%. #877CAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 124 + 172 = 431 (100%)
R 135 of 431 ~ 31.32%
G 124 of 431 ~ 28.77%
B 172 of 431 ~ 39.91'%

%31.32
%28.77
%39.91

CMYK color model

#877CAC color CMYK value is (22,28,0,33).

  • cyan value is 21.51%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (22,28,0,33)
C22M28Y0K33 (22%, 28%, 0%, 33%)
(0.22 / 0.28 / 0.00 / 0.33)

CMYK percentages

%21.51
%27.91
%0
%32.55

Codes

Color #877CAC in popluar color models

87 7C AC
RGB 135 124 172
HSL 254° 22.43% 58.04%
HSB/HSV 254° 27.91% 67.45%
CMYK 21.51% 27.91% 0.00%
32.55%

Color #877CAC in popluar number systems.

HEX 87 7C AC
Decimal 135 124 172
Binary 10000111 1111100 10101100
Octal 207 174 254

Shades and tints

Shades of #877CAC

#877CAC
(135,124,172)
#7B719D
(123,113,157)
#6F668E
(111,102,142)
#635B7F
(99,91,127)
#575070
(87,80,112)
#4B4561
(75,69,97)
#3F3A52
(63,58,82)
#332F43
(51,47,67)
#272434
(39,36,52)
#1B1925
(27,25,37)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #877CAC

#877CAC
(135,124,172)
#9187B3
(145,135,179)
#9B92BA
(155,146,186)
#A59DC1
(165,157,193)
#AFA8C8
(175,168,200)
#B9B3CF
(185,179,207)
#C3BED6
(195,190,214)
#CDC9DD
(205,201,221)
#D7D4E4
(215,212,228)
#E1DFEB
(225,223,235)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877CAC color. Also use rgb(135,124,172) instead hex code.

Text Font Color

.myTextColor { color: #877CAC; }

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

This text font color is #877CAC.

Background Color

.myBgColor { background-color: #877CAC; }

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

This div background color is #877CAC.

Border color

.myBorderColor { border: 1px solid #877CAC; }

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

This div border color is #877CAC.

Opacity

.myOpacity80 { color: #877CAC; opacity: 0.8; }

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

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

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

This text has shadow with #877CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877CAC.

Preview

Color preview on black background

This text has color #877CAC on black background.


Color preview on white background

This text has color #877CAC on white background.


Black color preview on #877CAC background

This text has black color on #877CAC background.


White color preview on #877CAC background

This text has white color on #877CAC background.


Related colors

Complementary color

Complementary color for #hex is #788353.


I love getcolorcode.com

Triadic colors

1 #AC877C and #7CAC87 with #877CAC are triadic colors.

2 #AC7C87 and #7C87AC with #877CAC are triadic colors.