Shades of Deluge #7B77AE
Tints of Deluge #7B77AE
RGB
CMYK
RGB Variations
Color information
#7B77AE (or 0x7B77AE) is known color: Deluge. HEX triplet: 7B, 77 and AE. RGB value is (123,119,174). Sum of RGB (Red+Green+Blue) = 123+119+174=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B77AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B77AE is #848851. Grayscale: #7E7E7E. Windows color (decimal): -8685650 or 11433851. OLE color: 11433851.
HSL color Cylindrical-coordinate representation of color #7B77AE: hue angle of 244.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B77AE is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 119 | 174 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.32 |
| HSL | 244.36º | 0.25% | 0.57% | - |
| HSV(B) | 244.36º | 0.32% | 0.68% | - |
| XYZ | 22.41 | 20.46 | 42.81 | - |
| YUV | 126.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 174 | 0.29 | 0.32 | 0 | 0.32 | 244.36 | 0.25 | 0.57 |
| Hex | 7B | 77 | AE | 1D | 20 | 0 | 20 | F4 | 19 | 39 |
| Octal | 173 | 167 | 256 | 35 | 40 | 0 | 40 | 364 | 31 | 71 |
| Binary | 1111011 | 1110111 | 10101110 | 11101 | 100000 | 0 | 100000 | 11110100 | 11001 | 111001 |
Color Harmonies of #7B77AE
Complementary color
Monochromatic Colors of #7B77AE
Black with #7B77AE
Text Example
Text Example
White with #7B77AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B77AE; }
p { color: rgb(123,119,174); }
H1.HeaderClassName
{
color: #7B77AE;
}
.AnyTagClassName
{
color: #7B77AE;
}
</style>
background-color css
<style>
a { background-color: #7B77AE; }
a { background-color: rgb(123,119,174); }
div.DivClassName
{
background-color: #7B77AE;
}
.BgClassName
{
background-color: #7B77AE;
}
</style>
border-color css
<style>
span { border-color: #7B77AE; }
span { border-color: rgb(123,119,174); }
td.TdClassName
{
border-color: #7B77AE;
}
.TagClassName
{
border-color: #7B77AE;
}
</style>