COLOR #876969

HEX: #876969
RGB: (135,105,105)

Color info

#876969 contains red, green and blue colors in about the same proportion. Web safe color of #876969 is #996666 (or #966).

RGB color model

#876969 color RGB value is (135,105,105).

  • red value is 135;
  • green value is 105;
  • blue value is 105.
RGB:
(135,105,105)
(53%,41%,41%)

RGB channels and saturation

R 135 of 255 = 53%
G 105 of 255 = 41%
B 105 of 255 = 41%

135
105
105

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

Portions of RGB colors in percentages

R + G + B =
135 + 105 + 105 = 345 (100%)
R 135 of 345 ~ 39.13%
G 105 of 345 ~ 30.43%
B 105 of 345 ~ 30.43%

%39.13
%30.43
%30.43

CMYK color model

#876969 color CMYK value is (0,22,22,47).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 22.22%
  • key color value is 47.06%
CMYK:
(0,22,22,47)
C0M22Y22K47 
(0%,22%,22%,47%)
(0.00/0.22/0.22/0.47)	

CMYK percentages

%0
%22.22
%22.22
%47.06

Codes

Color #876969 in popluar color models

876969
RGB135105105
HSL12.50%47.06%
HSB/HSV22.22%52.94%
CMYK0.00%22.22%22.22%
47.06%

Color #876969 in popluar number systems.

HEX876969
Decimal135105105
Binary1000011111010011101001
Octal207151151

Shades and tints

Shades of #876969

#876969
(135,105,105)
#7B6060
(123,96,96)
#6F5757
(111,87,87)
#634E4E
(99,78,78)
#574545
(87,69,69)
#4B3C3C
(75,60,60)
#3F3333
(63,51,51)
#332A2A
(51,42,42)
#272121
(39,33,33)
#1B1818
(27,24,24)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #876969

#876969
(135,105,105)
#917676
(145,118,118)
#9B8383
(155,131,131)
#A59090
(165,144,144)
#AF9D9D
(175,157,157)
#B9AAAA
(185,170,170)
#C3B7B7
(195,183,183)
#CDC4C4
(205,196,196)
#D7D1D1
(215,209,209)
#E1DEDE
(225,222,222)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876969; }

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

This text font color is #876969.


Background Color

.myBgColor { background-color: #876969; }

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

This div background color is #876969.


Border color

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

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

This div border color is #876969.


Opacity

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

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

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

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

This text has shadow with #876969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876969 on black background.


Color preview on white background

This text has color #876969 on white background.



Black color preview on #876969 background

This text has black color on #876969 background.


White color preview on #876969 background

This text has white color on #876969 background.