Shades of Deluge #7D779D
Tints of Deluge #7D779D
RGB
CMYK
RGB Variations
Color information
#7D779D (or 0x7D779D) is known color: Deluge. HEX triplet: 7D, 77 and 9D. RGB value is (125,119,157). Sum of RGB (Red+Green+Blue) = 125+119+157=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D779D is #828862. Grayscale: #7C7C7C. Windows color (decimal): -8554595 or 10319741. OLE color: 10319741.
HSL color Cylindrical-coordinate representation of color #7D779D: hue angle of 249.47º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D779D is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 119 | 157 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.38 |
| HSL | 249.47º | 0.16% | 0.54% | - |
| HSV(B) | 249.47º | 0.24% | 0.62% | - |
| XYZ | 21.14 | 19.99 | 34.64 | - |
| YUV | 125.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 157 | 0.20 | 0.24 | 0 | 0.38 | 249.47 | 0.16 | 0.54 |
| Hex | 7D | 77 | 9D | 14 | 18 | 0 | 26 | F9 | 10 | 36 |
| Octal | 175 | 167 | 235 | 24 | 30 | 0 | 46 | 371 | 20 | 66 |
| Binary | 1111101 | 1110111 | 10011101 | 10100 | 11000 | 0 | 100110 | 11111001 | 10000 | 110110 |
Color Harmonies of #7D779D
Complementary color
Monochromatic Colors of #7D779D
Black with #7D779D
Text Example
Text Example
White with #7D779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D779D; }
p { color: rgb(125,119,157); }
H1.HeaderClassName
{
color: #7D779D;
}
.AnyTagClassName
{
color: #7D779D;
}
</style>
background-color css
<style>
a { background-color: #7D779D; }
a { background-color: rgb(125,119,157); }
div.DivClassName
{
background-color: #7D779D;
}
.BgClassName
{
background-color: #7D779D;
}
</style>
border-color css
<style>
span { border-color: #7D779D; }
span { border-color: rgb(125,119,157); }
td.TdClassName
{
border-color: #7D779D;
}
.TagClassName
{
border-color: #7D779D;
}
</style>