Shades of Deluge #7C78AA
Tints of Deluge #7C78AA
RGB
CMYK
RGB Variations
Color information
#7C78AA (or 0x7C78AA) is known color: Deluge. HEX triplet: 7C, 78 and AA. RGB value is (124,120,170). Sum of RGB (Red+Green+Blue) = 124+120+170=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C78AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C78AA is #838755. Grayscale: #7E7E7E. Windows color (decimal): -8619862 or 11171964. OLE color: 11171964.
HSL color Cylindrical-coordinate representation of color #7C78AA: hue angle of 244.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C78AA is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 120 | 170 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.33 |
| HSL | 244.8º | 0.23% | 0.57% | - |
| HSV(B) | 244.8º | 0.29% | 0.67% | - |
| XYZ | 22.28 | 20.62 | 40.84 | - |
| YUV | 126.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 170 | 0.27 | 0.29 | 0 | 0.33 | 244.8 | 0.23 | 0.57 |
| Hex | 7C | 78 | AA | 1B | 1D | 0 | 21 | F5 | 17 | 39 |
| Octal | 174 | 170 | 252 | 33 | 35 | 0 | 41 | 365 | 27 | 71 |
| Binary | 1111100 | 1111000 | 10101010 | 11011 | 11101 | 0 | 100001 | 11110101 | 10111 | 111001 |
Color Harmonies of #7C78AA
Complementary color
Monochromatic Colors of #7C78AA
Black with #7C78AA
Text Example
Text Example
White with #7C78AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C78AA; }
p { color: rgb(124,120,170); }
H1.HeaderClassName
{
color: #7C78AA;
}
.AnyTagClassName
{
color: #7C78AA;
}
</style>
background-color css
<style>
a { background-color: #7C78AA; }
a { background-color: rgb(124,120,170); }
div.DivClassName
{
background-color: #7C78AA;
}
.BgClassName
{
background-color: #7C78AA;
}
</style>
border-color css
<style>
span { border-color: #7C78AA; }
span { border-color: rgb(124,120,170); }
td.TdClassName
{
border-color: #7C78AA;
}
.TagClassName
{
border-color: #7C78AA;
}
</style>