Shades of Deluge #7C769A
Tints of Deluge #7C769A
RGB
CMYK
RGB Variations
Color information
#7C769A (or 0x7C769A) is known color: Deluge. HEX triplet: 7C, 76 and 9A. RGB value is (124,118,154). Sum of RGB (Red+Green+Blue) = 124+118+154=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C769A is #838965. Grayscale: #7B7B7B. Windows color (decimal): -8620390 or 10122876. OLE color: 10122876.
HSL color Cylindrical-coordinate representation of color #7C769A: hue angle of 250º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C769A is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 118 | 154 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.40 |
| HSL | 250º | 0.15% | 0.53% | - |
| HSV(B) | 250º | 0.23% | 0.6% | - |
| XYZ | 20.62 | 19.58 | 33.26 | - |
| YUV | 123.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 154 | 0.19 | 0.23 | 0 | 0.40 | 250 | 0.15 | 0.53 |
| Hex | 7C | 76 | 9A | 13 | 17 | 0 | 28 | FA | F | 35 |
| Octal | 174 | 166 | 232 | 23 | 27 | 0 | 50 | 372 | 17 | 65 |
| Binary | 1111100 | 1110110 | 10011010 | 10011 | 10111 | 0 | 101000 | 11111010 | 1111 | 110101 |
Color Harmonies of #7C769A
Complementary color
Monochromatic Colors of #7C769A
Black with #7C769A
Text Example
Text Example
White with #7C769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C769A; }
p { color: rgb(124,118,154); }
H1.HeaderClassName
{
color: #7C769A;
}
.AnyTagClassName
{
color: #7C769A;
}
</style>
background-color css
<style>
a { background-color: #7C769A; }
a { background-color: rgb(124,118,154); }
div.DivClassName
{
background-color: #7C769A;
}
.BgClassName
{
background-color: #7C769A;
}
</style>
border-color css
<style>
span { border-color: #7C769A; }
span { border-color: rgb(124,118,154); }
td.TdClassName
{
border-color: #7C769A;
}
.TagClassName
{
border-color: #7C769A;
}
</style>