Shades of Old Lavender #7D657A
Tints of Old Lavender #7D657A
RGB
CMYK
RGB Variations
Color information
#7D657A (or 0x7D657A) is known color: Old Lavender. HEX triplet: 7D, 65 and 7A. RGB value is (125,101,122). Sum of RGB (Red+Green+Blue) = 125+101+122=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 125 - color contains mainly: red. Hex color #7D657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D657A is #829A85. Grayscale: #6E6E6E. Windows color (decimal): -8559238 or 8021373. OLE color: 8021373.
HSL color Cylindrical-coordinate representation of color #7D657A: hue angle of 307.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D657A is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 122 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.51 |
| HSL | 307.5º | 0.11% | 0.44% | - |
| HSV(B) | 307.5º | 0.19% | 0.49% | - |
| XYZ | 16.62 | 15.07 | 20.45 | - |
| YUV | 110.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 122 | 0 | 0.19 | 0.02 | 0.51 | 307.5 | 0.11 | 0.44 |
| Hex | 7D | 65 | 7A | 0 | 13 | 2 | 33 | 134 | B | 2C |
| Octal | 175 | 145 | 172 | 0 | 23 | 2 | 63 | 464 | 13 | 54 |
| Binary | 1111101 | 1100101 | 1111010 | 0 | 10011 | 10 | 110011 | 100110100 | 1011 | 101100 |
Color Harmonies of #7D657A
Complementary color
Monochromatic Colors of #7D657A
Black with #7D657A
Text Example
Text Example
White with #7D657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D657A; }
p { color: rgb(125,101,122); }
H1.HeaderClassName
{
color: #7D657A;
}
.AnyTagClassName
{
color: #7D657A;
}
</style>
background-color css
<style>
a { background-color: #7D657A; }
a { background-color: rgb(125,101,122); }
div.DivClassName
{
background-color: #7D657A;
}
.BgClassName
{
background-color: #7D657A;
}
</style>
border-color css
<style>
span { border-color: #7D657A; }
span { border-color: rgb(125,101,122); }
td.TdClassName
{
border-color: #7D657A;
}
.TagClassName
{
border-color: #7D657A;
}
</style>