Shades of Deluge #7A7695
Tints of Deluge #7A7695
RGB
CMYK
RGB Variations
Color information
#7A7695 (or 0x7A7695) is known color: Deluge. HEX triplet: 7A, 76 and 95. RGB value is (122,118,149). Sum of RGB (Red+Green+Blue) = 122+118+149=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A7695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7695 is #85896A. Grayscale: #7A7A7A. Windows color (decimal): -8751467 or 9795194. OLE color: 9795194.
HSL color Cylindrical-coordinate representation of color #7A7695: hue angle of 247.74º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A7695 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 118 | 149 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.42 |
| HSL | 247.74º | 0.13% | 0.52% | - |
| HSV(B) | 247.74º | 0.21% | 0.58% | - |
| XYZ | 19.93 | 19.26 | 31.1 | - |
| YUV | 122.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 149 | 0.18 | 0.21 | 0 | 0.42 | 247.74 | 0.13 | 0.52 |
| Hex | 7A | 76 | 95 | 12 | 15 | 0 | 2A | F8 | D | 34 |
| Octal | 172 | 166 | 225 | 22 | 25 | 0 | 52 | 370 | 15 | 64 |
| Binary | 1111010 | 1110110 | 10010101 | 10010 | 10101 | 0 | 101010 | 11111000 | 1101 | 110100 |
Color Harmonies of #7A7695
Complementary color
Monochromatic Colors of #7A7695
Black with #7A7695
Text Example
Text Example
White with #7A7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7695; }
p { color: rgb(122,118,149); }
H1.HeaderClassName
{
color: #7A7695;
}
.AnyTagClassName
{
color: #7A7695;
}
</style>
background-color css
<style>
a { background-color: #7A7695; }
a { background-color: rgb(122,118,149); }
div.DivClassName
{
background-color: #7A7695;
}
.BgClassName
{
background-color: #7A7695;
}
</style>
border-color css
<style>
span { border-color: #7A7695; }
span { border-color: rgb(122,118,149); }
td.TdClassName
{
border-color: #7A7695;
}
.TagClassName
{
border-color: #7A7695;
}
</style>