COLOR #87757E

HEX: #87757E
RGB: (135,117,126)

Renk bilgisi

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

RGB renk modeli

#87757E color RGB value is (135,117,126).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 117 of 255 = 46%
B 126 of 255 = 49%

135
117
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 117 + 126 = 378 (100%)
R 135 of 378 ~ 35.71%
G 117 of 378 ~ 30.95%
B 126 of 378 ~ 33.33%

%35.71
%30.95
%33.33

CMYK RENK MODELİ

#87757E rengi CMYK tonu (0,13,7,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.33%
  • sarı tonu 6.67%
  • ana renk tonu 47.06%
CMYK:
(0,13,7,47)
C0M13Y7K47 
(0%,13%,7%,47%)
(0.00/0.13/0.07/0.47)	

CMYK yüzdeleri

%0
%13.33
%6.67
%47.06

Codes

Color #87757E in popluar color models

87757E
RGB135117126
HSL330°7.14%49.41%
HSB/HSV330°13.33%52.94%
CMYK0.00%13.33%6.67%
47.06%

Color #87757E in popluar number systems.

HEX87757E
Decimal135117126
Binary1000011111101011111110
Octal207165176

Shades and tints

Shades of #87757E

#87757E
(135,117,126)
#7B6B73
(123,107,115)
#6F6168
(111,97,104)
#63575D
(99,87,93)
#574D52
(87,77,82)
#4B4347
(75,67,71)
#3F393C
(63,57,60)
#332F31
(51,47,49)
#272526
(39,37,38)
#1B1B1B
(27,27,27)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #87757E

#87757E
(135,117,126)
#918189
(145,129,137)
#9B8D94
(155,141,148)
#A5999F
(165,153,159)
#AFA5AA
(175,165,170)
#B9B1B5
(185,177,181)
#C3BDC0
(195,189,192)
#CDC9CB
(205,201,203)
#D7D5D6
(215,213,214)
#E1E1E1
(225,225,225)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87757E; }

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

This text font color is #87757E.


Background Color

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

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

This div background color is #87757E.


Border color

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

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

This div border color is #87757E.


Opacity

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

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

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

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

This text has shadow with #87757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87757E on black background.


Color preview on white background

This text has color #87757E on white background.



Black color preview on #87757E background

This text has black color on #87757E background.


White color preview on #87757E background

This text has white color on #87757E background.