Shades of Old Lavender #7D657B
Tints of Old Lavender #7D657B
RGB
CMYK
RGB Variations
Color information
#7D657B (or 0x7D657B) is known color: Old Lavender. HEX triplet: 7D, 65 and 7B. RGB value is (125,101,123). Sum of RGB (Red+Green+Blue) = 125+101+123=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 125 - color contains mainly: red. Hex color #7D657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D657B is #829A84. Grayscale: #6E6E6E. Windows color (decimal): -8559237 or 8086909. OLE color: 8086909.
HSL color Cylindrical-coordinate representation of color #7D657B: hue angle of 305º 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 #7D657B is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 123 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.51 |
| HSL | 305º | 0.11% | 0.44% | - |
| HSV(B) | 305º | 0.19% | 0.49% | - |
| XYZ | 16.69 | 15.1 | 20.77 | - |
| YUV | 110.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 123 | 0 | 0.19 | 0.02 | 0.51 | 305 | 0.11 | 0.44 |
| Hex | 7D | 65 | 7B | 0 | 13 | 2 | 33 | 131 | B | 2C |
| Octal | 175 | 145 | 173 | 0 | 23 | 2 | 63 | 461 | 13 | 54 |
| Binary | 1111101 | 1100101 | 1111011 | 0 | 10011 | 10 | 110011 | 100110001 | 1011 | 101100 |
Color Harmonies of #7D657B
Complementary color
Monochromatic Colors of #7D657B
Black with #7D657B
Text Example
Text Example
White with #7D657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D657B; }
p { color: rgb(125,101,123); }
H1.HeaderClassName
{
color: #7D657B;
}
.AnyTagClassName
{
color: #7D657B;
}
</style>
background-color css
<style>
a { background-color: #7D657B; }
a { background-color: rgb(125,101,123); }
div.DivClassName
{
background-color: #7D657B;
}
.BgClassName
{
background-color: #7D657B;
}
</style>
border-color css
<style>
span { border-color: #7D657B; }
span { border-color: rgb(125,101,123); }
td.TdClassName
{
border-color: #7D657B;
}
.TagClassName
{
border-color: #7D657B;
}
</style>