Shades of Deluge #7E77AC
Tints of Deluge #7E77AC
RGB
CMYK
RGB Variations
Color information
#7E77AC (or 0x7E77AC) is known color: Deluge. HEX triplet: 7E, 77 and AC. RGB value is (126,119,172). Sum of RGB (Red+Green+Blue) = 126+119+172=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E77AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E77AC is #818853. Grayscale: #7E7E7E. Windows color (decimal): -8489044 or 11302782. OLE color: 11302782.
HSL color Cylindrical-coordinate representation of color #7E77AC: hue angle of 247.92º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E77AC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 119 | 172 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.33 |
| HSL | 247.92º | 0.24% | 0.57% | - |
| HSV(B) | 247.92º | 0.31% | 0.67% | - |
| XYZ | 22.65 | 20.61 | 41.81 | - |
| YUV | 127.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 172 | 0.27 | 0.31 | 0 | 0.33 | 247.92 | 0.24 | 0.57 |
| Hex | 7E | 77 | AC | 1B | 1F | 0 | 21 | F8 | 18 | 39 |
| Octal | 176 | 167 | 254 | 33 | 37 | 0 | 41 | 370 | 30 | 71 |
| Binary | 1111110 | 1110111 | 10101100 | 11011 | 11111 | 0 | 100001 | 11111000 | 11000 | 111001 |
Color Harmonies of #7E77AC
Complementary color
Monochromatic Colors of #7E77AC
Black with #7E77AC
Text Example
Text Example
White with #7E77AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E77AC; }
p { color: rgb(126,119,172); }
H1.HeaderClassName
{
color: #7E77AC;
}
.AnyTagClassName
{
color: #7E77AC;
}
</style>
background-color css
<style>
a { background-color: #7E77AC; }
a { background-color: rgb(126,119,172); }
div.DivClassName
{
background-color: #7E77AC;
}
.BgClassName
{
background-color: #7E77AC;
}
</style>
border-color css
<style>
span { border-color: #7E77AC; }
span { border-color: rgb(126,119,172); }
td.TdClassName
{
border-color: #7E77AC;
}
.TagClassName
{
border-color: #7E77AC;
}
</style>