Shades of Deluge #7A7692
Tints of Deluge #7A7692
RGB
CMYK
RGB Variations
Color information
#7A7692 (or 0x7A7692) is known color: Deluge. HEX triplet: 7A, 76 and 92. RGB value is (122,118,146). Sum of RGB (Red+Green+Blue) = 122+118+146=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A7692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7692 is #85896D. Grayscale: #7A7A7A. Windows color (decimal): -8751470 or 9598586. OLE color: 9598586.
HSL color Cylindrical-coordinate representation of color #7A7692: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A7692 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 118 | 146 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.43 |
| HSL | 248.57º | 0.11% | 0.52% | - |
| HSV(B) | 248.57º | 0.19% | 0.57% | - |
| XYZ | 19.69 | 19.17 | 29.86 | - |
| YUV | 122.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 146 | 0.16 | 0.19 | 0 | 0.43 | 248.57 | 0.11 | 0.52 |
| Hex | 7A | 76 | 92 | 10 | 13 | 0 | 2B | F9 | B | 34 |
| Octal | 172 | 166 | 222 | 20 | 23 | 0 | 53 | 371 | 13 | 64 |
| Binary | 1111010 | 1110110 | 10010010 | 10000 | 10011 | 0 | 101011 | 11111001 | 1011 | 110100 |
Color Harmonies of #7A7692
Complementary color
Monochromatic Colors of #7A7692
Black with #7A7692
Text Example
Text Example
White with #7A7692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7692; }
p { color: rgb(122,118,146); }
H1.HeaderClassName
{
color: #7A7692;
}
.AnyTagClassName
{
color: #7A7692;
}
</style>
background-color css
<style>
a { background-color: #7A7692; }
a { background-color: rgb(122,118,146); }
div.DivClassName
{
background-color: #7A7692;
}
.BgClassName
{
background-color: #7A7692;
}
</style>
border-color css
<style>
span { border-color: #7A7692; }
span { border-color: rgb(122,118,146); }
td.TdClassName
{
border-color: #7A7692;
}
.TagClassName
{
border-color: #7A7692;
}
</style>