Shades of Deluge #7C7AA0
Tints of Deluge #7C7AA0
RGB
CMYK
RGB Variations
Color information
#7C7AA0 (or 0x7C7AA0) is known color: Deluge. HEX triplet: 7C, 7A and A0. RGB value is (124,122,160). Sum of RGB (Red+Green+Blue) = 124+122+160=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 160 - color contains mainly: blue. Hex color #7C7AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7AA0 is #83855F. Grayscale: #7E7E7E. Windows color (decimal): -8619360 or 10517116. OLE color: 10517116.
HSL color Cylindrical-coordinate representation of color #7C7AA0: hue angle of 243.16º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C7AA0 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 122 | 160 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.37 |
| HSL | 243.16º | 0.17% | 0.55% | - |
| HSV(B) | 243.16º | 0.24% | 0.63% | - |
| XYZ | 21.62 | 20.74 | 36.12 | - |
| YUV | 126.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 160 | 0.22 | 0.24 | 0 | 0.37 | 243.16 | 0.17 | 0.55 |
| Hex | 7C | 7A | A0 | 16 | 18 | 0 | 25 | F3 | 11 | 37 |
| Octal | 174 | 172 | 240 | 26 | 30 | 0 | 45 | 363 | 21 | 67 |
| Binary | 1111100 | 1111010 | 10100000 | 10110 | 11000 | 0 | 100101 | 11110011 | 10001 | 110111 |
Color Harmonies of #7C7AA0
Complementary color
Monochromatic Colors of #7C7AA0
Black with #7C7AA0
Text Example
Text Example
White with #7C7AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7AA0; }
p { color: rgb(124,122,160); }
H1.HeaderClassName
{
color: #7C7AA0;
}
.AnyTagClassName
{
color: #7C7AA0;
}
</style>
background-color css
<style>
a { background-color: #7C7AA0; }
a { background-color: rgb(124,122,160); }
div.DivClassName
{
background-color: #7C7AA0;
}
.BgClassName
{
background-color: #7C7AA0;
}
</style>
border-color css
<style>
span { border-color: #7C7AA0; }
span { border-color: rgb(124,122,160); }
td.TdClassName
{
border-color: #7C7AA0;
}
.TagClassName
{
border-color: #7C7AA0;
}
</style>