#877280

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

Shades of Monsoon #877280

Tints of Monsoon #877280

Color information

#877280 (or 0x877280) is unknown color: approx Monsoon. HEX triplet: 87, 72 and 80. RGB value is (135,114,128). Sum of RGB (Red+Green+Blue) = 135+114+128=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #877280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877280 is #788D7F. Grayscale: #797979. Windows color (decimal): -7900544 or 8417927. OLE color: 8417927.

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

Color convert

RGB135114128-
CMYK00.160.050.47
HSL320º8.43%48.82%-
HSV(B)320º15.56%52.94%-
XYZ19.9118.7422.99-
YUV121.87131.46137.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=35.81%
G=30.24%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511412800.160.050.473208.4348.82
Hex87728001052F140831
Octal2071622000205575001061
Binary100001111110010100000000100001011011111010000001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877280; }

 p { color: rgb(135,114,128); }

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

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

 a { background-color: rgb(135,114,128); }

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

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

 span { border-color: rgb(135,114,128); }

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