COLOR #876E72

HEX: #876E72
RGB: (135,110,114)

Renk bilgisi

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

RGB renk modeli

#876E72 color RGB value is (135,110,114).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 110 of 255 = 43%
B 114 of 255 = 45%

135
110
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 110 + 114 = 359 (100%)
R 135 of 359 ~ 37.6%
G 110 of 359 ~ 30.64%
B 114 of 359 ~ 31.75%

%37.6
%30.64
%31.75

CMYK RENK MODELİ

#876E72 rengi CMYK tonu (0,19,16,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.52%
  • sarı tonu 15.56%
  • ana renk tonu 47.06%
CMYK:
(0,19,16,47)
C0M19Y16K47 
(0%,19%,16%,47%)
(0.00/0.19/0.16/0.47)	

CMYK yüzdeleri

%0
%18.52
%15.56
%47.06

Codes

Color #876E72 in popluar color models

876E72
RGB135110114
HSL350°10.20%48.04%
HSB/HSV350°18.52%52.94%
CMYK0.00%18.52%15.56%
47.06%

Color #876E72 in popluar number systems.

HEX876E72
Decimal135110114
Binary1000011111011101110010
Octal207156162

Shades and tints

Shades of #876E72

#876E72
(135,110,114)
#7B6468
(123,100,104)
#6F5A5E
(111,90,94)
#635054
(99,80,84)
#57464A
(87,70,74)
#4B3C40
(75,60,64)
#3F3236
(63,50,54)
#33282C
(51,40,44)
#271E22
(39,30,34)
#1B1418
(27,20,24)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #876E72

#876E72
(135,110,114)
#917B7E
(145,123,126)
#9B888A
(155,136,138)
#A59596
(165,149,150)
#AFA2A2
(175,162,162)
#B9AFAE
(185,175,174)
#C3BCBA
(195,188,186)
#CDC9C6
(205,201,198)
#D7D6D2
(215,214,210)
#E1E3DE
(225,227,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876E72; }

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

This text font color is #876E72.


Background Color

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

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

This div background color is #876E72.


Border color

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

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

This div border color is #876E72.


Opacity

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

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

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

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

This text has shadow with #876E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E72 on black background.


Color preview on white background

This text has color #876E72 on white background.



Black color preview on #876E72 background

This text has black color on #876E72 background.


White color preview on #876E72 background

This text has white color on #876E72 background.