#877382

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

Shades of Monsoon #877382

Tints of Monsoon #877382

Color information

#877382 (or 0x877382) is unknown color: approx Monsoon. HEX triplet: 87, 73 and 82. RGB value is (135,115,130). Sum of RGB (Red+Green+Blue) = 135+115+130=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #877382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877382 is #788C7D. Grayscale: #7A7A7A. Windows color (decimal): -7900286 or 8549255. OLE color: 8549255.

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

Color convert

RGB135115130-
CMYK00.150.040.47
HSL315º8%49.02%-
HSV(B)315º14.81%52.94%-
XYZ20.1519.0223.73-
YUV122.69132.13136.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=35.53%
G=30.26%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511513000.150.040.47315849.02
Hex8773820F42F13b831
Octal2071632020174574731061
Binary10000111111001110000010011111001011111001110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877382; }

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

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

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

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

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

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

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

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