Shades of Monsoon #80777E
Tints of Monsoon #80777E
RGB
CMYK
RGB Variations
Color information
#80777E (or 0x80777E) is known color: Monsoon. HEX triplet: 80, 77 and 7E. RGB value is (128,119,126). Sum of RGB (Red+Green+Blue) = 128+119+126=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 128 - color contains mainly: red. Hex color #80777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80777E is #7F8881. Grayscale: #7A7A7A. Windows color (decimal): -8358018 or 8288128. OLE color: 8288128.
HSL color Cylindrical-coordinate representation of color #80777E: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80777E is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 119 | 126 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.50 |
| HSL | 313.33º | 0.04% | 0.48% | - |
| HSV(B) | 313.33º | 0.07% | 0.5% | - |
| XYZ | 19.26 | 19.29 | 22.45 | - |
| YUV | 122.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 126 | 0 | 0.07 | 0.02 | 0.50 | 313.33 | 0.04 | 0.48 |
| Hex | 80 | 77 | 7E | 0 | 7 | 2 | 32 | 139 | 4 | 30 |
| Octal | 200 | 167 | 176 | 0 | 7 | 2 | 62 | 471 | 4 | 60 |
| Binary | 10000000 | 1110111 | 1111110 | 0 | 111 | 10 | 110010 | 100111001 | 100 | 110000 |
Color Harmonies of #80777E
Complementary color
Monochromatic Colors of #80777E
Black with #80777E
Text Example
Text Example
White with #80777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80777E; }
p { color: rgb(128,119,126); }
H1.HeaderClassName
{
color: #80777E;
}
.AnyTagClassName
{
color: #80777E;
}
</style>
background-color css
<style>
a { background-color: #80777E; }
a { background-color: rgb(128,119,126); }
div.DivClassName
{
background-color: #80777E;
}
.BgClassName
{
background-color: #80777E;
}
</style>
border-color css
<style>
span { border-color: #80777E; }
span { border-color: rgb(128,119,126); }
td.TdClassName
{
border-color: #80777E;
}
.TagClassName
{
border-color: #80777E;
}
</style>