Shades of Deluge #7A769A
Tints of Deluge #7A769A
RGB
CMYK
RGB Variations
Color information
#7A769A (or 0x7A769A) is known color: Deluge. HEX triplet: 7A, 76 and 9A. RGB value is (122,118,154). Sum of RGB (Red+Green+Blue) = 122+118+154=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A769A is #858965. Grayscale: #7B7B7B. Windows color (decimal): -8751462 or 10122874. OLE color: 10122874.
HSL color Cylindrical-coordinate representation of color #7A769A: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A769A is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 118 | 154 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.40 |
| HSL | 246.67º | 0.15% | 0.53% | - |
| HSV(B) | 246.67º | 0.23% | 0.6% | - |
| XYZ | 20.34 | 19.43 | 33.25 | - |
| YUV | 123.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 154 | 0.21 | 0.23 | 0 | 0.40 | 246.67 | 0.15 | 0.53 |
| Hex | 7A | 76 | 9A | 15 | 17 | 0 | 28 | F7 | F | 35 |
| Octal | 172 | 166 | 232 | 25 | 27 | 0 | 50 | 367 | 17 | 65 |
| Binary | 1111010 | 1110110 | 10011010 | 10101 | 10111 | 0 | 101000 | 11110111 | 1111 | 110101 |
Color Harmonies of #7A769A
Complementary color
Monochromatic Colors of #7A769A
Black with #7A769A
Text Example
Text Example
White with #7A769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A769A; }
p { color: rgb(122,118,154); }
H1.HeaderClassName
{
color: #7A769A;
}
.AnyTagClassName
{
color: #7A769A;
}
</style>
background-color css
<style>
a { background-color: #7A769A; }
a { background-color: rgb(122,118,154); }
div.DivClassName
{
background-color: #7A769A;
}
.BgClassName
{
background-color: #7A769A;
}
</style>
border-color css
<style>
span { border-color: #7A769A; }
span { border-color: rgb(122,118,154); }
td.TdClassName
{
border-color: #7A769A;
}
.TagClassName
{
border-color: #7A769A;
}
</style>