Shades of Deluge #796A92
Tints of Deluge #796A92
RGB
CMYK
RGB Variations
Color information
#796A92 (or 0x796A92) is known color: Deluge. HEX triplet: 79, 6A and 92. RGB value is (121,106,146). Sum of RGB (Red+Green+Blue) = 121+106+146=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #796A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A92 is #86956D. Grayscale: #727272. Windows color (decimal): -8820078 or 9595513. OLE color: 9595513.
HSL color Cylindrical-coordinate representation of color #796A92: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #796A92 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 106 | 146 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.43 |
| HSL | 262.5º | 0.16% | 0.49% | - |
| HSV(B) | 262.5º | 0.27% | 0.57% | - |
| XYZ | 18.23 | 16.45 | 29.41 | - |
| YUV | 115.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 146 | 0.17 | 0.27 | 0 | 0.43 | 262.5 | 0.16 | 0.49 |
| Hex | 79 | 6A | 92 | 11 | 1B | 0 | 2B | 106 | 10 | 31 |
| Octal | 171 | 152 | 222 | 21 | 33 | 0 | 53 | 406 | 20 | 61 |
| Binary | 1111001 | 1101010 | 10010010 | 10001 | 11011 | 0 | 101011 | 100000110 | 10000 | 110001 |
Color Harmonies of #796A92
Complementary color
Monochromatic Colors of #796A92
Black with #796A92
Text Example
Text Example
White with #796A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A92; }
p { color: rgb(121,106,146); }
H1.HeaderClassName
{
color: #796A92;
}
.AnyTagClassName
{
color: #796A92;
}
</style>
background-color css
<style>
a { background-color: #796A92; }
a { background-color: rgb(121,106,146); }
div.DivClassName
{
background-color: #796A92;
}
.BgClassName
{
background-color: #796A92;
}
</style>
border-color css
<style>
span { border-color: #796A92; }
span { border-color: rgb(121,106,146); }
td.TdClassName
{
border-color: #796A92;
}
.TagClassName
{
border-color: #796A92;
}
</style>