Shades of Deluge #7C7890
Tints of Deluge #7C7890
RGB
CMYK
RGB Variations
Color information
#7C7890 (or 0x7C7890) is known color: Deluge. HEX triplet: 7C, 78 and 90. RGB value is (124,120,144). Sum of RGB (Red+Green+Blue) = 124+120+144=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7890 is #83876F. Grayscale: #7B7B7B. Windows color (decimal): -8619888 or 9468028. OLE color: 9468028.
HSL color Cylindrical-coordinate representation of color #7C7890: hue angle of 250º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C7890 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 120 | 144 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.44 |
| HSL | 250º | 0.1% | 0.52% | - |
| HSV(B) | 250º | 0.17% | 0.56% | - |
| XYZ | 20.06 | 19.73 | 29.14 | - |
| YUV | 123.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 144 | 0.14 | 0.17 | 0 | 0.44 | 250 | 0.1 | 0.52 |
| Hex | 7C | 78 | 90 | E | 11 | 0 | 2C | FA | A | 34 |
| Octal | 174 | 170 | 220 | 16 | 21 | 0 | 54 | 372 | 12 | 64 |
| Binary | 1111100 | 1111000 | 10010000 | 1110 | 10001 | 0 | 101100 | 11111010 | 1010 | 110100 |
Color Harmonies of #7C7890
Complementary color
Monochromatic Colors of #7C7890
Black with #7C7890
Text Example
Text Example
White with #7C7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7890; }
p { color: rgb(124,120,144); }
H1.HeaderClassName
{
color: #7C7890;
}
.AnyTagClassName
{
color: #7C7890;
}
</style>
background-color css
<style>
a { background-color: #7C7890; }
a { background-color: rgb(124,120,144); }
div.DivClassName
{
background-color: #7C7890;
}
.BgClassName
{
background-color: #7C7890;
}
</style>
border-color css
<style>
span { border-color: #7C7890; }
span { border-color: rgb(124,120,144); }
td.TdClassName
{
border-color: #7C7890;
}
.TagClassName
{
border-color: #7C7890;
}
</style>