#867382

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

Shades of Monsoon #867382

Tints of Monsoon #867382

Color information

#867382 (or 0x867382) is unknown color: approx Monsoon. HEX triplet: 86, 73 and 82. RGB value is (134,115,130). Sum of RGB (Red+Green+Blue) = 134+115+130=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #867382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867382 is #798C7D. Grayscale: #7A7A7A. Windows color (decimal): -7965822 or 8549254. OLE color: 8549254.

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

Color convert

RGB134115130-
CMYK00.140.030.47
HSL312.63º7.63%48.82%-
HSV(B)312.63º14.18%52.55%-
XYZ19.9918.9423.72-
YUV122.39132.29136.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=35.36%
G=30.34%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411513000.140.030.47312.637.6348.82
Hex8673820E32F139831
Octal2061632020163574711061
Binary1000011011100111000001001110111011111001110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867382; }

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

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

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

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

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

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

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

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