Shades of Deluge #7A788D
Tints of Deluge #7A788D
RGB
CMYK
RGB Variations
Color information
#7A788D (or 0x7A788D) is known color: Deluge. HEX triplet: 7A, 78 and 8D. RGB value is (122,120,141). Sum of RGB (Red+Green+Blue) = 122+120+141=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A788D is #858772. Grayscale: #7A7A7A. Windows color (decimal): -8750963 or 9271418. OLE color: 9271418.
HSL color Cylindrical-coordinate representation of color #7A788D: hue angle of 245.71º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A788D is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 122 | 120 | 141 | - |
CMYK | 0.13 | 0.15 | 0 | 0.45 |
HSL | 245.71º | 0.08% | 0.51% | - |
HSV(B) | 245.71º | 0.15% | 0.55% | - |
XYZ | 19.55 | 19.49 | 27.93 | - |
YUV | 122.99 | 138.16 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 120 | 141 | 0.13 | 0.15 | 0 | 0.45 | 245.71 | 0.08 | 0.51 |
Hex | 7A | 78 | 8D | D | F | 0 | 2D | F6 | 8 | 33 |
Octal | 172 | 170 | 215 | 15 | 17 | 0 | 55 | 366 | 10 | 63 |
Binary | 1111010 | 1111000 | 10001101 | 1101 | 1111 | 0 | 101101 | 11110110 | 1000 | 110011 |
Color Harmonies of #7A788D
Complementary color
Monochromatic Colors of #7A788D
Black with #7A788D
Text Example
Text Example
White with #7A788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A788D; }
p { color: rgb(122,120,141); }
H1.HeaderClassName
{
color: #7A788D;
}
.AnyTagClassName
{
color: #7A788D;
}
</style>
background-color css
<style>
a { background-color: #7A788D; }
a { background-color: rgb(122,120,141); }
div.DivClassName
{
background-color: #7A788D;
}
.BgClassName
{
background-color: #7A788D;
}
</style>
border-color css
<style>
span { border-color: #7A788D; }
span { border-color: rgb(122,120,141); }
td.TdClassName
{
border-color: #7A788D;
}
.TagClassName
{
border-color: #7A788D;
}
</style>