#887785

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

Shades of Monsoon #887785

Tints of Monsoon #887785

Color information

#887785 (or 0x887785) is unknown color: approx Monsoon. HEX triplet: 88, 77 and 85. RGB value is (136,119,133). Sum of RGB (Red+Green+Blue) = 136+119+133=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #887785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887785 is #77887A. Grayscale: #7D7D7D. Windows color (decimal): -7833723 or 8746888. OLE color: 8746888.

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

Color convert

RGB136119133-
CMYK00.120.020.47
HSL310.59º6.67%50%-
HSV(B)310.59º12.5%53.33%-
XYZ20.9820.1224.97-
YUV125.68132.13135.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=35.05%
G=30.67%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611913300.120.020.47310.596.6750
Hex8877850C22F137732
Octal210167205014257467762
Binary100010001110111100001010110010101111100110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887785; }

 p { color: rgb(136,119,133); }

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

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

 a { background-color: rgb(136,119,133); }

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

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

 span { border-color: rgb(136,119,133); }

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