#867380

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

Shades of Monsoon #867380

Tints of Monsoon #867380

Color information

#867380 (or 0x867380) is unknown color: approx Monsoon. HEX triplet: 86, 73 and 80. RGB value is (134,115,128). Sum of RGB (Red+Green+Blue) = 134+115+128=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #867380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867380 is #798C7F. Grayscale: #7A7A7A. Windows color (decimal): -7965824 or 8418182. OLE color: 8418182.

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

Color convert

RGB134115128-
CMYK00.140.040.47
HSL318.95º7.63%48.82%-
HSV(B)318.95º14.18%52.55%-
XYZ19.8618.8923.02-
YUV122.16131.29136.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=35.54%
G=30.50%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411512800.140.040.47318.957.6348.82
Hex8673800E42F13f831
Octal2061632000164574771061
Binary10000110111001110000000011101001011111001111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867380; }

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

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

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

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

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

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

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

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