Shades of Old Lavender #7A677B
Tints of Old Lavender #7A677B
RGB
CMYK
RGB Variations
Color information
#7A677B (or 0x7A677B) is known color: Old Lavender. HEX triplet: 7A, 67 and 7B. RGB value is (122,103,123). Sum of RGB (Red+Green+Blue) = 122+103+123=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A677B is #859884. Grayscale: #6E6E6E. Windows color (decimal): -8755333 or 8087418. OLE color: 8087418.
HSL color Cylindrical-coordinate representation of color #7A677B: hue angle of 297º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A677B is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 123 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.52 |
| HSL | 297º | 0.09% | 0.44% | - |
| HSV(B) | 297º | 0.16% | 0.48% | - |
| XYZ | 16.45 | 15.27 | 20.82 | - |
| YUV | 110.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 123 | 0.01 | 0.16 | 0 | 0.52 | 297 | 0.09 | 0.44 |
| Hex | 7A | 67 | 7B | 1 | 10 | 0 | 34 | 129 | 9 | 2C |
| Octal | 172 | 147 | 173 | 1 | 20 | 0 | 64 | 451 | 11 | 54 |
| Binary | 1111010 | 1100111 | 1111011 | 1 | 10000 | 0 | 110100 | 100101001 | 1001 | 101100 |
Color Harmonies of #7A677B
Complementary color
Monochromatic Colors of #7A677B
Black with #7A677B
Text Example
Text Example
White with #7A677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A677B; }
p { color: rgb(122,103,123); }
H1.HeaderClassName
{
color: #7A677B;
}
.AnyTagClassName
{
color: #7A677B;
}
</style>
background-color css
<style>
a { background-color: #7A677B; }
a { background-color: rgb(122,103,123); }
div.DivClassName
{
background-color: #7A677B;
}
.BgClassName
{
background-color: #7A677B;
}
</style>
border-color css
<style>
span { border-color: #7A677B; }
span { border-color: rgb(122,103,123); }
td.TdClassName
{
border-color: #7A677B;
}
.TagClassName
{
border-color: #7A677B;
}
</style>