Shades of Deluge #7D78AC
Tints of Deluge #7D78AC
RGB
CMYK
RGB Variations
Color information
#7D78AC (or 0x7D78AC) is known color: Deluge. HEX triplet: 7D, 78 and AC. RGB value is (125,120,172). Sum of RGB (Red+Green+Blue) = 125+120+172=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D78AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D78AC is #828753. Grayscale: #7F7F7F. Windows color (decimal): -8554324 or 11303037. OLE color: 11303037.
HSL color Cylindrical-coordinate representation of color #7D78AC: hue angle of 245.77º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D78AC is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 120 | 172 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.33 |
| HSL | 245.77º | 0.24% | 0.57% | - |
| HSV(B) | 245.77º | 0.3% | 0.67% | - |
| XYZ | 22.62 | 20.77 | 41.85 | - |
| YUV | 127.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 172 | 0.27 | 0.30 | 0 | 0.33 | 245.77 | 0.24 | 0.57 |
| Hex | 7D | 78 | AC | 1B | 1E | 0 | 21 | F6 | 18 | 39 |
| Octal | 175 | 170 | 254 | 33 | 36 | 0 | 41 | 366 | 30 | 71 |
| Binary | 1111101 | 1111000 | 10101100 | 11011 | 11110 | 0 | 100001 | 11110110 | 11000 | 111001 |
Color Harmonies of #7D78AC
Complementary color
Monochromatic Colors of #7D78AC
Black with #7D78AC
Text Example
Text Example
White with #7D78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D78AC; }
p { color: rgb(125,120,172); }
H1.HeaderClassName
{
color: #7D78AC;
}
.AnyTagClassName
{
color: #7D78AC;
}
</style>
background-color css
<style>
a { background-color: #7D78AC; }
a { background-color: rgb(125,120,172); }
div.DivClassName
{
background-color: #7D78AC;
}
.BgClassName
{
background-color: #7D78AC;
}
</style>
border-color css
<style>
span { border-color: #7D78AC; }
span { border-color: rgb(125,120,172); }
td.TdClassName
{
border-color: #7D78AC;
}
.TagClassName
{
border-color: #7D78AC;
}
</style>