Shades of Deluge #7C779A
Tints of Deluge #7C779A
RGB
CMYK
RGB Variations
Color information
#7C779A (or 0x7C779A) is known color: Deluge. HEX triplet: 7C, 77 and 9A. RGB value is (124,119,154). Sum of RGB (Red+Green+Blue) = 124+119+154=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C779A is #838865. Grayscale: #7C7C7C. Windows color (decimal): -8620134 or 10123132. OLE color: 10123132.
HSL color Cylindrical-coordinate representation of color #7C779A: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C779A is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 119 | 154 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.40 |
| HSL | 248.57º | 0.15% | 0.54% | - |
| HSV(B) | 248.57º | 0.23% | 0.6% | - |
| XYZ | 20.74 | 19.81 | 33.3 | - |
| YUV | 124.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 154 | 0.19 | 0.23 | 0 | 0.40 | 248.57 | 0.15 | 0.54 |
| Hex | 7C | 77 | 9A | 13 | 17 | 0 | 28 | F9 | F | 36 |
| Octal | 174 | 167 | 232 | 23 | 27 | 0 | 50 | 371 | 17 | 66 |
| Binary | 1111100 | 1110111 | 10011010 | 10011 | 10111 | 0 | 101000 | 11111001 | 1111 | 110110 |
Color Harmonies of #7C779A
Complementary color
Monochromatic Colors of #7C779A
Black with #7C779A
Text Example
Text Example
White with #7C779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C779A; }
p { color: rgb(124,119,154); }
H1.HeaderClassName
{
color: #7C779A;
}
.AnyTagClassName
{
color: #7C779A;
}
</style>
background-color css
<style>
a { background-color: #7C779A; }
a { background-color: rgb(124,119,154); }
div.DivClassName
{
background-color: #7C779A;
}
.BgClassName
{
background-color: #7C779A;
}
</style>
border-color css
<style>
span { border-color: #7C779A; }
span { border-color: rgb(124,119,154); }
td.TdClassName
{
border-color: #7C779A;
}
.TagClassName
{
border-color: #7C779A;
}
</style>