COLOR #87739C

HEX: #87739C
RGB: (135,115,156)

Renk bilgisi

#87739C contains red, green and blue colors in about the same proportion. #87739C ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#87739C color RGB value is (135,115,156).

  • kırmız ton 135;
  • yeşil ton 115;
  • mavi ton 156.
RGB:
(135,115,156)
(53%,45%,61%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 115 of 255 = 45%
B 156 of 255 = 61%

135
115
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 115 + 156 = 406 (100%)
R 135 of 406 ~ 33.25%
G 115 of 406 ~ 28.33%
B 156 of 406 ~ 38.42%

%33.25
%28.33
%38.42

CMYK RENK MODELİ

#87739C rengi CMYK tonu (13,26,0,39).

  • camgöbeği tonu 13.46%
  • eflatun tonu 26.28%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(13,26,0,39)
C13M26Y0K39 
(13%,26%,0%,39%)
(0.13/0.26/0.00/0.39)	

CMYK yüzdeleri

%13.46
%26.28
%0
%38.82

Codes

Color #87739C in popluar color models

87739C
RGB135115156
HSL269°17.15%53.14%
HSB/HSV269°26.28%61.18%
CMYK13.46%26.28%0.00%
38.82%

Color #87739C in popluar number systems.

HEX87739C
Decimal135115156
Binary10000111111001110011100
Octal207163234

Shades and tints

Shades of #87739C

#87739C
(135,115,156)
#7B698E
(123,105,142)
#6F5F80
(111,95,128)
#635572
(99,85,114)
#574B64
(87,75,100)
#4B4156
(75,65,86)
#3F3748
(63,55,72)
#332D3A
(51,45,58)
#27232C
(39,35,44)
#1B191E
(27,25,30)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #87739C

#87739C
(135,115,156)
#917FA5
(145,127,165)
#9B8BAE
(155,139,174)
#A597B7
(165,151,183)
#AFA3C0
(175,163,192)
#B9AFC9
(185,175,201)
#C3BBD2
(195,187,210)
#CDC7DB
(205,199,219)
#D7D3E4
(215,211,228)
#E1DFED
(225,223,237)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87739C color. Also use rgb(135,115,156) instead hex code.

Text Font Color

.myTextColor { color: #87739C; }

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

This text font color is #87739C.


Background Color

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

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

This div background color is #87739C.


Border color

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

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

This div border color is #87739C.


Opacity

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

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

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

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

This text has shadow with #87739C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87739C on black background.


Color preview on white background

This text has color #87739C on white background.



Black color preview on #87739C background

This text has black color on #87739C background.


White color preview on #87739C background

This text has white color on #87739C background.