COLOR #87717C

HEX: #87717C
RGB: (135,113,124)

Renk bilgisi

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

RGB renk modeli

#87717C color RGB value is (135,113,124).

  • kırmız ton 135;
  • yeşil ton 113;
  • mavi ton 124.
RGB:
(135,113,124)
(53%,44%,49%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 113 of 255 = 44%
B 124 of 255 = 49%

135
113
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 113 + 124 = 372 (100%)
R 135 of 372 ~ 36.29%
G 113 of 372 ~ 30.38%
B 124 of 372 ~ 33.33%

%36.29
%30.38
%33.33

CMYK RENK MODELİ

#87717C rengi CMYK tonu (0,16,8,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.30%
  • sarı tonu 8.15%
  • ana renk tonu 47.06%
CMYK:
(0,16,8,47)
C0M16Y8K47 
(0%,16%,8%,47%)
(0.00/0.16/0.08/0.47)	

CMYK yüzdeleri

%0
%16.3
%8.15
%47.06

Codes

Color #87717C in popluar color models

87717C
RGB135113124
HSL330°8.87%48.63%
HSB/HSV330°16.30%52.94%
CMYK0.00%16.30%8.15%
47.06%

Color #87717C in popluar number systems.

HEX87717C
Decimal135113124
Binary1000011111100011111100
Octal207161174

Shades and tints

Shades of #87717C

#87717C
(135,113,124)
#7B6771
(123,103,113)
#6F5D66
(111,93,102)
#63535B
(99,83,91)
#574950
(87,73,80)
#4B3F45
(75,63,69)
#3F353A
(63,53,58)
#332B2F
(51,43,47)
#272124
(39,33,36)
#1B1719
(27,23,25)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #87717C

#87717C
(135,113,124)
#917D87
(145,125,135)
#9B8992
(155,137,146)
#A5959D
(165,149,157)
#AFA1A8
(175,161,168)
#B9ADB3
(185,173,179)
#C3B9BE
(195,185,190)
#CDC5C9
(205,197,201)
#D7D1D4
(215,209,212)
#E1DDDF
(225,221,223)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87717C color. Also use rgb(135,113,124) instead hex code.

Text Font Color

.myTextColor { color: #87717C; }

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

This text font color is #87717C.


Background Color

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

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

This div background color is #87717C.


Border color

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

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

This div border color is #87717C.


Opacity

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

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

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

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

This text has shadow with #87717C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87717C on black background.


Color preview on white background

This text has color #87717C on white background.



Black color preview on #87717C background

This text has black color on #87717C background.


White color preview on #87717C background

This text has white color on #87717C background.