Shades of Deluge #7C729E
Tints of Deluge #7C729E
RGB
CMYK
RGB Variations
Color information
#7C729E (or 0x7C729E) is known color: Deluge. HEX triplet: 7C, 72 and 9E. RGB value is (124,114,158). Sum of RGB (Red+Green+Blue) = 124+114+158=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C729E is #838D61. Grayscale: #797979. Windows color (decimal): -8621410 or 10383996. OLE color: 10383996.
HSL color Cylindrical-coordinate representation of color #7C729E: hue angle of 253.64º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C729E is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 114 | 158 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.38 |
| HSL | 253.64º | 0.18% | 0.53% | - |
| HSV(B) | 253.64º | 0.28% | 0.62% | - |
| XYZ | 20.5 | 18.79 | 34.89 | - |
| YUV | 122.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 158 | 0.22 | 0.28 | 0 | 0.38 | 253.64 | 0.18 | 0.53 |
| Hex | 7C | 72 | 9E | 16 | 1C | 0 | 26 | FE | 12 | 35 |
| Octal | 174 | 162 | 236 | 26 | 34 | 0 | 46 | 376 | 22 | 65 |
| Binary | 1111100 | 1110010 | 10011110 | 10110 | 11100 | 0 | 100110 | 11111110 | 10010 | 110101 |
Color Harmonies of #7C729E
Complementary color
Monochromatic Colors of #7C729E
Black with #7C729E
Text Example
Text Example
White with #7C729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C729E; }
p { color: rgb(124,114,158); }
H1.HeaderClassName
{
color: #7C729E;
}
.AnyTagClassName
{
color: #7C729E;
}
</style>
background-color css
<style>
a { background-color: #7C729E; }
a { background-color: rgb(124,114,158); }
div.DivClassName
{
background-color: #7C729E;
}
.BgClassName
{
background-color: #7C729E;
}
</style>
border-color css
<style>
span { border-color: #7C729E; }
span { border-color: rgb(124,114,158); }
td.TdClassName
{
border-color: #7C729E;
}
.TagClassName
{
border-color: #7C729E;
}
</style>