#867E86

Color #867E86 Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #867E86

Tints of Monsoon #867E86

Color information

#867E86 (or 0x867E86) is unknown color: approx Monsoon. HEX triplet: 86, 7E and 86. RGB value is (134,126,134). Sum of RGB (Red+Green+Blue) = 134+126+134=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #867E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867E86 is #798179. Grayscale: #818181. Windows color (decimal): -7963002 or 8814214. OLE color: 8814214.

HSL color Cylindrical-coordinate representation of color #867E86: hue angle of 300º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #867E86 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB134126134-
CMYK00.0600.47
HSL300º3.2%50.98%-
HSV(B)300º5.97%52.55%-
XYZ21.621.7125.61-
YUV129.3130.65131.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 134 (52.73% from 255) = 34.01%
R=34.01%
G=31.98%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412613400.0600.473003.250.98
Hex867E860602F12c333
Octal20617620606057454363
Binary100001101111110100001100110010111110010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E86; }

 p { color: rgb(134,126,134); }

 H1.HeaderClassName
 {
   color: #867E86;
 }
 .AnyTagClassName
 {
   color: #867E86;
 }
</style>
background-color css

<style>
 a { background-color: #867E86; }

 a { background-color: rgb(134,126,134); }

 div.DivClassName
 {
   background-color: #867E86;
 }
 .BgClassName
 {
   background-color: #867E86;
 }
</style>
border-color css

<style>
 span { border-color: #867E86; }

 span { border-color: rgb(134,126,134); }

 td.TdClassName
 {
   border-color: #867E86;
 }
 .TagClassName
 {
   border-color: #867E86;
 }
</style>