Shades of Deluge #7A76A4
Tints of Deluge #7A76A4
RGB
CMYK
RGB Variations
Color information
#7A76A4 (or 0x7A76A4) is known color: Deluge. HEX triplet: 7A, 76 and A4. RGB value is (122,118,164). Sum of RGB (Red+Green+Blue) = 122+118+164=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A76A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A76A4 is #85895B. Grayscale: #7C7C7C. Windows color (decimal): -8751452 or 10778234. OLE color: 10778234.
HSL color Cylindrical-coordinate representation of color #7A76A4: hue angle of 245.22º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A76A4 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 118 | 164 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.36 |
| HSL | 245.22º | 0.2% | 0.55% | - |
| HSV(B) | 245.22º | 0.28% | 0.64% | - |
| XYZ | 21.21 | 19.77 | 37.82 | - |
| YUV | 124.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 164 | 0.26 | 0.28 | 0 | 0.36 | 245.22 | 0.2 | 0.55 |
| Hex | 7A | 76 | A4 | 1A | 1C | 0 | 24 | F5 | 14 | 37 |
| Octal | 172 | 166 | 244 | 32 | 34 | 0 | 44 | 365 | 24 | 67 |
| Binary | 1111010 | 1110110 | 10100100 | 11010 | 11100 | 0 | 100100 | 11110101 | 10100 | 110111 |
Color Harmonies of #7A76A4
Complementary color
Monochromatic Colors of #7A76A4
Black with #7A76A4
Text Example
Text Example
White with #7A76A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A76A4; }
p { color: rgb(122,118,164); }
H1.HeaderClassName
{
color: #7A76A4;
}
.AnyTagClassName
{
color: #7A76A4;
}
</style>
background-color css
<style>
a { background-color: #7A76A4; }
a { background-color: rgb(122,118,164); }
div.DivClassName
{
background-color: #7A76A4;
}
.BgClassName
{
background-color: #7A76A4;
}
</style>
border-color css
<style>
span { border-color: #7A76A4; }
span { border-color: rgb(122,118,164); }
td.TdClassName
{
border-color: #7A76A4;
}
.TagClassName
{
border-color: #7A76A4;
}
</style>