#877385

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

Shades of Monsoon #877385

Tints of Monsoon #877385

Color information

#877385 (or 0x877385) is unknown color: approx Monsoon. HEX triplet: 87, 73 and 85. RGB value is (135,115,133). Sum of RGB (Red+Green+Blue) = 135+115+133=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #877385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877385 is #788C7A. Grayscale: #7A7A7A. Windows color (decimal): -7900283 or 8745863. OLE color: 8745863.

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

Color convert

RGB135115133-
CMYK00.150.010.47
HSL306º8%49.02%-
HSV(B)306º14.81%52.94%-
XYZ20.3619.1124.81-
YUV123.03133.63136.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=35.25%
G=30.03%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511513300.150.010.47306849.02
Hex8773850F12F132831
Octal2071632050171574621061
Binary100001111110011100001010111111011111001100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877385; }

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

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

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

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

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

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

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

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