Shades of Deluge #7B779D
Tints of Deluge #7B779D
RGB
CMYK
RGB Variations
Color information
#7B779D (or 0x7B779D) is known color: Deluge. HEX triplet: 7B, 77 and 9D. RGB value is (123,119,157). Sum of RGB (Red+Green+Blue) = 123+119+157=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B779D is #848862. Grayscale: #7C7C7C. Windows color (decimal): -8685667 or 10319739. OLE color: 10319739.
HSL color Cylindrical-coordinate representation of color #7B779D: hue angle of 246.32º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B779D is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 119 | 157 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.38 |
| HSL | 246.32º | 0.16% | 0.54% | - |
| HSV(B) | 246.32º | 0.24% | 0.62% | - |
| XYZ | 20.85 | 19.84 | 34.63 | - |
| YUV | 124.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 157 | 0.22 | 0.24 | 0 | 0.38 | 246.32 | 0.16 | 0.54 |
| Hex | 7B | 77 | 9D | 16 | 18 | 0 | 26 | F6 | 10 | 36 |
| Octal | 173 | 167 | 235 | 26 | 30 | 0 | 46 | 366 | 20 | 66 |
| Binary | 1111011 | 1110111 | 10011101 | 10110 | 11000 | 0 | 100110 | 11110110 | 10000 | 110110 |
Color Harmonies of #7B779D
Complementary color
Monochromatic Colors of #7B779D
Black with #7B779D
Text Example
Text Example
White with #7B779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B779D; }
p { color: rgb(123,119,157); }
H1.HeaderClassName
{
color: #7B779D;
}
.AnyTagClassName
{
color: #7B779D;
}
</style>
background-color css
<style>
a { background-color: #7B779D; }
a { background-color: rgb(123,119,157); }
div.DivClassName
{
background-color: #7B779D;
}
.BgClassName
{
background-color: #7B779D;
}
</style>
border-color css
<style>
span { border-color: #7B779D; }
span { border-color: rgb(123,119,157); }
td.TdClassName
{
border-color: #7B779D;
}
.TagClassName
{
border-color: #7B779D;
}
</style>