Shades of Old Lavender #7B647B
Tints of Old Lavender #7B647B
RGB
CMYK
RGB Variations
Color information
#7B647B (or 0x7B647B) is known color: Old Lavender. HEX triplet: 7B, 64 and 7B. RGB value is (123,100,123). Sum of RGB (Red+Green+Blue) = 123+100+123=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B647B is #849B84. Grayscale: #6D6D6D. Windows color (decimal): -8690565 or 8086651. OLE color: 8086651.
HSL color Cylindrical-coordinate representation of color #7B647B: hue angle of 300º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B647B is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 123 | - |
| CMYK | 0 | 0.19 | 0 | 0.52 |
| HSL | 300º | 0.1% | 0.44% | - |
| HSV(B) | 300º | 0.19% | 0.48% | - |
| XYZ | 16.3 | 14.76 | 20.73 | - |
| YUV | 109.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 123 | 0 | 0.19 | 0 | 0.52 | 300 | 0.1 | 0.44 |
| Hex | 7B | 64 | 7B | 0 | 13 | 0 | 34 | 12C | A | 2C |
| Octal | 173 | 144 | 173 | 0 | 23 | 0 | 64 | 454 | 12 | 54 |
| Binary | 1111011 | 1100100 | 1111011 | 0 | 10011 | 0 | 110100 | 100101100 | 1010 | 101100 |
Color Harmonies of #7B647B
Complementary color
Monochromatic Colors of #7B647B
Black with #7B647B
Text Example
Text Example
White with #7B647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B647B; }
p { color: rgb(123,100,123); }
H1.HeaderClassName
{
color: #7B647B;
}
.AnyTagClassName
{
color: #7B647B;
}
</style>
background-color css
<style>
a { background-color: #7B647B; }
a { background-color: rgb(123,100,123); }
div.DivClassName
{
background-color: #7B647B;
}
.BgClassName
{
background-color: #7B647B;
}
</style>
border-color css
<style>
span { border-color: #7B647B; }
span { border-color: rgb(123,100,123); }
td.TdClassName
{
border-color: #7B647B;
}
.TagClassName
{
border-color: #7B647B;
}
</style>