#887081

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

Shades of Monsoon #887081

Tints of Monsoon #887081

Color information

#887081 (or 0x887081) is unknown color: approx Monsoon. HEX triplet: 88, 70 and 81. RGB value is (136,112,129). Sum of RGB (Red+Green+Blue) = 136+112+129=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #887081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887081 is #778F7E. Grayscale: #797979. Windows color (decimal): -7835519 or 8482952. OLE color: 8482952.

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

Color convert

RGB136112129-
CMYK00.180.050.47
HSL317.5º9.68%48.63%-
HSV(B)317.5º17.65%53.33%-
XYZ19.9118.4123.27-
YUV121.11132.45138.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=36.07%
G=29.71%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611212900.180.050.47317.59.6848.63
Hex88708101252F13ea31
Octal2101602010225574761261
Binary100010001110000100000010100101011011111001111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887081; }

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

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

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

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

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

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

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

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