COLOR #876068

HEX: #876068
RGB: (135,96,104)

Color info

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

RGB color model

#876068 color RGB value is (135,96,104).

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

RGB channels and saturation

R 135 of 255 = 53%
G 96 of 255 = 38%
B 104 of 255 = 41%

135
96
104

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

Portions of RGB colors in percentages

R + G + B =
135 + 96 + 104 = 335 (100%)
R 135 of 335 ~ 40.3%
G 96 of 335 ~ 28.66%
B 104 of 335 ~ 31.04%

%40.3
%28.66
%31.04

CMYK color model

#876068 color CMYK value is (0,29,23,47).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 22.96%
  • key color value is 47.06%
CMYK:
(0,29,23,47)
C0M29Y23K47 
(0%,29%,23%,47%)
(0.00/0.29/0.23/0.47)	

CMYK percentages

%0
%28.89
%22.96
%47.06

Codes

Color #876068 in popluar color models

876068
RGB13596104
HSL348°16.88%45.29%
HSB/HSV348°28.89%52.94%
CMYK0.00%28.89%22.96%
47.06%

Color #876068 in popluar number systems.

HEX876068
Decimal13596104
Binary1000011111000001101000
Octal207140150

Shades and tints

Shades of #876068

#876068
(135,96,104)
#7B585F
(123,88,95)
#6F5056
(111,80,86)
#63484D
(99,72,77)
#574044
(87,64,68)
#4B383B
(75,56,59)
#3F3032
(63,48,50)
#332829
(51,40,41)
#272020
(39,32,32)
#1B1817
(27,24,23)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #876068

#876068
(135,96,104)
#916E75
(145,110,117)
#9B7C82
(155,124,130)
#A58A8F
(165,138,143)
#AF989C
(175,152,156)
#B9A6A9
(185,166,169)
#C3B4B6
(195,180,182)
#CDC2C3
(205,194,195)
#D7D0D0
(215,208,208)
#E1DEDD
(225,222,221)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876068; }

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

This text font color is #876068.


Background Color

.myBgColor { background-color: #876068; }

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

This div background color is #876068.


Border color

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

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

This div border color is #876068.


Opacity

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

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

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

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

This text has shadow with #876068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876068 on black background.


Color preview on white background

This text has color #876068 on white background.



Black color preview on #876068 background

This text has black color on #876068 background.


White color preview on #876068 background

This text has white color on #876068 background.