#877081

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

Shades of Monsoon #877081

Tints of Monsoon #877081

Color information

#877081 (or 0x877081) is unknown color: approx Monsoon. HEX triplet: 87, 70 and 81. RGB value is (135,112,129). Sum of RGB (Red+Green+Blue) = 135+112+129=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #877081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877081 is #788F7E. Grayscale: #787878. Windows color (decimal): -7901055 or 8482951. OLE color: 8482951.

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

Color convert

RGB135112129-
CMYK00.170.040.47
HSL315.65º9.31%48.43%-
HSV(B)315.65º17.04%52.94%-
XYZ19.7518.3223.26-
YUV120.82132.62138.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.90%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=35.90%
G=29.79%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511212900.170.040.47315.659.3148.43
Hex87708101142F13c930
Octal2071602010214574741160
Binary100001111110000100000010100011001011111001111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877081; }

 p { color: rgb(135,112,129); }

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

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

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

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

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

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

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