Shades of Monsoon #806A78
Tints of Monsoon #806A78
RGB
CMYK
RGB Variations
Color information
#806A78 (or 0x806A78) is known color: Monsoon. HEX triplet: 80, 6A and 78. RGB value is (128,106,120). Sum of RGB (Red+Green+Blue) = 128+106+120=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #806A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806A78 is #7F9587. Grayscale: #727272. Windows color (decimal): -8361352 or 7891584. OLE color: 7891584.
HSL color Cylindrical-coordinate representation of color #806A78: hue angle of 321.82º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #806A78 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 106 | 120 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.50 |
| HSL | 321.82º | 0.09% | 0.46% | - |
| HSV(B) | 321.82º | 0.17% | 0.5% | - |
| XYZ | 17.45 | 16.25 | 19.99 | - |
| YUV | 114.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 120 | 0 | 0.17 | 0.06 | 0.50 | 321.82 | 0.09 | 0.46 |
| Hex | 80 | 6A | 78 | 0 | 11 | 6 | 32 | 142 | 9 | 2E |
| Octal | 200 | 152 | 170 | 0 | 21 | 6 | 62 | 502 | 11 | 56 |
| Binary | 10000000 | 1101010 | 1111000 | 0 | 10001 | 110 | 110010 | 101000010 | 1001 | 101110 |
Color Harmonies of #806A78
Complementary color
Monochromatic Colors of #806A78
Black with #806A78
Text Example
Text Example
White with #806A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806A78; }
p { color: rgb(128,106,120); }
H1.HeaderClassName
{
color: #806A78;
}
.AnyTagClassName
{
color: #806A78;
}
</style>
background-color css
<style>
a { background-color: #806A78; }
a { background-color: rgb(128,106,120); }
div.DivClassName
{
background-color: #806A78;
}
.BgClassName
{
background-color: #806A78;
}
</style>
border-color css
<style>
span { border-color: #806A78; }
span { border-color: rgb(128,106,120); }
td.TdClassName
{
border-color: #806A78;
}
.TagClassName
{
border-color: #806A78;
}
</style>