#877082

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

Shades of Monsoon #877082

Tints of Monsoon #877082

Color information

#877082 (or 0x877082) is unknown color: approx Monsoon. HEX triplet: 87, 70 and 82. RGB value is (135,112,130). Sum of RGB (Red+Green+Blue) = 135+112+130=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #877082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877082 is #788F7D. Grayscale: #787878. Windows color (decimal): -7901054 or 8548487. OLE color: 8548487.

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

Color convert

RGB135112130-
CMYK00.170.040.47
HSL313.04º9.31%48.43%-
HSV(B)313.04º17.04%52.94%-
XYZ19.8218.3523.62-
YUV120.93133.12138.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=35.81%
G=29.71%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511213000.170.040.47313.049.3148.43
Hex87708201142F139930
Octal2071602020214574711160
Binary100001111110000100000100100011001011111001110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877082; }

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

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

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

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

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

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

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

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