COLOR #87768C

HEX: #87768C
RGB: (135,118,140)

Color info

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

RGB color model

#87768C color RGB value is (135,118,140).

  • red value is 135;
  • green value is 118;
  • blue value is 140.
RGB:
(135,118,140)
(53%,46%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 140 of 255 = 55%

135
118
140

R + G + B ~ 51%. #87768C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 140 = 393 (100%)
R 135 of 393 ~ 34.35%
G 118 of 393 ~ 30.03%
B 140 of 393 ~ 35.62%

%34.35
%30.03
%35.62

CMYK color model

#87768C color CMYK value is (4,16,0,45).

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

CMYK percentages

%3.57
%15.71
%0
%45.1

Codes

Color #87768C in popluar color models

87768C
RGB135118140
HSL286°8.73%50.59%
HSB/HSV286°15.71%54.90%
CMYK3.57%15.71%0.00%
45.10%

Color #87768C in popluar number systems.

HEX87768C
Decimal135118140
Binary10000111111011010001100
Octal207166214

Shades and tints

Shades of #87768C

#87768C
(135,118,140)
#7B6C80
(123,108,128)
#6F6274
(111,98,116)
#635868
(99,88,104)
#574E5C
(87,78,92)
#4B4450
(75,68,80)
#3F3A44
(63,58,68)
#333038
(51,48,56)
#27262C
(39,38,44)
#1B1C20
(27,28,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #87768C

#87768C
(135,118,140)
#918296
(145,130,150)
#9B8EA0
(155,142,160)
#A59AAA
(165,154,170)
#AFA6B4
(175,166,180)
#B9B2BE
(185,178,190)
#C3BEC8
(195,190,200)
#CDCAD2
(205,202,210)
#D7D6DC
(215,214,220)
#E1E2E6
(225,226,230)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87768C color. Also use rgb(135,118,140) instead hex code.

Text Font Color

.myTextColor { color: #87768C; }

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

This text font color is #87768C.


Background Color

.myBgColor { background-color: #87768C; }

<div style="background-color:#87768C">Inner text</div>

This div background color is #87768C.


Border color

.myBorderColor { border: 1px solid #87768C; }

<div style="border:3px solid #87768C">Div</div>

This div border color is #87768C.


Opacity

.myOpacity80 { color: #87768C; opacity: 0.8; }

<p style="color:#87768C;opacity:0.8;">80%</p>

Text with #87768C 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 #87768C;}

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

This text has shadow with #87768C color.

.textShadow {text-shadow: 3px 3px 1px #87768C, 3px 3px 1px red;}

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

This text has shadow with #87768C primary color and red secondary color.


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

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

This text has shadow with #87768C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87768C on black background.


Color preview on white background

This text has color #87768C on white background.



Black color preview on #87768C background

This text has black color on #87768C background.


White color preview on #87768C background

This text has white color on #87768C background.