Shades of Old Lavender #7D6278
Tints of Old Lavender #7D6278
RGB
CMYK
RGB Variations
Color information
#7D6278 (or 0x7D6278) is known color: Old Lavender. HEX triplet: 7D, 62 and 78. RGB value is (125,98,120). Sum of RGB (Red+Green+Blue) = 125+98+120=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6278 is #829D87. Grayscale: #6C6C6C. Windows color (decimal): -8560008 or 7889533. OLE color: 7889533.
HSL color Cylindrical-coordinate representation of color #7D6278: hue angle of 311.11º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6278 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 120 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.51 |
| HSL | 311.11º | 0.12% | 0.44% | - |
| HSV(B) | 311.11º | 0.22% | 0.49% | - |
| XYZ | 16.22 | 14.45 | 19.7 | - |
| YUV | 108.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 120 | 0 | 0.22 | 0.04 | 0.51 | 311.11 | 0.12 | 0.44 |
| Hex | 7D | 62 | 78 | 0 | 16 | 4 | 33 | 137 | C | 2C |
| Octal | 175 | 142 | 170 | 0 | 26 | 4 | 63 | 467 | 14 | 54 |
| Binary | 1111101 | 1100010 | 1111000 | 0 | 10110 | 100 | 110011 | 100110111 | 1100 | 101100 |
Color Harmonies of #7D6278
Complementary color
Monochromatic Colors of #7D6278
Black with #7D6278
Text Example
Text Example
White with #7D6278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6278; }
p { color: rgb(125,98,120); }
H1.HeaderClassName
{
color: #7D6278;
}
.AnyTagClassName
{
color: #7D6278;
}
</style>
background-color css
<style>
a { background-color: #7D6278; }
a { background-color: rgb(125,98,120); }
div.DivClassName
{
background-color: #7D6278;
}
.BgClassName
{
background-color: #7D6278;
}
</style>
border-color css
<style>
span { border-color: #7D6278; }
span { border-color: rgb(125,98,120); }
td.TdClassName
{
border-color: #7D6278;
}
.TagClassName
{
border-color: #7D6278;
}
</style>