#877481

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

Shades of Monsoon #877481

Tints of Monsoon #877481

Color information

#877481 (or 0x877481) is unknown color: approx Monsoon. HEX triplet: 87, 74 and 81. RGB value is (135,116,129). Sum of RGB (Red+Green+Blue) = 135+116+129=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #877481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877481 is #788B7E. Grayscale: #7B7B7B. Windows color (decimal): -7900031 or 8483975. OLE color: 8483975.

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

Color convert

RGB135116129-
CMYK00.140.040.47
HSL318.95º7.57%49.22%-
HSV(B)318.95º14.07%52.94%-
XYZ20.219.2323.42-
YUV123.16131.29136.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=35.53%
G=30.53%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511612900.140.040.47318.957.5749.22
Hex8774810E42F13f831
Octal2071642010164574771061
Binary10000111111010010000001011101001011111001111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877481; }

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

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

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

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

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

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

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

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