Shades of Deluge #7E77AA
Tints of Deluge #7E77AA
RGB
CMYK
RGB Variations
Color information
#7E77AA (or 0x7E77AA) is known color: Deluge. HEX triplet: 7E, 77 and AA. RGB value is (126,119,170). Sum of RGB (Red+Green+Blue) = 126+119+170=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E77AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E77AA is #818855. Grayscale: #7E7E7E. Windows color (decimal): -8489046 or 11171710. OLE color: 11171710.
HSL color Cylindrical-coordinate representation of color #7E77AA: hue angle of 248.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E77AA is Cyan = 0.26, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 119 | 170 | - |
| CMYK | 0.26 | 0.3 | 0 | 0.33 |
| HSL | 248.24º | 0.23% | 0.57% | - |
| HSV(B) | 248.24º | 0.3% | 0.67% | - |
| XYZ | 22.46 | 20.53 | 40.81 | - |
| YUV | 126.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 170 | 0.26 | 0.3 | 0 | 0.33 | 248.24 | 0.23 | 0.57 |
| Hex | 7E | 77 | AA | 1A | 1E | 0 | 21 | F8 | 17 | 39 |
| Octal | 176 | 167 | 252 | 32 | 36 | 0 | 41 | 370 | 27 | 71 |
| Binary | 1111110 | 1110111 | 10101010 | 11010 | 11110 | 0 | 100001 | 11111000 | 10111 | 111001 |
Color Harmonies of #7E77AA
Complementary color
Monochromatic Colors of #7E77AA
Black with #7E77AA
Text Example
Text Example
White with #7E77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E77AA; }
p { color: rgb(126,119,170); }
H1.HeaderClassName
{
color: #7E77AA;
}
.AnyTagClassName
{
color: #7E77AA;
}
</style>
background-color css
<style>
a { background-color: #7E77AA; }
a { background-color: rgb(126,119,170); }
div.DivClassName
{
background-color: #7E77AA;
}
.BgClassName
{
background-color: #7E77AA;
}
</style>
border-color css
<style>
span { border-color: #7E77AA; }
span { border-color: rgb(126,119,170); }
td.TdClassName
{
border-color: #7E77AA;
}
.TagClassName
{
border-color: #7E77AA;
}
</style>