Shades of Deluge #7F7797
Tints of Deluge #7F7797
RGB
CMYK
RGB Variations
Color information
#7F7797 (or 0x7F7797) is known color: Deluge. HEX triplet: 7F, 77 and 97. RGB value is (127,119,151). Sum of RGB (Red+Green+Blue) = 127+119+151=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #7F7797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7797 is #808868. Grayscale: #7C7C7C. Windows color (decimal): -8423529 or 9926527. OLE color: 9926527.
HSL color Cylindrical-coordinate representation of color #7F7797: hue angle of 255º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F7797 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 119 | 151 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.41 |
| HSL | 255º | 0.13% | 0.53% | - |
| HSV(B) | 255º | 0.21% | 0.59% | - |
| XYZ | 20.94 | 19.94 | 32.02 | - |
| YUV | 125.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 119 | 151 | 0.16 | 0.21 | 0 | 0.41 | 255 | 0.13 | 0.53 |
| Hex | 7F | 77 | 97 | 10 | 15 | 0 | 29 | FF | D | 35 |
| Octal | 177 | 167 | 227 | 20 | 25 | 0 | 51 | 377 | 15 | 65 |
| Binary | 1111111 | 1110111 | 10010111 | 10000 | 10101 | 0 | 101001 | 11111111 | 1101 | 110101 |
Color Harmonies of #7F7797
Complementary color
Monochromatic Colors of #7F7797
Black with #7F7797
Text Example
Text Example
White with #7F7797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7797; }
p { color: rgb(127,119,151); }
H1.HeaderClassName
{
color: #7F7797;
}
.AnyTagClassName
{
color: #7F7797;
}
</style>
background-color css
<style>
a { background-color: #7F7797; }
a { background-color: rgb(127,119,151); }
div.DivClassName
{
background-color: #7F7797;
}
.BgClassName
{
background-color: #7F7797;
}
</style>
border-color css
<style>
span { border-color: #7F7797; }
span { border-color: rgb(127,119,151); }
td.TdClassName
{
border-color: #7F7797;
}
.TagClassName
{
border-color: #7F7797;
}
</style>