Shades of Deluge #7D709A
Tints of Deluge #7D709A
RGB
CMYK
RGB Variations
Color information
#7D709A (or 0x7D709A) is known color: Deluge. HEX triplet: 7D, 70 and 9A. RGB value is (125,112,154). Sum of RGB (Red+Green+Blue) = 125+112+154=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D709A is #828F65. Grayscale: #787878. Windows color (decimal): -8556390 or 10121341. OLE color: 10121341.
HSL color Cylindrical-coordinate representation of color #7D709A: hue angle of 258.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D709A is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 112 | 154 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.40 |
| HSL | 258.57º | 0.17% | 0.52% | - |
| HSV(B) | 258.57º | 0.27% | 0.6% | - |
| XYZ | 20.08 | 18.28 | 33.04 | - |
| YUV | 120.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 154 | 0.19 | 0.27 | 0 | 0.40 | 258.57 | 0.17 | 0.52 |
| Hex | 7D | 70 | 9A | 13 | 1B | 0 | 28 | 103 | 11 | 34 |
| Octal | 175 | 160 | 232 | 23 | 33 | 0 | 50 | 403 | 21 | 64 |
| Binary | 1111101 | 1110000 | 10011010 | 10011 | 11011 | 0 | 101000 | 100000011 | 10001 | 110100 |
Color Harmonies of #7D709A
Complementary color
Monochromatic Colors of #7D709A
Black with #7D709A
Text Example
Text Example
White with #7D709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D709A; }
p { color: rgb(125,112,154); }
H1.HeaderClassName
{
color: #7D709A;
}
.AnyTagClassName
{
color: #7D709A;
}
</style>
background-color css
<style>
a { background-color: #7D709A; }
a { background-color: rgb(125,112,154); }
div.DivClassName
{
background-color: #7D709A;
}
.BgClassName
{
background-color: #7D709A;
}
</style>
border-color css
<style>
span { border-color: #7D709A; }
span { border-color: rgb(125,112,154); }
td.TdClassName
{
border-color: #7D709A;
}
.TagClassName
{
border-color: #7D709A;
}
</style>