#887381

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

Shades of Monsoon #887381

Tints of Monsoon #887381

Color information

#887381 (or 0x887381) is unknown color: approx Monsoon. HEX triplet: 88, 73 and 81. RGB value is (136,115,129). Sum of RGB (Red+Green+Blue) = 136+115+129=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #887381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887381 is #778C7E. Grayscale: #7A7A7A. Windows color (decimal): -7834751 or 8483720. OLE color: 8483720.

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

Color convert

RGB136115129-
CMYK00.150.050.47
HSL320º8.37%49.22%-
HSV(B)320º15.44%53.33%-
XYZ20.2519.0823.38-
YUV122.88131.46137.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.79%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=35.79%
G=30.26%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611512900.150.050.473208.3749.22
Hex8873810F52F140831
Octal2101632010175575001061
Binary10001000111001110000001011111011011111010000001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887381; }

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

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

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

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

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

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

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

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