#877885

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

Shades of Monsoon #877885

Tints of Monsoon #877885

Color information

#877885 (or 0x877885) is unknown color: approx Monsoon. HEX triplet: 87, 78 and 85. RGB value is (135,120,133). Sum of RGB (Red+Green+Blue) = 135+120+133=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 135 - color contains mainly: red. Hex color #877885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877885 is #78877A. Grayscale: #7D7D7D. Windows color (decimal): -7899003 or 8747143. OLE color: 8747143.

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

Color convert

RGB135120133-
CMYK00.110.010.47
HSL308º5.88%50%-
HSV(B)308º11.11%52.94%-
XYZ20.9420.2825-
YUV125.97131.97134.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=34.79%
G=30.93%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512013300.110.010.473085.8850
Hex8778850B12F134632
Octal207170205013157464662
Binary10000111111100010000101010111101111100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877885; }

 p { color: rgb(135,120,133); }

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

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

 a { background-color: rgb(135,120,133); }

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

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

 span { border-color: rgb(135,120,133); }

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