#877381

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

Shades of Monsoon #877381

Tints of Monsoon #877381

Color information

#877381 (or 0x877381) is unknown color: approx Monsoon. HEX triplet: 87, 73 and 81. RGB value is (135,115,129). Sum of RGB (Red+Green+Blue) = 135+115+129=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #877381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877381 is #788C7E. Grayscale: #7A7A7A. Windows color (decimal): -7900287 or 8483719. OLE color: 8483719.

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

Color convert

RGB135115129-
CMYK00.150.040.47
HSL318º8%49.02%-
HSV(B)318º14.81%52.94%-
XYZ20.081923.38-
YUV122.58131.63136.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=35.62%
G=30.34%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511512900.150.040.47318849.02
Hex8773810F42F13e831
Octal2071632010174574761061
Binary10000111111001110000001011111001011111001111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877381; }

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

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

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

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

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

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

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

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