COLOR #876D7B

HEX: #876D7B
RGB: (135,109,123)

Renk bilgisi

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

RGB renk modeli

#876D7B color RGB value is (135,109,123).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 109 of 255 = 43%
B 123 of 255 = 48%

135
109
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 109 + 123 = 367 (100%)
R 135 of 367 ~ 36.78%
G 109 of 367 ~ 29.7%
B 123 of 367 ~ 33.51%

%36.78
%29.7
%33.51

CMYK RENK MODELİ

#876D7B rengi CMYK tonu (0,19,9,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.26%
  • sarı tonu 8.89%
  • ana renk tonu 47.06%
CMYK:
(0,19,9,47)
C0M19Y9K47 
(0%,19%,9%,47%)
(0.00/0.19/0.09/0.47)	

CMYK yüzdeleri

%0
%19.26
%8.89
%47.06

Codes

Color #876D7B in popluar color models

876D7B
RGB135109123
HSL328°10.66%47.84%
HSB/HSV328°19.26%52.94%
CMYK0.00%19.26%8.89%
47.06%

Color #876D7B in popluar number systems.

HEX876D7B
Decimal135109123
Binary1000011111011011111011
Octal207155173

Shades and tints

Shades of #876D7B

#876D7B
(135,109,123)
#7B6470
(123,100,112)
#6F5B65
(111,91,101)
#63525A
(99,82,90)
#57494F
(87,73,79)
#4B4044
(75,64,68)
#3F3739
(63,55,57)
#332E2E
(51,46,46)
#272523
(39,37,35)
#1B1C18
(27,28,24)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #876D7B

#876D7B
(135,109,123)
#917A87
(145,122,135)
#9B8793
(155,135,147)
#A5949F
(165,148,159)
#AFA1AB
(175,161,171)
#B9AEB7
(185,174,183)
#C3BBC3
(195,187,195)
#CDC8CF
(205,200,207)
#D7D5DB
(215,213,219)
#E1E2E7
(225,226,231)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876D7B color. Also use rgb(135,109,123) instead hex code.

Text Font Color

.myTextColor { color: #876D7B; }

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

This text font color is #876D7B.


Background Color

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

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

This div background color is #876D7B.


Border color

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

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

This div border color is #876D7B.


Opacity

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

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

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

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

This text has shadow with #876D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876D7B on black background.


Color preview on white background

This text has color #876D7B on white background.



Black color preview on #876D7B background

This text has black color on #876D7B background.


White color preview on #876D7B background

This text has white color on #876D7B background.