Shades of Deluge #7B77AB
Tints of Deluge #7B77AB
RGB
CMYK
RGB Variations
Color information
#7B77AB (or 0x7B77AB) is known color: Deluge. HEX triplet: 7B, 77 and AB. RGB value is (123,119,171). Sum of RGB (Red+Green+Blue) = 123+119+171=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B77AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B77AB is #848854. Grayscale: #7D7D7D. Windows color (decimal): -8685653 or 11237243. OLE color: 11237243.
HSL color Cylindrical-coordinate representation of color #7B77AB: hue angle of 244.62º degrees, saturation: 0.24, 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 #7B77AB is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 119 | 171 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.33 |
| HSL | 244.62º | 0.24% | 0.57% | - |
| HSV(B) | 244.62º | 0.3% | 0.67% | - |
| XYZ | 22.12 | 20.34 | 41.29 | - |
| YUV | 126.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 171 | 0.28 | 0.30 | 0 | 0.33 | 244.62 | 0.24 | 0.57 |
| Hex | 7B | 77 | AB | 1C | 1E | 0 | 21 | F5 | 18 | 39 |
| Octal | 173 | 167 | 253 | 34 | 36 | 0 | 41 | 365 | 30 | 71 |
| Binary | 1111011 | 1110111 | 10101011 | 11100 | 11110 | 0 | 100001 | 11110101 | 11000 | 111001 |
Color Harmonies of #7B77AB
Complementary color
Monochromatic Colors of #7B77AB
Black with #7B77AB
Text Example
Text Example
White with #7B77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B77AB; }
p { color: rgb(123,119,171); }
H1.HeaderClassName
{
color: #7B77AB;
}
.AnyTagClassName
{
color: #7B77AB;
}
</style>
background-color css
<style>
a { background-color: #7B77AB; }
a { background-color: rgb(123,119,171); }
div.DivClassName
{
background-color: #7B77AB;
}
.BgClassName
{
background-color: #7B77AB;
}
</style>
border-color css
<style>
span { border-color: #7B77AB; }
span { border-color: rgb(123,119,171); }
td.TdClassName
{
border-color: #7B77AB;
}
.TagClassName
{
border-color: #7B77AB;
}
</style>