Shades of Monsoon #806C7A
Tints of Monsoon #806C7A
RGB
CMYK
RGB Variations
Color information
#806C7A (or 0x806C7A) is known color: Monsoon. HEX triplet: 80, 6C and 7A. RGB value is (128,108,122). Sum of RGB (Red+Green+Blue) = 128+108+122=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #806C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C7A is #7F9385. Grayscale: #737373. Windows color (decimal): -8360838 or 8023168. OLE color: 8023168.
HSL color Cylindrical-coordinate representation of color #806C7A: hue angle of 318º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #806C7A is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 122 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.50 |
| HSL | 318º | 0.08% | 0.46% | - |
| HSV(B) | 318º | 0.16% | 0.5% | - |
| XYZ | 17.78 | 16.72 | 20.7 | - |
| YUV | 115.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 122 | 0 | 0.16 | 0.05 | 0.50 | 318 | 0.08 | 0.46 |
| Hex | 80 | 6C | 7A | 0 | 10 | 5 | 32 | 13E | 8 | 2E |
| Octal | 200 | 154 | 172 | 0 | 20 | 5 | 62 | 476 | 10 | 56 |
| Binary | 10000000 | 1101100 | 1111010 | 0 | 10000 | 101 | 110010 | 100111110 | 1000 | 101110 |
Color Harmonies of #806C7A
Complementary color
Monochromatic Colors of #806C7A
Black with #806C7A
Text Example
Text Example
White with #806C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C7A; }
p { color: rgb(128,108,122); }
H1.HeaderClassName
{
color: #806C7A;
}
.AnyTagClassName
{
color: #806C7A;
}
</style>
background-color css
<style>
a { background-color: #806C7A; }
a { background-color: rgb(128,108,122); }
div.DivClassName
{
background-color: #806C7A;
}
.BgClassName
{
background-color: #806C7A;
}
</style>
border-color css
<style>
span { border-color: #806C7A; }
span { border-color: rgb(128,108,122); }
td.TdClassName
{
border-color: #806C7A;
}
.TagClassName
{
border-color: #806C7A;
}
</style>