Shades of Deluge #7A6796
Tints of Deluge #7A6796
RGB
CMYK
RGB Variations
Color information
#7A6796 (or 0x7A6796) is known color: Deluge. HEX triplet: 7A, 67 and 96. RGB value is (122,103,150). Sum of RGB (Red+Green+Blue) = 122+103+150=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A6796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6796 is #859869. Grayscale: #717171. Windows color (decimal): -8755306 or 9856890. OLE color: 9856890.
HSL color Cylindrical-coordinate representation of color #7A6796: hue angle of 264.26º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A6796 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 103 | 150 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.41 |
| HSL | 264.26º | 0.19% | 0.5% | - |
| HSV(B) | 264.26º | 0.31% | 0.59% | - |
| XYZ | 18.38 | 16.04 | 30.98 | - |
| YUV | 114.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 150 | 0.19 | 0.31 | 0 | 0.41 | 264.26 | 0.19 | 0.5 |
| Hex | 7A | 67 | 96 | 13 | 1F | 0 | 29 | 108 | 13 | 32 |
| Octal | 172 | 147 | 226 | 23 | 37 | 0 | 51 | 410 | 23 | 62 |
| Binary | 1111010 | 1100111 | 10010110 | 10011 | 11111 | 0 | 101001 | 100001000 | 10011 | 110010 |
Color Harmonies of #7A6796
Complementary color
Monochromatic Colors of #7A6796
Black with #7A6796
Text Example
Text Example
White with #7A6796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6796; }
p { color: rgb(122,103,150); }
H1.HeaderClassName
{
color: #7A6796;
}
.AnyTagClassName
{
color: #7A6796;
}
</style>
background-color css
<style>
a { background-color: #7A6796; }
a { background-color: rgb(122,103,150); }
div.DivClassName
{
background-color: #7A6796;
}
.BgClassName
{
background-color: #7A6796;
}
</style>
border-color css
<style>
span { border-color: #7A6796; }
span { border-color: rgb(122,103,150); }
td.TdClassName
{
border-color: #7A6796;
}
.TagClassName
{
border-color: #7A6796;
}
</style>