Shades of Old Lavender #7D6A7B
Tints of Old Lavender #7D6A7B
RGB
CMYK
RGB Variations
Color information
#7D6A7B (or 0x7D6A7B) is known color: Old Lavender. HEX triplet: 7D, 6A and 7B. RGB value is (125,106,123). Sum of RGB (Red+Green+Blue) = 125+106+123=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6A7B is #829584. Grayscale: #717171. Windows color (decimal): -8557957 or 8088189. OLE color: 8088189.
HSL color Cylindrical-coordinate representation of color #7D6A7B: hue angle of 306.32º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D6A7B is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 106 | 123 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.51 |
| HSL | 306.32º | 0.08% | 0.45% | - |
| HSV(B) | 306.32º | 0.15% | 0.49% | - |
| XYZ | 17.19 | 16.1 | 20.94 | - |
| YUV | 113.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 106 | 123 | 0 | 0.15 | 0.02 | 0.51 | 306.32 | 0.08 | 0.45 |
| Hex | 7D | 6A | 7B | 0 | F | 2 | 33 | 132 | 8 | 2D |
| Octal | 175 | 152 | 173 | 0 | 17 | 2 | 63 | 462 | 10 | 55 |
| Binary | 1111101 | 1101010 | 1111011 | 0 | 1111 | 10 | 110011 | 100110010 | 1000 | 101101 |
Color Harmonies of #7D6A7B
Complementary color
Monochromatic Colors of #7D6A7B
Black with #7D6A7B
Text Example
Text Example
White with #7D6A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6A7B; }
p { color: rgb(125,106,123); }
H1.HeaderClassName
{
color: #7D6A7B;
}
.AnyTagClassName
{
color: #7D6A7B;
}
</style>
background-color css
<style>
a { background-color: #7D6A7B; }
a { background-color: rgb(125,106,123); }
div.DivClassName
{
background-color: #7D6A7B;
}
.BgClassName
{
background-color: #7D6A7B;
}
</style>
border-color css
<style>
span { border-color: #7D6A7B; }
span { border-color: rgb(125,106,123); }
td.TdClassName
{
border-color: #7D6A7B;
}
.TagClassName
{
border-color: #7D6A7B;
}
</style>