Shades of Old Lavender #7D6F7C
Tints of Old Lavender #7D6F7C
RGB
CMYK
RGB Variations
Color information
#7D6F7C (or 0x7D6F7C) is known color: Old Lavender. HEX triplet: 7D, 6F and 7C. RGB value is (125,111,124). Sum of RGB (Red+Green+Blue) = 125+111+124=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F7C is #829083. Grayscale: #747474. Windows color (decimal): -8556676 or 8155005. OLE color: 8155005.
HSL color Cylindrical-coordinate representation of color #7D6F7C: hue angle of 304.29º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7D6F7C is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 111 | 124 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.51 |
| HSL | 304.29º | 0.06% | 0.46% | - |
| HSV(B) | 304.29º | 0.11% | 0.49% | - |
| XYZ | 17.78 | 17.18 | 21.45 | - |
| YUV | 116.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 124 | 0 | 0.11 | 0.01 | 0.51 | 304.29 | 0.06 | 0.46 |
| Hex | 7D | 6F | 7C | 0 | B | 1 | 33 | 130 | 6 | 2E |
| Octal | 175 | 157 | 174 | 0 | 13 | 1 | 63 | 460 | 6 | 56 |
| Binary | 1111101 | 1101111 | 1111100 | 0 | 1011 | 1 | 110011 | 100110000 | 110 | 101110 |
Color Harmonies of #7D6F7C
Complementary color
Monochromatic Colors of #7D6F7C
Black with #7D6F7C
Text Example
Text Example
White with #7D6F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6F7C; }
p { color: rgb(125,111,124); }
H1.HeaderClassName
{
color: #7D6F7C;
}
.AnyTagClassName
{
color: #7D6F7C;
}
</style>
background-color css
<style>
a { background-color: #7D6F7C; }
a { background-color: rgb(125,111,124); }
div.DivClassName
{
background-color: #7D6F7C;
}
.BgClassName
{
background-color: #7D6F7C;
}
</style>
border-color css
<style>
span { border-color: #7D6F7C; }
span { border-color: rgb(125,111,124); }
td.TdClassName
{
border-color: #7D6F7C;
}
.TagClassName
{
border-color: #7D6F7C;
}
</style>