COLOR #87757B

HEX: #87757B
RGB: (135,117,123)

Renk bilgisi

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

RGB renk modeli

#87757B color RGB value is (135,117,123).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 117 of 255 = 46%
B 123 of 255 = 48%

135
117
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 117 + 123 = 375 (100%)
R 135 of 375 ~ 36%
G 117 of 375 ~ 31.2%
B 123 of 375 ~ 32.8%

%36
%31.2
%32.8

CMYK RENK MODELİ

#87757B rengi CMYK tonu (0,13,9,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.33%
  • sarı tonu 8.89%
  • ana renk tonu 47.06%
CMYK:
(0,13,9,47)
C0M13Y9K47 
(0%,13%,9%,47%)
(0.00/0.13/0.09/0.47)	

CMYK yüzdeleri

%0
%13.33
%8.89
%47.06

Codes

Color #87757B in popluar color models

87757B
RGB135117123
HSL340°7.14%49.41%
HSB/HSV340°13.33%52.94%
CMYK0.00%13.33%8.89%
47.06%

Color #87757B in popluar number systems.

HEX87757B
Decimal135117123
Binary1000011111101011111011
Octal207165173

Shades and tints

Shades of #87757B

#87757B
(135,117,123)
#7B6B70
(123,107,112)
#6F6165
(111,97,101)
#63575A
(99,87,90)
#574D4F
(87,77,79)
#4B4344
(75,67,68)
#3F3939
(63,57,57)
#332F2E
(51,47,46)
#272523
(39,37,35)
#1B1B18
(27,27,24)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #87757B

#87757B
(135,117,123)
#918187
(145,129,135)
#9B8D93
(155,141,147)
#A5999F
(165,153,159)
#AFA5AB
(175,165,171)
#B9B1B7
(185,177,183)
#C3BDC3
(195,189,195)
#CDC9CF
(205,201,207)
#D7D5DB
(215,213,219)
#E1E1E7
(225,225,231)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87757B; }

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

This text font color is #87757B.


Background Color

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

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

This div background color is #87757B.


Border color

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

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

This div border color is #87757B.


Opacity

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

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

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

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

This text has shadow with #87757B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87757B on black background.


Color preview on white background

This text has color #87757B on white background.



Black color preview on #87757B background

This text has black color on #87757B background.


White color preview on #87757B background

This text has white color on #87757B background.