COLOR #876F6F

HEX: #876F6F
RGB: (135,111,111)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

135
111
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 111 + 111 = 357 (100%)
R 135 of 357 ~ 37.82%
G 111 of 357 ~ 31.09%
B 111 of 357 ~ 31.09%

%37.82
%31.09
%31.09

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%17.78
%17.78
%47.06

Codes

Color #876F6F in popluar color models

876F6F
RGB135111111
HSL9.76%48.24%
HSB/HSV17.78%52.94%
CMYK0.00%17.78%17.78%
47.06%

Color #876F6F in popluar number systems.

HEX876F6F
Decimal135111111
Binary1000011111011111101111
Octal207157157

Shades and tints

Shades of #876F6F

#876F6F
(135,111,111)
#7B6565
(123,101,101)
#6F5B5B
(111,91,91)
#635151
(99,81,81)
#574747
(87,71,71)
#4B3D3D
(75,61,61)
#3F3333
(63,51,51)
#332929
(51,41,41)
#271F1F
(39,31,31)
#1B1515
(27,21,21)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #876F6F

#876F6F
(135,111,111)
#917C7C
(145,124,124)
#9B8989
(155,137,137)
#A59696
(165,150,150)
#AFA3A3
(175,163,163)
#B9B0B0
(185,176,176)
#C3BDBD
(195,189,189)
#CDCACA
(205,202,202)
#D7D7D7
(215,215,215)
#E1E4E4
(225,228,228)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876F6F; }

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

This text font color is #876F6F.


Background Color

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

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

This div background color is #876F6F.


Border color

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

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

This div border color is #876F6F.


Opacity

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

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

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

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

This text has shadow with #876F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876F6F on black background.


Color preview on white background

This text has color #876F6F on white background.



Black color preview on #876F6F background

This text has black color on #876F6F background.


White color preview on #876F6F background

This text has white color on #876F6F background.