#877585

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

Shades of Monsoon #877585

Tints of Monsoon #877585

Color information

#877585 (or 0x877585) is unknown color: approx Monsoon. HEX triplet: 87, 75 and 85. RGB value is (135,117,133). Sum of RGB (Red+Green+Blue) = 135+117+133=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #877585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877585 is #788A7A. Grayscale: #7C7C7C. Windows color (decimal): -7899771 or 8746375. OLE color: 8746375.

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

Color convert

RGB135117133-
CMYK00.130.010.47
HSL306.67º7.14%49.41%-
HSV(B)306.67º13.33%52.94%-
XYZ20.5919.5724.88-
YUV124.21132.96135.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=35.06%
G=30.39%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511713300.130.010.47306.677.1449.41
Hex8775850D12F133731
Octal207165205015157463761
Binary10000111111010110000101011011101111100110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877585; }

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

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

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

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

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

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

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

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