#877886

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

Shades of Monsoon #877886

Tints of Monsoon #877886

Color information

#877886 (or 0x877886) is unknown color: approx Monsoon. HEX triplet: 87, 78 and 86. RGB value is (135,120,134). Sum of RGB (Red+Green+Blue) = 135+120+134=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #877886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877886 is #788779. Grayscale: #7E7E7E. Windows color (decimal): -7899002 or 8812679. OLE color: 8812679.

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

Color convert

RGB135120134-
CMYK00.110.010.47
HSL304º5.88%50%-
HSV(B)304º11.11%52.94%-
XYZ21.0120.3125.37-
YUV126.08132.47134.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=34.70%
G=30.85%
B=34.45%

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
Decimal13512013400.110.010.473045.8850
Hex8778860B12F130632
Octal207170206013157460662
Binary10000111111100010000110010111101111100110000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877886; }

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

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

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

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

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

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

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

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