COLOR #87747E

HEX: #87747E
RGB: (135,116,126)

Renk bilgisi

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

RGB renk modeli

#87747E color RGB value is (135,116,126).

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

RGB bağlantıları ve doygunluk

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

135
116
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 116 + 126 = 377 (100%)
R 135 of 377 ~ 35.81%
G 116 of 377 ~ 30.77%
B 126 of 377 ~ 33.42%

%35.81
%30.77
%33.42

CMYK RENK MODELİ

#87747E rengi CMYK tonu (0,14,7,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.07%
  • sarı tonu 6.67%
  • ana renk tonu 47.06%
CMYK:
(0,14,7,47)
C0M14Y7K47 
(0%,14%,7%,47%)
(0.00/0.14/0.07/0.47)	

CMYK yüzdeleri

%0
%14.07
%6.67
%47.06

Codes

Color #87747E in popluar color models

87747E
RGB135116126
HSL328°7.57%49.22%
HSB/HSV328°14.07%52.94%
CMYK0.00%14.07%6.67%
47.06%

Color #87747E in popluar number systems.

HEX87747E
Decimal135116126
Binary1000011111101001111110
Octal207164176

Shades and tints

Shades of #87747E

#87747E
(135,116,126)
#7B6A73
(123,106,115)
#6F6068
(111,96,104)
#63565D
(99,86,93)
#574C52
(87,76,82)
#4B4247
(75,66,71)
#3F383C
(63,56,60)
#332E31
(51,46,49)
#272426
(39,36,38)
#1B1A1B
(27,26,27)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #87747E

#87747E
(135,116,126)
#918089
(145,128,137)
#9B8C94
(155,140,148)
#A5989F
(165,152,159)
#AFA4AA
(175,164,170)
#B9B0B5
(185,176,181)
#C3BCC0
(195,188,192)
#CDC8CB
(205,200,203)
#D7D4D6
(215,212,214)
#E1E0E1
(225,224,225)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87747E; }

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

This text font color is #87747E.


Background Color

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

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

This div background color is #87747E.


Border color

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

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

This div border color is #87747E.


Opacity

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

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

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

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

This text has shadow with #87747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87747E on black background.


Color preview on white background

This text has color #87747E on white background.



Black color preview on #87747E background

This text has black color on #87747E background.


White color preview on #87747E background

This text has white color on #87747E background.