#867180

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

Shades of Monsoon #867180

Tints of Monsoon #867180

Color information

#867180 (or 0x867180) is unknown color: approx Monsoon. HEX triplet: 86, 71 and 80. RGB value is (134,113,128). Sum of RGB (Red+Green+Blue) = 134+113+128=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #867180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867180 is #798E7F. Grayscale: #787878. Windows color (decimal): -7966336 or 8417670. OLE color: 8417670.

HSL color Cylindrical-coordinate representation of color #867180: hue angle of 317.14º 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 #867180 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB134113128-
CMYK00.160.040.47
HSL317.14º8.5%48.43%-
HSV(B)317.14º15.67%52.55%-
XYZ19.6318.4422.95-
YUV120.99131.96137.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=35.73%
G=30.13%
B=34.13%

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
Decimal13411312800.160.040.47317.148.548.43
Hex86718001042F13d930
Octal2061612000204574751160
Binary100001101110001100000000100001001011111001111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867180; }

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

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

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

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

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

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

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

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