COLOR #87739D

HEX: #87739D
RGB: (135,115,157)

Renk bilgisi

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

RGB renk modeli

#87739D color RGB value is (135,115,157).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 115 of 255 = 45%
B 157 of 255 = 62%

135
115
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 115 + 157 = 407 (100%)
R 135 of 407 ~ 33.17%
G 115 of 407 ~ 28.26%
B 157 of 407 ~ 38.57%

%33.17
%28.26
%38.57

CMYK RENK MODELİ

#87739D rengi CMYK tonu (14,27,0,38).

  • camgöbeği tonu 14.01%
  • eflatun tonu 26.75%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(14,27,0,38)
C14M27Y0K38 
(14%,27%,0%,38%)
(0.14/0.27/0.00/0.38)	

CMYK yüzdeleri

%14.01
%26.75
%0
%38.43

Codes

Color #87739D in popluar color models

87739D
RGB135115157
HSL269°17.65%53.33%
HSB/HSV269°26.75%61.57%
CMYK14.01%26.75%0.00%
38.43%

Color #87739D in popluar number systems.

HEX87739D
Decimal135115157
Binary10000111111001110011101
Octal207163235

Shades and tints

Shades of #87739D

#87739D
(135,115,157)
#7B698F
(123,105,143)
#6F5F81
(111,95,129)
#635573
(99,85,115)
#574B65
(87,75,101)
#4B4157
(75,65,87)
#3F3749
(63,55,73)
#332D3B
(51,45,59)
#27232D
(39,35,45)
#1B191F
(27,25,31)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #87739D

#87739D
(135,115,157)
#917FA5
(145,127,165)
#9B8BAD
(155,139,173)
#A597B5
(165,151,181)
#AFA3BD
(175,163,189)
#B9AFC5
(185,175,197)
#C3BBCD
(195,187,205)
#CDC7D5
(205,199,213)
#D7D3DD
(215,211,221)
#E1DFE5
(225,223,229)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87739D; }

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

This text font color is #87739D.


Background Color

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

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

This div background color is #87739D.


Border color

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

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

This div border color is #87739D.


Opacity

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

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

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

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

This text has shadow with #87739D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87739D on black background.


Color preview on white background

This text has color #87739D on white background.



Black color preview on #87739D background

This text has black color on #87739D background.


White color preview on #87739D background

This text has white color on #87739D background.