Shades of Old Lavender #7D687A
Tints of Old Lavender #7D687A
RGB
CMYK
RGB Variations
Color information
#7D687A (or 0x7D687A) is known color: Old Lavender. HEX triplet: 7D, 68 and 7A. RGB value is (125,104,122). Sum of RGB (Red+Green+Blue) = 125+104+122=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 125 - color contains mainly: red. Hex color #7D687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D687A is #829785. Grayscale: #707070. Windows color (decimal): -8558470 or 8022141. OLE color: 8022141.
HSL color Cylindrical-coordinate representation of color #7D687A: hue angle of 308.57º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D687A is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 104 | 122 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.51 |
| HSL | 308.57º | 0.09% | 0.45% | - |
| HSV(B) | 308.57º | 0.17% | 0.49% | - |
| XYZ | 16.92 | 15.67 | 20.54 | - |
| YUV | 112.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 122 | 0 | 0.17 | 0.02 | 0.51 | 308.57 | 0.09 | 0.45 |
| Hex | 7D | 68 | 7A | 0 | 11 | 2 | 33 | 135 | 9 | 2D |
| Octal | 175 | 150 | 172 | 0 | 21 | 2 | 63 | 465 | 11 | 55 |
| Binary | 1111101 | 1101000 | 1111010 | 0 | 10001 | 10 | 110011 | 100110101 | 1001 | 101101 |
Color Harmonies of #7D687A
Complementary color
Monochromatic Colors of #7D687A
Black with #7D687A
Text Example
Text Example
White with #7D687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D687A; }
p { color: rgb(125,104,122); }
H1.HeaderClassName
{
color: #7D687A;
}
.AnyTagClassName
{
color: #7D687A;
}
</style>
background-color css
<style>
a { background-color: #7D687A; }
a { background-color: rgb(125,104,122); }
div.DivClassName
{
background-color: #7D687A;
}
.BgClassName
{
background-color: #7D687A;
}
</style>
border-color css
<style>
span { border-color: #7D687A; }
span { border-color: rgb(125,104,122); }
td.TdClassName
{
border-color: #7D687A;
}
.TagClassName
{
border-color: #7D687A;
}
</style>