Shades of Deluge #7A76A2
Tints of Deluge #7A76A2
RGB
CMYK
RGB Variations
Color information
#7A76A2 (or 0x7A76A2) is known color: Deluge. HEX triplet: 7A, 76 and A2. RGB value is (122,118,162). Sum of RGB (Red+Green+Blue) = 122+118+162=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 162 - color contains mainly: blue. Hex color #7A76A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A76A2 is #85895D. Grayscale: #7C7C7C. Windows color (decimal): -8751454 or 10647162. OLE color: 10647162.
HSL color Cylindrical-coordinate representation of color #7A76A2: hue angle of 245.45º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A76A2 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 118 | 162 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.36 |
| HSL | 245.45º | 0.19% | 0.55% | - |
| HSV(B) | 245.45º | 0.27% | 0.64% | - |
| XYZ | 21.03 | 19.7 | 36.88 | - |
| YUV | 124.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 162 | 0.25 | 0.27 | 0 | 0.36 | 245.45 | 0.19 | 0.55 |
| Hex | 7A | 76 | A2 | 19 | 1B | 0 | 24 | F5 | 13 | 37 |
| Octal | 172 | 166 | 242 | 31 | 33 | 0 | 44 | 365 | 23 | 67 |
| Binary | 1111010 | 1110110 | 10100010 | 11001 | 11011 | 0 | 100100 | 11110101 | 10011 | 110111 |
Color Harmonies of #7A76A2
Complementary color
Monochromatic Colors of #7A76A2
Black with #7A76A2
Text Example
Text Example
White with #7A76A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A76A2; }
p { color: rgb(122,118,162); }
H1.HeaderClassName
{
color: #7A76A2;
}
.AnyTagClassName
{
color: #7A76A2;
}
</style>
background-color css
<style>
a { background-color: #7A76A2; }
a { background-color: rgb(122,118,162); }
div.DivClassName
{
background-color: #7A76A2;
}
.BgClassName
{
background-color: #7A76A2;
}
</style>
border-color css
<style>
span { border-color: #7A76A2; }
span { border-color: rgb(122,118,162); }
td.TdClassName
{
border-color: #7A76A2;
}
.TagClassName
{
border-color: #7A76A2;
}
</style>