#887686

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

Shades of Monsoon #887686

Tints of Monsoon #887686

Color information

#887686 (or 0x887686) is unknown color: approx Monsoon. HEX triplet: 88, 76 and 86. RGB value is (136,118,134). Sum of RGB (Red+Green+Blue) = 136+118+134=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #887686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887686 is #778979. Grayscale: #7D7D7D. Windows color (decimal): -7833978 or 8812168. OLE color: 8812168.

HSL color Cylindrical-coordinate representation of color #887686: hue angle of 306.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #887686 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB136118134-
CMYK00.130.010.47
HSL306.67º7.09%49.8%-
HSV(B)306.67º13.24%53.33%-
XYZ20.9319.9125.29-
YUV125.21132.96135.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 134 (52.73% from 255) = 34.54%
R=35.05%
G=30.41%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611813400.130.010.47306.677.0949.8
Hex8876860D12F133732
Octal210166206015157463762
Binary10001000111011010000110011011101111100110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887686; }

 p { color: rgb(136,118,134); }

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

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

 a { background-color: rgb(136,118,134); }

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

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

 span { border-color: rgb(136,118,134); }

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