Shades of Deluge #80779C
Tints of Deluge #80779C
RGB
CMYK
RGB Variations
Color information
#80779C (or 0x80779C) is known color: Deluge. HEX triplet: 80, 77 and 9C. RGB value is (128,119,156). Sum of RGB (Red+Green+Blue) = 128+119+156=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #80779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80779C is #7F8863. Grayscale: #7D7D7D. Windows color (decimal): -8357988 or 10254208. OLE color: 10254208.
HSL color Cylindrical-coordinate representation of color #80779C: hue angle of 254.59º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80779C is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 119 | 156 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.39 |
| HSL | 254.59º | 0.16% | 0.54% | - |
| HSV(B) | 254.59º | 0.24% | 0.61% | - |
| XYZ | 21.5 | 20.18 | 34.22 | - |
| YUV | 125.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 156 | 0.18 | 0.24 | 0 | 0.39 | 254.59 | 0.16 | 0.54 |
| Hex | 80 | 77 | 9C | 12 | 18 | 0 | 27 | FF | 10 | 36 |
| Octal | 200 | 167 | 234 | 22 | 30 | 0 | 47 | 377 | 20 | 66 |
| Binary | 10000000 | 1110111 | 10011100 | 10010 | 11000 | 0 | 100111 | 11111111 | 10000 | 110110 |
Color Harmonies of #80779C
Complementary color
Monochromatic Colors of #80779C
Black with #80779C
Text Example
Text Example
White with #80779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80779C; }
p { color: rgb(128,119,156); }
H1.HeaderClassName
{
color: #80779C;
}
.AnyTagClassName
{
color: #80779C;
}
</style>
background-color css
<style>
a { background-color: #80779C; }
a { background-color: rgb(128,119,156); }
div.DivClassName
{
background-color: #80779C;
}
.BgClassName
{
background-color: #80779C;
}
</style>
border-color css
<style>
span { border-color: #80779C; }
span { border-color: rgb(128,119,156); }
td.TdClassName
{
border-color: #80779C;
}
.TagClassName
{
border-color: #80779C;
}
</style>