Shades of Deluge #7B779C
Tints of Deluge #7B779C
RGB
CMYK
RGB Variations
Color information
#7B779C (or 0x7B779C) is known color: Deluge. HEX triplet: 7B, 77 and 9C. RGB value is (123,119,156). Sum of RGB (Red+Green+Blue) = 123+119+156=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B779C is #848863. Grayscale: #7C7C7C. Windows color (decimal): -8685668 or 10254203. OLE color: 10254203.
HSL color Cylindrical-coordinate representation of color #7B779C: hue angle of 246.49º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B779C is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 119 | 156 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.39 |
| HSL | 246.49º | 0.16% | 0.54% | - |
| HSV(B) | 246.49º | 0.24% | 0.61% | - |
| XYZ | 20.77 | 19.8 | 34.18 | - |
| YUV | 124.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 156 | 0.21 | 0.24 | 0 | 0.39 | 246.49 | 0.16 | 0.54 |
| Hex | 7B | 77 | 9C | 15 | 18 | 0 | 27 | F6 | 10 | 36 |
| Octal | 173 | 167 | 234 | 25 | 30 | 0 | 47 | 366 | 20 | 66 |
| Binary | 1111011 | 1110111 | 10011100 | 10101 | 11000 | 0 | 100111 | 11110110 | 10000 | 110110 |
Color Harmonies of #7B779C
Complementary color
Monochromatic Colors of #7B779C
Black with #7B779C
Text Example
Text Example
White with #7B779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B779C; }
p { color: rgb(123,119,156); }
H1.HeaderClassName
{
color: #7B779C;
}
.AnyTagClassName
{
color: #7B779C;
}
</style>
background-color css
<style>
a { background-color: #7B779C; }
a { background-color: rgb(123,119,156); }
div.DivClassName
{
background-color: #7B779C;
}
.BgClassName
{
background-color: #7B779C;
}
</style>
border-color css
<style>
span { border-color: #7B779C; }
span { border-color: rgb(123,119,156); }
td.TdClassName
{
border-color: #7B779C;
}
.TagClassName
{
border-color: #7B779C;
}
</style>