#887582

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

Shades of Monsoon #887582

Tints of Monsoon #887582

Color information

#887582 (or 0x887582) is unknown color: approx Monsoon. HEX triplet: 88, 75 and 82. RGB value is (136,117,130). Sum of RGB (Red+Green+Blue) = 136+117+130=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 136 - color contains mainly: red. Hex color #887582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887582 is #778A7D. Grayscale: #7C7C7C. Windows color (decimal): -7834238 or 8549768. OLE color: 8549768.

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

Color convert

RGB136117130-
CMYK00.140.040.47
HSL318.95º7.51%49.61%-
HSV(B)318.95º13.97%53.33%-
XYZ20.5419.5723.81-
YUV124.16131.29136.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.51%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=35.51%
G=30.55%
B=33.94%

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
Decimal13611713000.140.040.47318.957.5149.61
Hex8875820E42F13f832
Octal2101652020164574771062
Binary10001000111010110000010011101001011111001111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887582; }

 p { color: rgb(136,117,130); }

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

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

 a { background-color: rgb(136,117,130); }

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

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

 span { border-color: rgb(136,117,130); }

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