COLOR #87769B

HEX: #87769B
RGB: (135,118,155)

Color info

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

RGB color model

#87769B color RGB value is (135,118,155).

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

RGB channels and saturation

R 135 of 255 = 53%
G 118 of 255 = 46%
B 155 of 255 = 61%

135
118
155

R + G + B ~ 53%. #87769B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 118 + 155 = 408 (100%)
R 135 of 408 ~ 33.09%
G 118 of 408 ~ 28.92%
B 155 of 408 ~ 37.99%

%33.09
%28.92
%37.99

CMYK color model

#87769B color CMYK value is (13,24,0,39).

  • cyan value is 12.90%
  • magenta value is 23.87%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(13,24,0,39)
C13M24Y0K39 
(13%,24%,0%,39%)
(0.13/0.24/0.00/0.39)	

CMYK percentages

%12.9
%23.87
%0
%39.22

Codes

Color #87769B in popluar color models

87769B
RGB135118155
HSL268°15.61%53.53%
HSB/HSV268°23.87%60.78%
CMYK12.90%23.87%0.00%
39.22%

Color #87769B in popluar number systems.

HEX87769B
Decimal135118155
Binary10000111111011010011011
Octal207166233

Shades and tints

Shades of #87769B

#87769B
(135,118,155)
#7B6C8D
(123,108,141)
#6F627F
(111,98,127)
#635871
(99,88,113)
#574E63
(87,78,99)
#4B4455
(75,68,85)
#3F3A47
(63,58,71)
#333039
(51,48,57)
#27262B
(39,38,43)
#1B1C1D
(27,28,29)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #87769B

#87769B
(135,118,155)
#9182A4
(145,130,164)
#9B8EAD
(155,142,173)
#A59AB6
(165,154,182)
#AFA6BF
(175,166,191)
#B9B2C8
(185,178,200)
#C3BED1
(195,190,209)
#CDCADA
(205,202,218)
#D7D6E3
(215,214,227)
#E1E2EC
(225,226,236)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87769B color. Also use rgb(135,118,155) instead hex code.

Text Font Color

.myTextColor { color: #87769B; }

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

This text font color is #87769B.


Background Color

.myBgColor { background-color: #87769B; }

<div style="background-color:#87769B">Inner text</div>

This div background color is #87769B.


Border color

.myBorderColor { border: 1px solid #87769B; }

<div style="border:3px solid #87769B">Div</div>

This div border color is #87769B.


Opacity

.myOpacity80 { color: #87769B; opacity: 0.8; }

<p style="color:#87769B;opacity:0.8;">80%</p>

Text with #87769B 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 #87769B;}

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

This text has shadow with #87769B color.

.textShadow {text-shadow: 3px 3px 1px #87769B, 3px 3px 1px red;}

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

This text has shadow with #87769B primary color and red secondary color.


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

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

This text has shadow with #87769B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87769B on black background.


Color preview on white background

This text has color #87769B on white background.



Black color preview on #87769B background

This text has black color on #87769B background.


White color preview on #87769B background

This text has white color on #87769B background.