COLOR #87737C

HEX: #87737C
RGB: (135,115,124)

Renk bilgisi

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

RGB renk modeli

#87737C color RGB value is (135,115,124).

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

RGB bağlantıları ve doygunluk

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

135
115
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 115 + 124 = 374 (100%)
R 135 of 374 ~ 36.1%
G 115 of 374 ~ 30.75%
B 124 of 374 ~ 33.16%

%36.1
%30.75
%33.16

CMYK RENK MODELİ

#87737C rengi CMYK tonu (0,15,8,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.81%
  • sarı tonu 8.15%
  • ana renk tonu 47.06%
CMYK:
(0,15,8,47)
C0M15Y8K47 
(0%,15%,8%,47%)
(0.00/0.15/0.08/0.47)	

CMYK yüzdeleri

%0
%14.81
%8.15
%47.06

Codes

Color #87737C in popluar color models

87737C
RGB135115124
HSL333°8.00%49.02%
HSB/HSV333°14.81%52.94%
CMYK0.00%14.81%8.15%
47.06%

Color #87737C in popluar number systems.

HEX87737C
Decimal135115124
Binary1000011111100111111100
Octal207163174

Shades and tints

Shades of #87737C

#87737C
(135,115,124)
#7B6971
(123,105,113)
#6F5F66
(111,95,102)
#63555B
(99,85,91)
#574B50
(87,75,80)
#4B4145
(75,65,69)
#3F373A
(63,55,58)
#332D2F
(51,45,47)
#272324
(39,35,36)
#1B1919
(27,25,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #87737C

#87737C
(135,115,124)
#917F87
(145,127,135)
#9B8B92
(155,139,146)
#A5979D
(165,151,157)
#AFA3A8
(175,163,168)
#B9AFB3
(185,175,179)
#C3BBBE
(195,187,190)
#CDC7C9
(205,199,201)
#D7D3D4
(215,211,212)
#E1DFDF
(225,223,223)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87737C; }

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

This text font color is #87737C.


Background Color

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

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

This div background color is #87737C.


Border color

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

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

This div border color is #87737C.


Opacity

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

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

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

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

This text has shadow with #87737C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87737C on black background.


Color preview on white background

This text has color #87737C on white background.



Black color preview on #87737C background

This text has black color on #87737C background.


White color preview on #87737C background

This text has white color on #87737C background.