#886A82

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

Shades of Monsoon #886A82

Tints of Monsoon #886A82

Color information

#886A82 (or 0x886A82) is unknown color: approx Monsoon. HEX triplet: 88, 6A and 82. RGB value is (136,106,130). Sum of RGB (Red+Green+Blue) = 136+106+130=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 136 - color contains mainly: red. Hex color #886A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886A82 is #77957D. Grayscale: #757575. Windows color (decimal): -7837054 or 8546952. OLE color: 8546952.

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

Color convert

RGB136106130-
CMYK00.220.040.47
HSL312º12.4%47.45%-
HSV(B)312º22.06%53.33%-
XYZ19.3417.1523.41-
YUV117.71134.94141.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 106 (41.80% from 255) = 28.49%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=36.56%
G=28.49%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610613000.220.040.4731212.447.45
Hex886A8201642F138c2f
Octal2101522020264574701457
Binary100010001101010100000100101101001011111001110001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886A82; }

 p { color: rgb(136,106,130); }

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

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

 a { background-color: rgb(136,106,130); }

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

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

 span { border-color: rgb(136,106,130); }

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