COLOR #87778D

HEX: #87778D
RGB: (135,119,141)

Color info

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

RGB color model

#87778D color RGB value is (135,119,141).

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

RGB channels and saturation

R 135 of 255 = 53%
G 119 of 255 = 47%
B 141 of 255 = 55%

135
119
141

R + G + B ~ 52%. #87778D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 119 + 141 = 395 (100%)
R 135 of 395 ~ 34.18%
G 119 of 395 ~ 30.13%
B 141 of 395 ~ 35.7%

%34.18
%30.13
%35.7

CMYK color model

#87778D color CMYK value is (4,16,0,45).

  • cyan value is 4.26%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,16,0,45)
C4M16Y0K45 
(4%,16%,0%,45%)
(0.04/0.16/0.00/0.45)	

CMYK percentages

%4.26
%15.6
%0
%44.71

Codes

Color #87778D in popluar color models

87778D
RGB135119141
HSL284°8.80%50.98%
HSB/HSV284°15.60%55.29%
CMYK4.26%15.60%0.00%
44.71%

Color #87778D in popluar number systems.

HEX87778D
Decimal135119141
Binary10000111111011110001101
Octal207167215

Shades and tints

Shades of #87778D

#87778D
(135,119,141)
#7B6D81
(123,109,129)
#6F6375
(111,99,117)
#635969
(99,89,105)
#574F5D
(87,79,93)
#4B4551
(75,69,81)
#3F3B45
(63,59,69)
#333139
(51,49,57)
#27272D
(39,39,45)
#1B1D21
(27,29,33)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #87778D

#87778D
(135,119,141)
#918397
(145,131,151)
#9B8FA1
(155,143,161)
#A59BAB
(165,155,171)
#AFA7B5
(175,167,181)
#B9B3BF
(185,179,191)
#C3BFC9
(195,191,201)
#CDCBD3
(205,203,211)
#D7D7DD
(215,215,221)
#E1E3E7
(225,227,231)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87778D color. Also use rgb(135,119,141) instead hex code.

Text Font Color

.myTextColor { color: #87778D; }

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

This text font color is #87778D.


Background Color

.myBgColor { background-color: #87778D; }

<div style="background-color:#87778D">Inner text</div>

This div background color is #87778D.


Border color

.myBorderColor { border: 1px solid #87778D; }

<div style="border:3px solid #87778D">Div</div>

This div border color is #87778D.


Opacity

.myOpacity80 { color: #87778D; opacity: 0.8; }

<p style="color:#87778D;opacity:0.8;">80%</p>

Text with #87778D 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 #87778D;}

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

This text has shadow with #87778D color.

.textShadow {text-shadow: 3px 3px 1px #87778D, 3px 3px 1px red;}

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

This text has shadow with #87778D primary color and red secondary color.


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

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

This text has shadow with #87778D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87778D on black background.


Color preview on white background

This text has color #87778D on white background.



Black color preview on #87778D background

This text has black color on #87778D background.


White color preview on #87778D background

This text has white color on #87778D background.