#806276

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

Shades of Monsoon #806276

Tints of Monsoon #806276

Color information

#806276 (or 0x806276) is unknown color: approx Monsoon. HEX triplet: 80, 62 and 76. RGB value is (128,98,118). Sum of RGB (Red+Green+Blue) = 128+98+118=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #806276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806276 is #7F9D89. Grayscale: #6D6D6D. Windows color (decimal): -8363402 or 7758464. OLE color: 7758464.

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

Color convert

RGB12898118-
CMYK00.230.080.50
HSL320º13.27%44.31%-
HSV(B)320º23.44%50.2%-
XYZ16.5414.6319.09-
YUV109.25132.94141.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=37.21%
G=28.49%
B=34.30%

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
Decimal1289811800.230.080.5032013.2744.31
Hex806276017832140d2c
Octal20014216602710625001554
Binary100000001100010111011001011110001100101010000001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806276; }

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

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

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

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

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

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

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

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