Shades of Deluge #7C749B
Tints of Deluge #7C749B
RGB
CMYK
RGB Variations
Color information
#7C749B (or 0x7C749B) is known color: Deluge. HEX triplet: 7C, 74 and 9B. RGB value is (124,116,155). Sum of RGB (Red+Green+Blue) = 124+116+155=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C749B is #838B64. Grayscale: #7A7A7A. Windows color (decimal): -8620901 or 10187900. OLE color: 10187900.
HSL color Cylindrical-coordinate representation of color #7C749B: hue angle of 252.31º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C749B is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 116 | 155 | - |
| CMYK | 0.2 | 0.25 | 0 | 0.39 |
| HSL | 252.31º | 0.16% | 0.53% | - |
| HSV(B) | 252.31º | 0.25% | 0.61% | - |
| XYZ | 20.47 | 19.14 | 33.63 | - |
| YUV | 122.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 155 | 0.2 | 0.25 | 0 | 0.39 | 252.31 | 0.16 | 0.53 |
| Hex | 7C | 74 | 9B | 14 | 19 | 0 | 27 | FC | 10 | 35 |
| Octal | 174 | 164 | 233 | 24 | 31 | 0 | 47 | 374 | 20 | 65 |
| Binary | 1111100 | 1110100 | 10011011 | 10100 | 11001 | 0 | 100111 | 11111100 | 10000 | 110101 |
Color Harmonies of #7C749B
Complementary color
Monochromatic Colors of #7C749B
Black with #7C749B
Text Example
Text Example
White with #7C749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C749B; }
p { color: rgb(124,116,155); }
H1.HeaderClassName
{
color: #7C749B;
}
.AnyTagClassName
{
color: #7C749B;
}
</style>
background-color css
<style>
a { background-color: #7C749B; }
a { background-color: rgb(124,116,155); }
div.DivClassName
{
background-color: #7C749B;
}
.BgClassName
{
background-color: #7C749B;
}
</style>
border-color css
<style>
span { border-color: #7C749B; }
span { border-color: rgb(124,116,155); }
td.TdClassName
{
border-color: #7C749B;
}
.TagClassName
{
border-color: #7C749B;
}
</style>