COLOR #876376

HEX: #876376
RGB: (135,99,118)

Renk bilgisi

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

RGB renk modeli

#876376 color RGB value is (135,99,118).

  • kırmız ton 135;
  • yeşil ton 99;
  • mavi ton 118.
RGB:
(135,99,118)
(53%,39%,46%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 99 of 255 = 39%
B 118 of 255 = 46%

135
99
118

R + G + B ~ 46%. #876376 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 99 + 118 = 352 (100%)
R 135 of 352 ~ 38.35%
G 99 of 352 ~ 28.13%
B 118 of 352 ~ 33.52%

%38.35
%28.13
%33.52

CMYK RENK MODELİ

#876376 rengi CMYK tonu (0,27,13,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.67%
  • sarı tonu 12.59%
  • ana renk tonu 47.06%
CMYK:
(0,27,13,47)
C0M27Y13K47 
(0%,27%,13%,47%)
(0.00/0.27/0.13/0.47)	

CMYK yüzdeleri

%0
%26.67
%12.59
%47.06

Codes

Color #876376 in popluar color models

876376
RGB13599118
HSL328°15.38%45.88%
HSB/HSV328°26.67%52.94%
CMYK0.00%26.67%12.59%
47.06%

Color #876376 in popluar number systems.

HEX876376
Decimal13599118
Binary1000011111000111110110
Octal207143166

Shades and tints

Shades of #876376

#876376
(135,99,118)
#7B5A6C
(123,90,108)
#6F5162
(111,81,98)
#634858
(99,72,88)
#573F4E
(87,63,78)
#4B3644
(75,54,68)
#3F2D3A
(63,45,58)
#332430
(51,36,48)
#271B26
(39,27,38)
#1B121C
(27,18,28)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #876376

#876376
(135,99,118)
#917182
(145,113,130)
#9B7F8E
(155,127,142)
#A58D9A
(165,141,154)
#AF9BA6
(175,155,166)
#B9A9B2
(185,169,178)
#C3B7BE
(195,183,190)
#CDC5CA
(205,197,202)
#D7D3D6
(215,211,214)
#E1E1E2
(225,225,226)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876376 color. Also use rgb(135,99,118) instead hex code.

Text Font Color

.myTextColor { color: #876376; }

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

This text font color is #876376.


Background Color

.myBgColor { background-color: #876376; }

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

This div background color is #876376.


Border color

.myBorderColor { border: 1px solid #876376; }

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

This div border color is #876376.


Opacity

.myOpacity80 { color: #876376; opacity: 0.8; }

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

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

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

This text has shadow with #876376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876376 on black background.


Color preview on white background

This text has color #876376 on white background.



Black color preview on #876376 background

This text has black color on #876376 background.


White color preview on #876376 background

This text has white color on #876376 background.