Shades of Old Lavender #7A737B
Tints of Old Lavender #7A737B
RGB
CMYK
RGB Variations
Color information
#7A737B (or 0x7A737B) is known color: Old Lavender. HEX triplet: 7A, 73 and 7B. RGB value is (122,115,123). Sum of RGB (Red+Green+Blue) = 122+115+123=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A737B is #858C84. Grayscale: #757575. Windows color (decimal): -8752261 or 8090490. OLE color: 8090490.
HSL color Cylindrical-coordinate representation of color #7A737B: hue angle of 292.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A737B is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 123 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.52 |
| HSL | 292.5º | 0.03% | 0.47% | - |
| HSV(B) | 292.5º | 0.07% | 0.48% | - |
| XYZ | 17.73 | 17.83 | 21.25 | - |
| YUV | 118.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 123 | 0.01 | 0.07 | 0 | 0.52 | 292.5 | 0.03 | 0.47 |
| Hex | 7A | 73 | 7B | 1 | 7 | 0 | 34 | 124 | 3 | 2F |
| Octal | 172 | 163 | 173 | 1 | 7 | 0 | 64 | 444 | 3 | 57 |
| Binary | 1111010 | 1110011 | 1111011 | 1 | 111 | 0 | 110100 | 100100100 | 11 | 101111 |
Color Harmonies of #7A737B
Complementary color
Monochromatic Colors of #7A737B
Black with #7A737B
Text Example
Text Example
White with #7A737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A737B; }
p { color: rgb(122,115,123); }
H1.HeaderClassName
{
color: #7A737B;
}
.AnyTagClassName
{
color: #7A737B;
}
</style>
background-color css
<style>
a { background-color: #7A737B; }
a { background-color: rgb(122,115,123); }
div.DivClassName
{
background-color: #7A737B;
}
.BgClassName
{
background-color: #7A737B;
}
</style>
border-color css
<style>
span { border-color: #7A737B; }
span { border-color: rgb(122,115,123); }
td.TdClassName
{
border-color: #7A737B;
}
.TagClassName
{
border-color: #7A737B;
}
</style>