COLOR #868077

HEX: #868077
RGB: (134,128,119)

Color info

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

RGB color model

#868077 color RGB value is (134,128,119).

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

RGB channels and saturation

R 134 of 255 = 53%
G 128 of 255 = 50%
B 119 of 255 = 47%

134
128
119

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

Portions of RGB colors in percentages

R + G + B =
134 + 128 + 119 = 381 (100%)
R 134 of 381 ~ 35.17%
G 128 of 381 ~ 33.6%
B 119 of 381 ~ 31.23%

%35.17
%33.6
%31.23

CMYK color model

#868077 color CMYK value is (0,4,11,47).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(0,4,11,47)
C0M4Y11K47 
(0%,4%,11%,47%)
(0.00/0.04/0.11/0.47)	

CMYK percentages

%0
%4.48
%11.19
%47.45

Codes

Color #868077 in popluar color models

868077
RGB134128119
HSL36°5.93%49.61%
HSB/HSV36°11.19%52.55%
CMYK0.00%4.48%11.19%
47.45%

Color #868077 in popluar number systems.

HEX868077
Decimal134128119
Binary10000110100000001110111
Octal206200167

Shades and tints

Shades of #868077

#868077
(134,128,119)
#7A756D
(122,117,109)
#6E6A63
(110,106,99)
#625F59
(98,95,89)
#56544F
(86,84,79)
#4A4945
(74,73,69)
#3E3E3B
(62,62,59)
#323331
(50,51,49)
#262827
(38,40,39)
#1A1D1D
(26,29,29)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #868077

#868077
(134,128,119)
#918B83
(145,139,131)
#9C968F
(156,150,143)
#A7A19B
(167,161,155)
#B2ACA7
(178,172,167)
#BDB7B3
(189,183,179)
#C8C2BF
(200,194,191)
#D3CDCB
(211,205,203)
#DED8D7
(222,216,215)
#E9E3E3
(233,227,227)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868077; }

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

This text font color is #868077.


Background Color

.myBgColor { background-color: #868077; }

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

This div background color is #868077.


Border color

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

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

This div border color is #868077.


Opacity

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

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

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

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

This text has shadow with #868077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868077 on black background.


Color preview on white background

This text has color #868077 on white background.



Black color preview on #868077 background

This text has black color on #868077 background.


White color preview on #868077 background

This text has white color on #868077 background.