#886780

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

Shades of Monsoon #886780

Tints of Monsoon #886780

Color information

#886780 (or 0x886780) is unknown color: approx Monsoon. HEX triplet: 88, 67 and 80. RGB value is (136,103,128). Sum of RGB (Red+Green+Blue) = 136+103+128=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #886780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886780 is #77987F. Grayscale: #737373. Windows color (decimal): -7837824 or 8415112. OLE color: 8415112.

HSL color Cylindrical-coordinate representation of color #886780: hue angle of 314.55º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #886780 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB136103128-
CMYK00.240.060.47
HSL314.55º13.81%46.86%-
HSV(B)314.55º24.26%53.33%-
XYZ18.916.4922.61-
YUV115.72134.93142.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=37.06%
G=28.07%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610312800.240.060.47314.5513.8146.86
Hex88678001862F13be2f
Octal2101472000306574731657
Binary100010001100111100000000110001101011111001110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886780; }

 p { color: rgb(136,103,128); }

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

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

 a { background-color: rgb(136,103,128); }

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

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

 span { border-color: rgb(136,103,128); }

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