Shades of Deluge #7E779C
Tints of Deluge #7E779C
RGB
CMYK
RGB Variations
Color information
#7E779C (or 0x7E779C) is known color: Deluge. HEX triplet: 7E, 77 and 9C. RGB value is (126,119,156). Sum of RGB (Red+Green+Blue) = 126+119+156=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E779C is #818863. Grayscale: #7D7D7D. Windows color (decimal): -8489060 or 10254206. OLE color: 10254206.
HSL color Cylindrical-coordinate representation of color #7E779C: hue angle of 251.35º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E779C is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 119 | 156 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.39 |
| HSL | 251.35º | 0.16% | 0.54% | - |
| HSV(B) | 251.35º | 0.24% | 0.61% | - |
| XYZ | 21.2 | 20.03 | 34.2 | - |
| YUV | 125.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 156 | 0.19 | 0.24 | 0 | 0.39 | 251.35 | 0.16 | 0.54 |
| Hex | 7E | 77 | 9C | 13 | 18 | 0 | 27 | FB | 10 | 36 |
| Octal | 176 | 167 | 234 | 23 | 30 | 0 | 47 | 373 | 20 | 66 |
| Binary | 1111110 | 1110111 | 10011100 | 10011 | 11000 | 0 | 100111 | 11111011 | 10000 | 110110 |
Color Harmonies of #7E779C
Complementary color
Monochromatic Colors of #7E779C
Black with #7E779C
Text Example
Text Example
White with #7E779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E779C; }
p { color: rgb(126,119,156); }
H1.HeaderClassName
{
color: #7E779C;
}
.AnyTagClassName
{
color: #7E779C;
}
</style>
background-color css
<style>
a { background-color: #7E779C; }
a { background-color: rgb(126,119,156); }
div.DivClassName
{
background-color: #7E779C;
}
.BgClassName
{
background-color: #7E779C;
}
</style>
border-color css
<style>
span { border-color: #7E779C; }
span { border-color: rgb(126,119,156); }
td.TdClassName
{
border-color: #7E779C;
}
.TagClassName
{
border-color: #7E779C;
}
</style>