#877482

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

Shades of Monsoon #877482

Tints of Monsoon #877482

Color information

#877482 (or 0x877482) is unknown color: approx Monsoon. HEX triplet: 87, 74 and 82. RGB value is (135,116,130). Sum of RGB (Red+Green+Blue) = 135+116+130=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #877482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877482 is #788B7D. Grayscale: #7B7B7B. Windows color (decimal): -7900030 or 8549511. OLE color: 8549511.

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

Color convert

RGB135116130-
CMYK00.140.040.47
HSL315.79º7.57%49.22%-
HSV(B)315.79º14.07%52.94%-
XYZ20.2719.2523.77-
YUV123.28131.79136.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=35.43%
G=30.45%
B=34.12%

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
Decimal13511613000.140.040.47315.797.5749.22
Hex8774820E42F13c831
Octal2071642020164574741061
Binary10000111111010010000010011101001011111001111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877482; }

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

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

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

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

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

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

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

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