#877D87

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

Shades of Monsoon #877D87

Tints of Monsoon #877D87

Color information

#877D87 (or 0x877D87) is unknown color: approx Monsoon. HEX triplet: 87, 7D and 87. RGB value is (135,125,135). Sum of RGB (Red+Green+Blue) = 135+125+135=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #877D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D87 is #788278. Grayscale: #818181. Windows color (decimal): -7897721 or 8879495. OLE color: 8879495.

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

Color convert

RGB135125135-
CMYK00.0700.47
HSL300º4%50.98%-
HSV(B)300º7.41%52.94%-
XYZ21.721.5725.94-
YUV129.13131.31132.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.18%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=34.18%
G=31.65%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512513500.0700.47300450.98
Hex877D870702F12c433
Octal20717520707057454463
Binary1000011111111011000011101110101111100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877D87; }

 p { color: rgb(135,125,135); }

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

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

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

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

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

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

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