Shades of Deluge #7F779B
Tints of Deluge #7F779B
RGB
CMYK
RGB Variations
Color information
#7F779B (or 0x7F779B) is known color: Deluge. HEX triplet: 7F, 77 and 9B. RGB value is (127,119,155). Sum of RGB (Red+Green+Blue) = 127+119+155=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F779B is #808864. Grayscale: #7D7D7D. Windows color (decimal): -8423525 or 10188671. OLE color: 10188671.
HSL color Cylindrical-coordinate representation of color #7F779B: hue angle of 253.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F779B is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 119 | 155 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.39 |
| HSL | 253.33º | 0.15% | 0.54% | - |
| HSV(B) | 253.33º | 0.23% | 0.61% | - |
| XYZ | 21.27 | 20.07 | 33.76 | - |
| YUV | 125.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 155 | 0.18 | 0.23 | 0 | 0.39 | 253.33 | 0.15 | 0.54 |
| Hex | 7F | 77 | 9B | 12 | 17 | 0 | 27 | FD | F | 36 |
| Octal | 177 | 167 | 233 | 22 | 27 | 0 | 47 | 375 | 17 | 66 |
| Binary | 1111111 | 1110111 | 10011011 | 10010 | 10111 | 0 | 100111 | 11111101 | 1111 | 110110 |
Color Harmonies of #7F779B
Complementary color
Monochromatic Colors of #7F779B
Black with #7F779B
Text Example
Text Example
White with #7F779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F779B; }
p { color: rgb(127,119,155); }
H1.HeaderClassName
{
color: #7F779B;
}
.AnyTagClassName
{
color: #7F779B;
}
</style>
background-color css
<style>
a { background-color: #7F779B; }
a { background-color: rgb(127,119,155); }
div.DivClassName
{
background-color: #7F779B;
}
.BgClassName
{
background-color: #7F779B;
}
</style>
border-color css
<style>
span { border-color: #7F779B; }
span { border-color: rgb(127,119,155); }
td.TdClassName
{
border-color: #7F779B;
}
.TagClassName
{
border-color: #7F779B;
}
</style>