Shades of Old Lavender #7D6078
Tints of Old Lavender #7D6078
RGB
CMYK
RGB Variations
Color information
#7D6078 (or 0x7D6078) is known color: Old Lavender. HEX triplet: 7D, 60 and 78. RGB value is (125,96,120). Sum of RGB (Red+Green+Blue) = 125+96+120=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6078 is #829F87. Grayscale: #6B6B6B. Windows color (decimal): -8560520 or 7889021. OLE color: 7889021.
HSL color Cylindrical-coordinate representation of color #7D6078: hue angle of 310.34º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D6078 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 96 | 120 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.51 |
| HSL | 310.34º | 0.13% | 0.43% | - |
| HSV(B) | 310.34º | 0.23% | 0.49% | - |
| XYZ | 16.03 | 14.08 | 19.64 | - |
| YUV | 107.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 120 | 0 | 0.23 | 0.04 | 0.51 | 310.34 | 0.13 | 0.43 |
| Hex | 7D | 60 | 78 | 0 | 17 | 4 | 33 | 136 | D | 2B |
| Octal | 175 | 140 | 170 | 0 | 27 | 4 | 63 | 466 | 15 | 53 |
| Binary | 1111101 | 1100000 | 1111000 | 0 | 10111 | 100 | 110011 | 100110110 | 1101 | 101011 |
Color Harmonies of #7D6078
Complementary color
Monochromatic Colors of #7D6078
Black with #7D6078
Text Example
Text Example
White with #7D6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6078; }
p { color: rgb(125,96,120); }
H1.HeaderClassName
{
color: #7D6078;
}
.AnyTagClassName
{
color: #7D6078;
}
</style>
background-color css
<style>
a { background-color: #7D6078; }
a { background-color: rgb(125,96,120); }
div.DivClassName
{
background-color: #7D6078;
}
.BgClassName
{
background-color: #7D6078;
}
</style>
border-color css
<style>
span { border-color: #7D6078; }
span { border-color: rgb(125,96,120); }
td.TdClassName
{
border-color: #7D6078;
}
.TagClassName
{
border-color: #7D6078;
}
</style>