Shades of Deluge #7A769E
Tints of Deluge #7A769E
RGB
CMYK
RGB Variations
Color information
#7A769E (or 0x7A769E) is known color: Deluge. HEX triplet: 7A, 76 and 9E. RGB value is (122,118,158). Sum of RGB (Red+Green+Blue) = 122+118+158=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A769E is #858961. Grayscale: #7B7B7B. Windows color (decimal): -8751458 or 10385018. OLE color: 10385018.
HSL color Cylindrical-coordinate representation of color #7A769E: hue angle of 246º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A769E is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 118 | 158 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.38 |
| HSL | 246º | 0.17% | 0.54% | - |
| HSV(B) | 246º | 0.25% | 0.62% | - |
| XYZ | 20.68 | 19.56 | 35.03 | - |
| YUV | 123.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 158 | 0.23 | 0.25 | 0 | 0.38 | 246 | 0.17 | 0.54 |
| Hex | 7A | 76 | 9E | 17 | 19 | 0 | 26 | F6 | 11 | 36 |
| Octal | 172 | 166 | 236 | 27 | 31 | 0 | 46 | 366 | 21 | 66 |
| Binary | 1111010 | 1110110 | 10011110 | 10111 | 11001 | 0 | 100110 | 11110110 | 10001 | 110110 |
Color Harmonies of #7A769E
Complementary color
Monochromatic Colors of #7A769E
Black with #7A769E
Text Example
Text Example
White with #7A769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A769E; }
p { color: rgb(122,118,158); }
H1.HeaderClassName
{
color: #7A769E;
}
.AnyTagClassName
{
color: #7A769E;
}
</style>
background-color css
<style>
a { background-color: #7A769E; }
a { background-color: rgb(122,118,158); }
div.DivClassName
{
background-color: #7A769E;
}
.BgClassName
{
background-color: #7A769E;
}
</style>
border-color css
<style>
span { border-color: #7A769E; }
span { border-color: rgb(122,118,158); }
td.TdClassName
{
border-color: #7A769E;
}
.TagClassName
{
border-color: #7A769E;
}
</style>