COLOR #876E7B

HEX: #876E7B
RGB: (135,110,123)

Renk bilgisi

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

RGB renk modeli

#876E7B color RGB value is (135,110,123).

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

RGB bağlantıları ve doygunluk

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

135
110
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 110 + 123 = 368 (100%)
R 135 of 368 ~ 36.68%
G 110 of 368 ~ 29.89%
B 123 of 368 ~ 33.42%

%36.68
%29.89
%33.42

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.52%
  • 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
%18.52
%8.89
%47.06

Codes

Color #876E7B in popluar color models

876E7B
RGB135110123
HSL329°10.20%48.04%
HSB/HSV329°18.52%52.94%
CMYK0.00%18.52%8.89%
47.06%

Color #876E7B in popluar number systems.

HEX876E7B
Decimal135110123
Binary1000011111011101111011
Octal207156173

Shades and tints

Shades of #876E7B

#876E7B
(135,110,123)
#7B6470
(123,100,112)
#6F5A65
(111,90,101)
#63505A
(99,80,90)
#57464F
(87,70,79)
#4B3C44
(75,60,68)
#3F3239
(63,50,57)
#33282E
(51,40,46)
#271E23
(39,30,35)
#1B1418
(27,20,24)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #876E7B

#876E7B
(135,110,123)
#917B87
(145,123,135)
#9B8893
(155,136,147)
#A5959F
(165,149,159)
#AFA2AB
(175,162,171)
#B9AFB7
(185,175,183)
#C3BCC3
(195,188,195)
#CDC9CF
(205,201,207)
#D7D6DB
(215,214,219)
#E1E3E7
(225,227,231)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876E7B; }

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

This text font color is #876E7B.


Background Color

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

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

This div background color is #876E7B.


Border color

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

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

This div border color is #876E7B.


Opacity

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

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

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

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

This text has shadow with #876E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E7B on black background.


Color preview on white background

This text has color #876E7B on white background.



Black color preview on #876E7B background

This text has black color on #876E7B background.


White color preview on #876E7B background

This text has white color on #876E7B background.