Shades of Deluge #7C769C
Tints of Deluge #7C769C
RGB
CMYK
RGB Variations
Color information
#7C769C (or 0x7C769C) is known color: Deluge. HEX triplet: 7C, 76 and 9C. RGB value is (124,118,156). Sum of RGB (Red+Green+Blue) = 124+118+156=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 118 (46.48% from 255 or 29.65% 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 #7C769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C769C is #838963. Grayscale: #7B7B7B. Windows color (decimal): -8620388 or 10253948. OLE color: 10253948.
HSL color Cylindrical-coordinate representation of color #7C769C: hue angle of 249.47º 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 #7C769C is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 118 | 156 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.39 |
| HSL | 249.47º | 0.16% | 0.54% | - |
| HSV(B) | 249.47º | 0.24% | 0.61% | - |
| XYZ | 20.79 | 19.64 | 34.15 | - |
| YUV | 124.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 156 | 0.21 | 0.24 | 0 | 0.39 | 249.47 | 0.16 | 0.54 |
| Hex | 7C | 76 | 9C | 15 | 18 | 0 | 27 | F9 | 10 | 36 |
| Octal | 174 | 166 | 234 | 25 | 30 | 0 | 47 | 371 | 20 | 66 |
| Binary | 1111100 | 1110110 | 10011100 | 10101 | 11000 | 0 | 100111 | 11111001 | 10000 | 110110 |
Color Harmonies of #7C769C
Complementary color
Monochromatic Colors of #7C769C
Black with #7C769C
Text Example
Text Example
White with #7C769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C769C; }
p { color: rgb(124,118,156); }
H1.HeaderClassName
{
color: #7C769C;
}
.AnyTagClassName
{
color: #7C769C;
}
</style>
background-color css
<style>
a { background-color: #7C769C; }
a { background-color: rgb(124,118,156); }
div.DivClassName
{
background-color: #7C769C;
}
.BgClassName
{
background-color: #7C769C;
}
</style>
border-color css
<style>
span { border-color: #7C769C; }
span { border-color: rgb(124,118,156); }
td.TdClassName
{
border-color: #7C769C;
}
.TagClassName
{
border-color: #7C769C;
}
</style>