COLOR #87779E

HEX: #87779E
RGB: (135,119,158)

Color info

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

RGB color model

#87779E color RGB value is (135,119,158).

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

RGB channels and saturation

R 135 of 255 = 53%
G 119 of 255 = 47%
B 158 of 255 = 62%

135
119
158

R + G + B ~ 54%. #87779E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 119 + 158 = 412 (100%)
R 135 of 412 ~ 32.77%
G 119 of 412 ~ 28.88%
B 158 of 412 ~ 38.35%

%32.77
%28.88
%38.35

CMYK color model

#87779E color CMYK value is (15,25,0,38).

  • cyan value is 14.56%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(15,25,0,38)
C15M25Y0K38 
(15%,25%,0%,38%)
(0.15/0.25/0.00/0.38)	

CMYK percentages

%14.56
%24.68
%0
%38.04

Codes

Color #87779E in popluar color models

87779E
RGB135119158
HSL265°16.74%54.31%
HSB/HSV265°24.68%61.96%
CMYK14.56%24.68%0.00%
38.04%

Color #87779E in popluar number systems.

HEX87779E
Decimal135119158
Binary10000111111011110011110
Octal207167236

Shades and tints

Shades of #87779E

#87779E
(135,119,158)
#7B6D90
(123,109,144)
#6F6382
(111,99,130)
#635974
(99,89,116)
#574F66
(87,79,102)
#4B4558
(75,69,88)
#3F3B4A
(63,59,74)
#33313C
(51,49,60)
#27272E
(39,39,46)
#1B1D20
(27,29,32)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #87779E

#87779E
(135,119,158)
#9183A6
(145,131,166)
#9B8FAE
(155,143,174)
#A59BB6
(165,155,182)
#AFA7BE
(175,167,190)
#B9B3C6
(185,179,198)
#C3BFCE
(195,191,206)
#CDCBD6
(205,203,214)
#D7D7DE
(215,215,222)
#E1E3E6
(225,227,230)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87779E color. Also use rgb(135,119,158) instead hex code.

Text Font Color

.myTextColor { color: #87779E; }

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

This text font color is #87779E.


Background Color

.myBgColor { background-color: #87779E; }

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

This div background color is #87779E.


Border color

.myBorderColor { border: 1px solid #87779E; }

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

This div border color is #87779E.


Opacity

.myOpacity80 { color: #87779E; opacity: 0.8; }

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

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

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

This text has shadow with #87779E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87779E on black background.


Color preview on white background

This text has color #87779E on white background.



Black color preview on #87779E background

This text has black color on #87779E background.


White color preview on #87779E background

This text has white color on #87779E background.