Shades of Deluge #7C779C
Tints of Deluge #7C779C
RGB
CMYK
RGB Variations
Color information
#7C779C (or 0x7C779C) is known color: Deluge. HEX triplet: 7C, 77 and 9C. RGB value is (124,119,156). Sum of RGB (Red+Green+Blue) = 124+119+156=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C779C is #838863. Grayscale: #7C7C7C. Windows color (decimal): -8620132 or 10254204. OLE color: 10254204.
HSL color Cylindrical-coordinate representation of color #7C779C: hue angle of 248.11º 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 #7C779C is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 119 | 156 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.39 |
| HSL | 248.11º | 0.16% | 0.54% | - |
| HSV(B) | 248.11º | 0.24% | 0.61% | - |
| XYZ | 20.91 | 19.88 | 34.19 | - |
| YUV | 124.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 156 | 0.21 | 0.24 | 0 | 0.39 | 248.11 | 0.16 | 0.54 |
| Hex | 7C | 77 | 9C | 15 | 18 | 0 | 27 | F8 | 10 | 36 |
| Octal | 174 | 167 | 234 | 25 | 30 | 0 | 47 | 370 | 20 | 66 |
| Binary | 1111100 | 1110111 | 10011100 | 10101 | 11000 | 0 | 100111 | 11111000 | 10000 | 110110 |
Color Harmonies of #7C779C
Complementary color
Monochromatic Colors of #7C779C
Black with #7C779C
Text Example
Text Example
White with #7C779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C779C; }
p { color: rgb(124,119,156); }
H1.HeaderClassName
{
color: #7C779C;
}
.AnyTagClassName
{
color: #7C779C;
}
</style>
background-color css
<style>
a { background-color: #7C779C; }
a { background-color: rgb(124,119,156); }
div.DivClassName
{
background-color: #7C779C;
}
.BgClassName
{
background-color: #7C779C;
}
</style>
border-color css
<style>
span { border-color: #7C779C; }
span { border-color: rgb(124,119,156); }
td.TdClassName
{
border-color: #7C779C;
}
.TagClassName
{
border-color: #7C779C;
}
</style>