COLOR #876F7F

HEX: #876F7F
RGB: (135,111,127)

Renk bilgisi

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

RGB renk modeli

#876F7F color RGB value is (135,111,127).

  • kırmız ton 135;
  • yeşil ton 111;
  • mavi ton 127.
RGB:
(135,111,127)
(53%,44%,50%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 111 of 255 = 44%
B 127 of 255 = 50%

135
111
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 111 + 127 = 373 (100%)
R 135 of 373 ~ 36.19%
G 111 of 373 ~ 29.76%
B 127 of 373 ~ 34.05%

%36.19
%29.76
%34.05

CMYK RENK MODELİ

#876F7F rengi CMYK tonu (0,18,6,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.78%
  • sarı tonu 5.93%
  • ana renk tonu 47.06%
CMYK:
(0,18,6,47)
C0M18Y6K47 
(0%,18%,6%,47%)
(0.00/0.18/0.06/0.47)	

CMYK yüzdeleri

%0
%17.78
%5.93
%47.06

Codes

Color #876F7F in popluar color models

876F7F
RGB135111127
HSL320°9.76%48.24%
HSB/HSV320°17.78%52.94%
CMYK0.00%17.78%5.93%
47.06%

Color #876F7F in popluar number systems.

HEX876F7F
Decimal135111127
Binary1000011111011111111111
Octal207157177

Shades and tints

Shades of #876F7F

#876F7F
(135,111,127)
#7B6574
(123,101,116)
#6F5B69
(111,91,105)
#63515E
(99,81,94)
#574753
(87,71,83)
#4B3D48
(75,61,72)
#3F333D
(63,51,61)
#332932
(51,41,50)
#271F27
(39,31,39)
#1B151C
(27,21,28)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #876F7F

#876F7F
(135,111,127)
#917C8A
(145,124,138)
#9B8995
(155,137,149)
#A596A0
(165,150,160)
#AFA3AB
(175,163,171)
#B9B0B6
(185,176,182)
#C3BDC1
(195,189,193)
#CDCACC
(205,202,204)
#D7D7D7
(215,215,215)
#E1E4E2
(225,228,226)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876F7F color. Also use rgb(135,111,127) instead hex code.

Text Font Color

.myTextColor { color: #876F7F; }

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

This text font color is #876F7F.


Background Color

.myBgColor { background-color: #876F7F; }

<div style="background-color:#876F7F">Inner text</div>

This div background color is #876F7F.


Border color

.myBorderColor { border: 1px solid #876F7F; }

<div style="border:3px solid #876F7F">Div</div>

This div border color is #876F7F.


Opacity

.myOpacity80 { color: #876F7F; opacity: 0.8; }

<p style="color:#876F7F;opacity:0.8;">80%</p>

Text with #876F7F 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 #876F7F;}

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

This text has shadow with #876F7F color.

.textShadow {text-shadow: 3px 3px 1px #876F7F, 3px 3px 1px red;}

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

This text has shadow with #876F7F primary color and red secondary color.


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

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

This text has shadow with #876F7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876F7F on black background.


Color preview on white background

This text has color #876F7F on white background.



Black color preview on #876F7F background

This text has black color on #876F7F background.


White color preview on #876F7F background

This text has white color on #876F7F background.