Shades of Deluge #786D91
Tints of Deluge #786D91
RGB
CMYK
RGB Variations
Color information
#786D91 (or 0x786D91) is known color: Deluge. HEX triplet: 78, 6D and 91. RGB value is (120,109,145). Sum of RGB (Red+Green+Blue) = 120+109+145=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #786D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786D91 is #87926E. Grayscale: #747474. Windows color (decimal): -8884847 or 9530744. OLE color: 9530744.
HSL color Cylindrical-coordinate representation of color #786D91: hue angle of 258.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #786D91 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 109 | 145 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.43 |
| HSL | 258.33º | 0.14% | 0.5% | - |
| HSV(B) | 258.33º | 0.25% | 0.57% | - |
| XYZ | 18.33 | 16.97 | 29.1 | - |
| YUV | 116.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 145 | 0.17 | 0.25 | 0 | 0.43 | 258.33 | 0.14 | 0.5 |
| Hex | 78 | 6D | 91 | 11 | 19 | 0 | 2B | 102 | E | 32 |
| Octal | 170 | 155 | 221 | 21 | 31 | 0 | 53 | 402 | 16 | 62 |
| Binary | 1111000 | 1101101 | 10010001 | 10001 | 11001 | 0 | 101011 | 100000010 | 1110 | 110010 |
Color Harmonies of #786D91
Complementary color
Monochromatic Colors of #786D91
Black with #786D91
Text Example
Text Example
White with #786D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D91; }
p { color: rgb(120,109,145); }
H1.HeaderClassName
{
color: #786D91;
}
.AnyTagClassName
{
color: #786D91;
}
</style>
background-color css
<style>
a { background-color: #786D91; }
a { background-color: rgb(120,109,145); }
div.DivClassName
{
background-color: #786D91;
}
.BgClassName
{
background-color: #786D91;
}
</style>
border-color css
<style>
span { border-color: #786D91; }
span { border-color: rgb(120,109,145); }
td.TdClassName
{
border-color: #786D91;
}
.TagClassName
{
border-color: #786D91;
}
</style>