Shades of Deluge #7A788E
Tints of Deluge #7A788E
RGB
CMYK
RGB Variations
Color information
#7A788E (or 0x7A788E) is known color: Deluge. HEX triplet: 7A, 78 and 8E. RGB value is (122,120,142). Sum of RGB (Red+Green+Blue) = 122+120+142=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A788E is #858771. Grayscale: #7B7B7B. Windows color (decimal): -8750962 or 9336954. OLE color: 9336954.
HSL color Cylindrical-coordinate representation of color #7A788E: hue angle of 245.45º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A788E is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 120 | 142 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.44 |
| HSL | 245.45º | 0.09% | 0.51% | - |
| HSV(B) | 245.45º | 0.15% | 0.56% | - |
| XYZ | 19.63 | 19.52 | 28.33 | - |
| YUV | 123.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 142 | 0.14 | 0.15 | 0 | 0.44 | 245.45 | 0.09 | 0.51 |
| Hex | 7A | 78 | 8E | E | F | 0 | 2C | F5 | 9 | 33 |
| Octal | 172 | 170 | 216 | 16 | 17 | 0 | 54 | 365 | 11 | 63 |
| Binary | 1111010 | 1111000 | 10001110 | 1110 | 1111 | 0 | 101100 | 11110101 | 1001 | 110011 |
Color Harmonies of #7A788E
Complementary color
Monochromatic Colors of #7A788E
Black with #7A788E
Text Example
Text Example
White with #7A788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A788E; }
p { color: rgb(122,120,142); }
H1.HeaderClassName
{
color: #7A788E;
}
.AnyTagClassName
{
color: #7A788E;
}
</style>
background-color css
<style>
a { background-color: #7A788E; }
a { background-color: rgb(122,120,142); }
div.DivClassName
{
background-color: #7A788E;
}
.BgClassName
{
background-color: #7A788E;
}
</style>
border-color css
<style>
span { border-color: #7A788E; }
span { border-color: rgb(122,120,142); }
td.TdClassName
{
border-color: #7A788E;
}
.TagClassName
{
border-color: #7A788E;
}
</style>