Shades of Deluge #7D77AA
Tints of Deluge #7D77AA
RGB
CMYK
RGB Variations
Color information
#7D77AA (or 0x7D77AA) is known color: Deluge. HEX triplet: 7D, 77 and AA. RGB value is (125,119,170). Sum of RGB (Red+Green+Blue) = 125+119+170=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D77AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D77AA is #828855. Grayscale: #7E7E7E. Windows color (decimal): -8554582 or 11171709. OLE color: 11171709.
HSL color Cylindrical-coordinate representation of color #7D77AA: hue angle of 247.06º 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 #7D77AA is Cyan = 0.26, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 119 | 170 | - |
| CMYK | 0.26 | 0.3 | 0 | 0.33 |
| HSL | 247.06º | 0.23% | 0.57% | - |
| HSV(B) | 247.06º | 0.3% | 0.67% | - |
| XYZ | 22.31 | 20.46 | 40.8 | - |
| YUV | 126.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 170 | 0.26 | 0.3 | 0 | 0.33 | 247.06 | 0.23 | 0.57 |
| Hex | 7D | 77 | AA | 1A | 1E | 0 | 21 | F7 | 17 | 39 |
| Octal | 175 | 167 | 252 | 32 | 36 | 0 | 41 | 367 | 27 | 71 |
| Binary | 1111101 | 1110111 | 10101010 | 11010 | 11110 | 0 | 100001 | 11110111 | 10111 | 111001 |
Color Harmonies of #7D77AA
Complementary color
Monochromatic Colors of #7D77AA
Black with #7D77AA
Text Example
Text Example
White with #7D77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D77AA; }
p { color: rgb(125,119,170); }
H1.HeaderClassName
{
color: #7D77AA;
}
.AnyTagClassName
{
color: #7D77AA;
}
</style>
background-color css
<style>
a { background-color: #7D77AA; }
a { background-color: rgb(125,119,170); }
div.DivClassName
{
background-color: #7D77AA;
}
.BgClassName
{
background-color: #7D77AA;
}
</style>
border-color css
<style>
span { border-color: #7D77AA; }
span { border-color: rgb(125,119,170); }
td.TdClassName
{
border-color: #7D77AA;
}
.TagClassName
{
border-color: #7D77AA;
}
</style>