COLOR #87737E

HEX: #87737E
RGB: (135,115,126)

Renk bilgisi

#87737E contains red, green and blue colors in about the same proportion. #87737E ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#87737E color RGB value is (135,115,126).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 115 of 255 = 45%
B 126 of 255 = 49%

135
115
126

R + G + B ~ 49%. #87737E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 115 + 126 = 376 (100%)
R 135 of 376 ~ 35.9%
G 115 of 376 ~ 30.59%
B 126 of 376 ~ 33.51%

%35.9
%30.59
%33.51

CMYK RENK MODELİ

#87737E rengi CMYK tonu (0,15,7,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.81%
  • sarı tonu 6.67%
  • ana renk tonu 47.06%
CMYK:
(0,15,7,47)
C0M15Y7K47 
(0%,15%,7%,47%)
(0.00/0.15/0.07/0.47)	

CMYK yüzdeleri

%0
%14.81
%6.67
%47.06

Codes

Color #87737E in popluar color models

87737E
RGB135115126
HSL327°8.00%49.02%
HSB/HSV327°14.81%52.94%
CMYK0.00%14.81%6.67%
47.06%

Color #87737E in popluar number systems.

HEX87737E
Decimal135115126
Binary1000011111100111111110
Octal207163176

Shades and tints

Shades of #87737E

#87737E
(135,115,126)
#7B6973
(123,105,115)
#6F5F68
(111,95,104)
#63555D
(99,85,93)
#574B52
(87,75,82)
#4B4147
(75,65,71)
#3F373C
(63,55,60)
#332D31
(51,45,49)
#272326
(39,35,38)
#1B191B
(27,25,27)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #87737E

#87737E
(135,115,126)
#917F89
(145,127,137)
#9B8B94
(155,139,148)
#A5979F
(165,151,159)
#AFA3AA
(175,163,170)
#B9AFB5
(185,175,181)
#C3BBC0
(195,187,192)
#CDC7CB
(205,199,203)
#D7D3D6
(215,211,214)
#E1DFE1
(225,223,225)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87737E color. Also use rgb(135,115,126) instead hex code.

Text Font Color

.myTextColor { color: #87737E; }

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

This text font color is #87737E.


Background Color

.myBgColor { background-color: #87737E; }

<div style="background-color:#87737E">Inner text</div>

This div background color is #87737E.


Border color

.myBorderColor { border: 1px solid #87737E; }

<div style="border:3px solid #87737E">Div</div>

This div border color is #87737E.


Opacity

.myOpacity80 { color: #87737E; opacity: 0.8; }

<p style="color:#87737E;opacity:0.8;">80%</p>

Text with #87737E 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 #87737E;}

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

This text has shadow with #87737E color.

.textShadow {text-shadow: 3px 3px 1px #87737E, 3px 3px 1px red;}

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

This text has shadow with #87737E primary color and red secondary color.


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

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

This text has shadow with #87737E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87737E on black background.


Color preview on white background

This text has color #87737E on white background.



Black color preview on #87737E background

This text has black color on #87737E background.


White color preview on #87737E background

This text has white color on #87737E background.