Shades of Deluge #7C799B
Tints of Deluge #7C799B
RGB
CMYK
RGB Variations
Color information
#7C799B (or 0x7C799B) is known color: Deluge. HEX triplet: 7C, 79 and 9B. RGB value is (124,121,155). Sum of RGB (Red+Green+Blue) = 124+121+155=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C799B is #838664. Grayscale: #7D7D7D. Windows color (decimal): -8619621 or 10189180. OLE color: 10189180.
HSL color Cylindrical-coordinate representation of color #7C799B: hue angle of 245.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C799B is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 121 | 155 | - |
| CMYK | 0.2 | 0.22 | 0 | 0.39 |
| HSL | 245.29º | 0.15% | 0.54% | - |
| HSV(B) | 245.29º | 0.22% | 0.61% | - |
| XYZ | 21.07 | 20.33 | 33.82 | - |
| YUV | 125.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 155 | 0.2 | 0.22 | 0 | 0.39 | 245.29 | 0.15 | 0.54 |
| Hex | 7C | 79 | 9B | 14 | 16 | 0 | 27 | F5 | F | 36 |
| Octal | 174 | 171 | 233 | 24 | 26 | 0 | 47 | 365 | 17 | 66 |
| Binary | 1111100 | 1111001 | 10011011 | 10100 | 10110 | 0 | 100111 | 11110101 | 1111 | 110110 |
Color Harmonies of #7C799B
Complementary color
Monochromatic Colors of #7C799B
Black with #7C799B
Text Example
Text Example
White with #7C799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C799B; }
p { color: rgb(124,121,155); }
H1.HeaderClassName
{
color: #7C799B;
}
.AnyTagClassName
{
color: #7C799B;
}
</style>
background-color css
<style>
a { background-color: #7C799B; }
a { background-color: rgb(124,121,155); }
div.DivClassName
{
background-color: #7C799B;
}
.BgClassName
{
background-color: #7C799B;
}
</style>
border-color css
<style>
span { border-color: #7C799B; }
span { border-color: rgb(124,121,155); }
td.TdClassName
{
border-color: #7C799B;
}
.TagClassName
{
border-color: #7C799B;
}
</style>