COLOR #877D87

HEX: #877D87
RGB: (135,125,135)

Renk bilgisi

#877D87 contains red, green and blue colors in about the same proportion. #877D87 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#877D87 color RGB value is (135,125,135).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 125 of 255 = 49%
B 135 of 255 = 53%

135
125
135

R + G + B ~ 52%. #877D87 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 125 + 135 = 395 (100%)
R 135 of 395 ~ 34.18%
G 125 of 395 ~ 31.65%
B 135 of 395 ~ 34.18%

%34.18
%31.65
%34.18

CMYK RENK MODELİ

#877D87 rengi CMYK tonu (0,7,0,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.41%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(0,7,0,47)
C0M7Y0K47 
(0%,7%,0%,47%)
(0.00/0.07/0.00/0.47)	

CMYK yüzdeleri

%0
%7.41
%0
%47.06

Codes

Color #877D87 in popluar color models

877D87
RGB135125135
HSL300°4.00%50.98%
HSB/HSV300°7.41%52.94%
CMYK0.00%7.41%0.00%
47.06%

Color #877D87 in popluar number systems.

HEX877D87
Decimal135125135
Binary10000111111110110000111
Octal207175207

Shades and tints

Shades of #877D87

#877D87
(135,125,135)
#7B727B
(123,114,123)
#6F676F
(111,103,111)
#635C63
(99,92,99)
#575157
(87,81,87)
#4B464B
(75,70,75)
#3F3B3F
(63,59,63)
#333033
(51,48,51)
#272527
(39,37,39)
#1B1A1B
(27,26,27)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #877D87

#877D87
(135,125,135)
#918891
(145,136,145)
#9B939B
(155,147,155)
#A59EA5
(165,158,165)
#AFA9AF
(175,169,175)
#B9B4B9
(185,180,185)
#C3BFC3
(195,191,195)
#CDCACD
(205,202,205)
#D7D5D7
(215,213,215)
#E1E0E1
(225,224,225)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877D87 color. Also use rgb(135,125,135) instead hex code.

Text Font Color

.myTextColor { color: #877D87; }

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

This text font color is #877D87.


Background Color

.myBgColor { background-color: #877D87; }

<div style="background-color:#877D87">Inner text</div>

This div background color is #877D87.


Border color

.myBorderColor { border: 1px solid #877D87; }

<div style="border:3px solid #877D87">Div</div>

This div border color is #877D87.


Opacity

.myOpacity80 { color: #877D87; opacity: 0.8; }

<p style="color:#877D87;opacity:0.8;">80%</p>

Text with #877D87 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 #877D87;}

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

This text has shadow with #877D87 color.

.textShadow {text-shadow: 3px 3px 1px #877D87, 3px 3px 1px red;}

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

This text has shadow with #877D87 primary color and red secondary color.


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

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

This text has shadow with #877D87 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877D87 on black background.


Color preview on white background

This text has color #877D87 on white background.



Black color preview on #877D87 background

This text has black color on #877D87 background.


White color preview on #877D87 background

This text has white color on #877D87 background.