#867080

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

Shades of Monsoon #867080

Tints of Monsoon #867080

Color information

#867080 (or 0x867080) is unknown color: approx Monsoon. HEX triplet: 86, 70 and 80. RGB value is (134,112,128). Sum of RGB (Red+Green+Blue) = 134+112+128=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #867080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867080 is #798F7F. Grayscale: #787878. Windows color (decimal): -7966592 or 8417414. OLE color: 8417414.

HSL color Cylindrical-coordinate representation of color #867080: hue angle of 316.36º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867080 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB134112128-
CMYK00.160.040.47
HSL316.36º8.94%48.24%-
HSV(B)316.36º16.42%52.55%-
XYZ19.5218.2222.91-
YUV120.4132.29137.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=35.83%
G=29.95%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411212800.160.040.47316.368.9448.24
Hex86708001042F13c930
Octal2061602000204574741160
Binary100001101110000100000000100001001011111001111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867080; }

 p { color: rgb(134,112,128); }

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

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

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

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

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

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

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