Shades of Deluge #7A749C
Tints of Deluge #7A749C
RGB
CMYK
RGB Variations
Color information
#7A749C (or 0x7A749C) is known color: Deluge. HEX triplet: 7A, 74 and 9C. RGB value is (122,116,156). Sum of RGB (Red+Green+Blue) = 122+116+156=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A749C is #858B63. Grayscale: #7A7A7A. Windows color (decimal): -8751972 or 10253434. OLE color: 10253434.
HSL color Cylindrical-coordinate representation of color #7A749C: hue angle of 249º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A749C is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 116 | 156 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.39 |
| HSL | 249º | 0.17% | 0.53% | - |
| HSV(B) | 249º | 0.26% | 0.61% | - |
| XYZ | 20.27 | 19.03 | 34.06 | - |
| YUV | 122.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 156 | 0.22 | 0.26 | 0 | 0.39 | 249 | 0.17 | 0.53 |
| Hex | 7A | 74 | 9C | 16 | 1A | 0 | 27 | F9 | 11 | 35 |
| Octal | 172 | 164 | 234 | 26 | 32 | 0 | 47 | 371 | 21 | 65 |
| Binary | 1111010 | 1110100 | 10011100 | 10110 | 11010 | 0 | 100111 | 11111001 | 10001 | 110101 |
Color Harmonies of #7A749C
Complementary color
Monochromatic Colors of #7A749C
Black with #7A749C
Text Example
Text Example
White with #7A749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A749C; }
p { color: rgb(122,116,156); }
H1.HeaderClassName
{
color: #7A749C;
}
.AnyTagClassName
{
color: #7A749C;
}
</style>
background-color css
<style>
a { background-color: #7A749C; }
a { background-color: rgb(122,116,156); }
div.DivClassName
{
background-color: #7A749C;
}
.BgClassName
{
background-color: #7A749C;
}
</style>
border-color css
<style>
span { border-color: #7A749C; }
span { border-color: rgb(122,116,156); }
td.TdClassName
{
border-color: #7A749C;
}
.TagClassName
{
border-color: #7A749C;
}
</style>