Shades of Deluge #7B77AC
Tints of Deluge #7B77AC
RGB
CMYK
RGB Variations
Color information
#7B77AC (or 0x7B77AC) is known color: Deluge. HEX triplet: 7B, 77 and AC. RGB value is (123,119,172). Sum of RGB (Red+Green+Blue) = 123+119+172=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B77AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B77AC is #848853. Grayscale: #7E7E7E. Windows color (decimal): -8685652 or 11302779. OLE color: 11302779.
HSL color Cylindrical-coordinate representation of color #7B77AC: hue angle of 244.53º 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 #7B77AC is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 119 | 172 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.33 |
| HSL | 244.53º | 0.24% | 0.57% | - |
| HSV(B) | 244.53º | 0.31% | 0.67% | - |
| XYZ | 22.21 | 20.38 | 41.79 | - |
| YUV | 126.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 172 | 0.28 | 0.31 | 0 | 0.33 | 244.53 | 0.24 | 0.57 |
| Hex | 7B | 77 | AC | 1C | 1F | 0 | 21 | F5 | 18 | 39 |
| Octal | 173 | 167 | 254 | 34 | 37 | 0 | 41 | 365 | 30 | 71 |
| Binary | 1111011 | 1110111 | 10101100 | 11100 | 11111 | 0 | 100001 | 11110101 | 11000 | 111001 |
Color Harmonies of #7B77AC
Complementary color
Monochromatic Colors of #7B77AC
Black with #7B77AC
Text Example
Text Example
White with #7B77AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B77AC; }
p { color: rgb(123,119,172); }
H1.HeaderClassName
{
color: #7B77AC;
}
.AnyTagClassName
{
color: #7B77AC;
}
</style>
background-color css
<style>
a { background-color: #7B77AC; }
a { background-color: rgb(123,119,172); }
div.DivClassName
{
background-color: #7B77AC;
}
.BgClassName
{
background-color: #7B77AC;
}
</style>
border-color css
<style>
span { border-color: #7B77AC; }
span { border-color: rgb(123,119,172); }
td.TdClassName
{
border-color: #7B77AC;
}
.TagClassName
{
border-color: #7B77AC;
}
</style>