Shades of Deluge #7A769D
Tints of Deluge #7A769D
RGB
CMYK
RGB Variations
Color information
#7A769D (or 0x7A769D) is known color: Deluge. HEX triplet: 7A, 76 and 9D. RGB value is (122,118,157). Sum of RGB (Red+Green+Blue) = 122+118+157=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A769D is #858962. Grayscale: #7B7B7B. Windows color (decimal): -8751459 or 10319482. OLE color: 10319482.
HSL color Cylindrical-coordinate representation of color #7A769D: hue angle of 246.15º 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 #7A769D is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 118 | 157 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.38 |
| HSL | 246.15º | 0.17% | 0.54% | - |
| HSV(B) | 246.15º | 0.25% | 0.62% | - |
| XYZ | 20.59 | 19.53 | 34.58 | - |
| YUV | 123.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 157 | 0.22 | 0.25 | 0 | 0.38 | 246.15 | 0.17 | 0.54 |
| Hex | 7A | 76 | 9D | 16 | 19 | 0 | 26 | F6 | 11 | 36 |
| Octal | 172 | 166 | 235 | 26 | 31 | 0 | 46 | 366 | 21 | 66 |
| Binary | 1111010 | 1110110 | 10011101 | 10110 | 11001 | 0 | 100110 | 11110110 | 10001 | 110110 |
Color Harmonies of #7A769D
Complementary color
Monochromatic Colors of #7A769D
Black with #7A769D
Text Example
Text Example
White with #7A769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A769D; }
p { color: rgb(122,118,157); }
H1.HeaderClassName
{
color: #7A769D;
}
.AnyTagClassName
{
color: #7A769D;
}
</style>
background-color css
<style>
a { background-color: #7A769D; }
a { background-color: rgb(122,118,157); }
div.DivClassName
{
background-color: #7A769D;
}
.BgClassName
{
background-color: #7A769D;
}
</style>
border-color css
<style>
span { border-color: #7A769D; }
span { border-color: rgb(122,118,157); }
td.TdClassName
{
border-color: #7A769D;
}
.TagClassName
{
border-color: #7A769D;
}
</style>