COLOR #877C88

HEX: #877C88
RGB: (135,124,136)

Renk bilgisi

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

RGB renk modeli

#877C88 color RGB value is (135,124,136).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 124 of 255 = 49%
B 136 of 255 = 53%

135
124
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 124 + 136 = 395 (100%)
R 135 of 395 ~ 34.18%
G 124 of 395 ~ 31.39%
B 136 of 395 ~ 34.43%

%34.18
%31.39
%34.43

CMYK RENK MODELİ

#877C88 rengi CMYK tonu (1,9,0,47).

  • camgöbeği tonu 0.74%
  • eflatun tonu 8.82%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(1,9,0,47)
C1M9Y0K47 
(1%,9%,0%,47%)
(0.01/0.09/0.00/0.47)	

CMYK yüzdeleri

%0.74
%8.82
%0
%46.67

Codes

Color #877C88 in popluar color models

877C88
RGB135124136
HSL295°4.80%50.98%
HSB/HSV295°8.82%53.33%
CMYK0.74%8.82%0.00%
46.67%

Color #877C88 in popluar number systems.

HEX877C88
Decimal135124136
Binary10000111111110010001000
Octal207174210

Shades and tints

Shades of #877C88

#877C88
(135,124,136)
#7B717C
(123,113,124)
#6F6670
(111,102,112)
#635B64
(99,91,100)
#575058
(87,80,88)
#4B454C
(75,69,76)
#3F3A40
(63,58,64)
#332F34
(51,47,52)
#272428
(39,36,40)
#1B191C
(27,25,28)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #877C88

#877C88
(135,124,136)
#918792
(145,135,146)
#9B929C
(155,146,156)
#A59DA6
(165,157,166)
#AFA8B0
(175,168,176)
#B9B3BA
(185,179,186)
#C3BEC4
(195,190,196)
#CDC9CE
(205,201,206)
#D7D4D8
(215,212,216)
#E1DFE2
(225,223,226)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877C88; }

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

This text font color is #877C88.


Background Color

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

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

This div background color is #877C88.


Border color

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

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

This div border color is #877C88.


Opacity

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

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

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

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

This text has shadow with #877C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877C88 on black background.


Color preview on white background

This text has color #877C88 on white background.



Black color preview on #877C88 background

This text has black color on #877C88 background.


White color preview on #877C88 background

This text has white color on #877C88 background.