Shades of Deluge #7C7692
Tints of Deluge #7C7692
RGB
CMYK
RGB Variations
Color information
#7C7692 (or 0x7C7692) is known color: Deluge. HEX triplet: 7C, 76 and 92. RGB value is (124,118,146). Sum of RGB (Red+Green+Blue) = 124+118+146=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C7692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7692 is #83896D. Grayscale: #7A7A7A. Windows color (decimal): -8620398 or 9598588. OLE color: 9598588.
HSL color Cylindrical-coordinate representation of color #7C7692: hue angle of 252.86º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C7692 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 118 | 146 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.43 |
| HSL | 252.86º | 0.11% | 0.52% | - |
| HSV(B) | 252.86º | 0.19% | 0.57% | - |
| XYZ | 19.98 | 19.32 | 29.87 | - |
| YUV | 122.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 146 | 0.15 | 0.19 | 0 | 0.43 | 252.86 | 0.11 | 0.52 |
| Hex | 7C | 76 | 92 | F | 13 | 0 | 2B | FD | B | 34 |
| Octal | 174 | 166 | 222 | 17 | 23 | 0 | 53 | 375 | 13 | 64 |
| Binary | 1111100 | 1110110 | 10010010 | 1111 | 10011 | 0 | 101011 | 11111101 | 1011 | 110100 |
Color Harmonies of #7C7692
Complementary color
Monochromatic Colors of #7C7692
Black with #7C7692
Text Example
Text Example
White with #7C7692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7692; }
p { color: rgb(124,118,146); }
H1.HeaderClassName
{
color: #7C7692;
}
.AnyTagClassName
{
color: #7C7692;
}
</style>
background-color css
<style>
a { background-color: #7C7692; }
a { background-color: rgb(124,118,146); }
div.DivClassName
{
background-color: #7C7692;
}
.BgClassName
{
background-color: #7C7692;
}
</style>
border-color css
<style>
span { border-color: #7C7692; }
span { border-color: rgb(124,118,146); }
td.TdClassName
{
border-color: #7C7692;
}
.TagClassName
{
border-color: #7C7692;
}
</style>