Shades of Deluge #7D769D
Tints of Deluge #7D769D
RGB
CMYK
RGB Variations
Color information
#7D769D (or 0x7D769D) is known color: Deluge. HEX triplet: 7D, 76 and 9D. RGB value is (125,118,157). Sum of RGB (Red+Green+Blue) = 125+118+157=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D769D is #828962. Grayscale: #7C7C7C. Windows color (decimal): -8554851 or 10319485. OLE color: 10319485.
HSL color Cylindrical-coordinate representation of color #7D769D: hue angle of 250.77º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D769D is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 118 | 157 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.38 |
| HSL | 250.77º | 0.17% | 0.54% | - |
| HSV(B) | 250.77º | 0.25% | 0.62% | - |
| XYZ | 21.02 | 19.75 | 34.6 | - |
| YUV | 124.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 157 | 0.20 | 0.25 | 0 | 0.38 | 250.77 | 0.17 | 0.54 |
| Hex | 7D | 76 | 9D | 14 | 19 | 0 | 26 | FB | 11 | 36 |
| Octal | 175 | 166 | 235 | 24 | 31 | 0 | 46 | 373 | 21 | 66 |
| Binary | 1111101 | 1110110 | 10011101 | 10100 | 11001 | 0 | 100110 | 11111011 | 10001 | 110110 |
Color Harmonies of #7D769D
Complementary color
Monochromatic Colors of #7D769D
Black with #7D769D
Text Example
Text Example
White with #7D769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D769D; }
p { color: rgb(125,118,157); }
H1.HeaderClassName
{
color: #7D769D;
}
.AnyTagClassName
{
color: #7D769D;
}
</style>
background-color css
<style>
a { background-color: #7D769D; }
a { background-color: rgb(125,118,157); }
div.DivClassName
{
background-color: #7D769D;
}
.BgClassName
{
background-color: #7D769D;
}
</style>
border-color css
<style>
span { border-color: #7D769D; }
span { border-color: rgb(125,118,157); }
td.TdClassName
{
border-color: #7D769D;
}
.TagClassName
{
border-color: #7D769D;
}
</style>