#806576

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

Shades of Monsoon #806576

Tints of Monsoon #806576

Color information

#806576 (or 0x806576) is unknown color: approx Monsoon. HEX triplet: 80, 65 and 76. RGB value is (128,101,118). Sum of RGB (Red+Green+Blue) = 128+101+118=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #806576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806576 is #7F9A89. Grayscale: #6E6E6E. Windows color (decimal): -8362634 or 7759232. OLE color: 7759232.

HSL color Cylindrical-coordinate representation of color #806576: hue angle of 322.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #806576 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB128101118-
CMYK00.210.080.50
HSL322.22º11.79%44.9%-
HSV(B)322.22º21.09%50.2%-
XYZ16.8315.219.19-
YUV111.01131.95140.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=36.89%
G=29.11%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810111800.210.080.50322.2211.7944.9
Hex806576015832142c2d
Octal20014516602510625021455
Binary100000001100101111011001010110001100101010000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806576; }

 p { color: rgb(128,101,118); }

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

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

 a { background-color: rgb(128,101,118); }

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

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

 span { border-color: rgb(128,101,118); }

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