#806376

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

Shades of Monsoon #806376

Tints of Monsoon #806376

Color information

#806376 (or 0x806376) is unknown color: approx Monsoon. HEX triplet: 80, 63 and 76. RGB value is (128,99,118). Sum of RGB (Red+Green+Blue) = 128+99+118=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #806376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806376 is #7F9C89. Grayscale: #6D6D6D. Windows color (decimal): -8363146 or 7758720. OLE color: 7758720.

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

Color convert

RGB12899118-
CMYK00.230.080.50
HSL320.69º12.78%44.51%-
HSV(B)320.69º22.66%50.2%-
XYZ16.6314.8219.12-
YUV109.84132.61140.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=37.10%
G=28.70%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289911800.230.080.50320.6912.7844.51
Hex806376017832141d2d
Octal20014316602710625011555
Binary100000001100011111011001011110001100101010000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806376; }

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

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

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

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

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

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

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

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