COLOR #867077

HEX: #867077
RGB: (134,112,119)

Color info

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

RGB color model

#867077 color RGB value is (134,112,119).

  • red value is 134;
  • green value is 112;
  • blue value is 119.
RGB:
(134,112,119)
(53%,44%,47%)

RGB channels and saturation

R 134 of 255 = 53%
G 112 of 255 = 44%
B 119 of 255 = 47%

134
112
119

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

Portions of RGB colors in percentages

R + G + B =
134 + 112 + 119 = 365 (100%)
R 134 of 365 ~ 36.71%
G 112 of 365 ~ 30.68%
B 119 of 365 ~ 32.6%

%36.71
%30.68
%32.6

CMYK color model

#867077 color CMYK value is (0,16,11,47).

  • cyan value is 0.00%
  • magenta value is 16.42%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(0,16,11,47)
C0M16Y11K47 
(0%,16%,11%,47%)
(0.00/0.16/0.11/0.47)	

CMYK percentages

%0
%16.42
%11.19
%47.45

Codes

Color #867077 in popluar color models

867077
RGB134112119
HSL341°8.94%48.24%
HSB/HSV341°16.42%52.55%
CMYK0.00%16.42%11.19%
47.45%

Color #867077 in popluar number systems.

HEX867077
Decimal134112119
Binary1000011011100001110111
Octal206160167

Shades and tints

Shades of #867077

#867077
(134,112,119)
#7A666D
(122,102,109)
#6E5C63
(110,92,99)
#625259
(98,82,89)
#56484F
(86,72,79)
#4A3E45
(74,62,69)
#3E343B
(62,52,59)
#322A31
(50,42,49)
#262027
(38,32,39)
#1A161D
(26,22,29)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #867077

#867077
(134,112,119)
#917D83
(145,125,131)
#9C8A8F
(156,138,143)
#A7979B
(167,151,155)
#B2A4A7
(178,164,167)
#BDB1B3
(189,177,179)
#C8BEBF
(200,190,191)
#D3CBCB
(211,203,203)
#DED8D7
(222,216,215)
#E9E5E3
(233,229,227)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867077 color. Also use rgb(134,112,119) instead hex code.

Text Font Color

.myTextColor { color: #867077; }

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

This text font color is #867077.


Background Color

.myBgColor { background-color: #867077; }

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

This div background color is #867077.


Border color

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

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

This div border color is #867077.


Opacity

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

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

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

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

This text has shadow with #867077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867077 on black background.


Color preview on white background

This text has color #867077 on white background.



Black color preview on #867077 background

This text has black color on #867077 background.


White color preview on #867077 background

This text has white color on #867077 background.