Shades of Old Lavender #7B6C7A
Tints of Old Lavender #7B6C7A
RGB
CMYK
RGB Variations
Color information
#7B6C7A (or 0x7B6C7A) is known color: Old Lavender. HEX triplet: 7B, 6C and 7A. RGB value is (123,108,122). Sum of RGB (Red+Green+Blue) = 123+108+122=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6C7A is #849385. Grayscale: #727272. Windows color (decimal): -8688518 or 8023163. OLE color: 8023163.
HSL color Cylindrical-coordinate representation of color #7B6C7A: hue angle of 304º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B6C7A is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 108 | 122 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.52 |
| HSL | 304º | 0.06% | 0.45% | - |
| HSV(B) | 304º | 0.12% | 0.48% | - |
| XYZ | 17.04 | 16.34 | 20.67 | - |
| YUV | 114.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 122 | 0 | 0.12 | 0.01 | 0.52 | 304 | 0.06 | 0.45 |
| Hex | 7B | 6C | 7A | 0 | C | 1 | 34 | 130 | 6 | 2D |
| Octal | 173 | 154 | 172 | 0 | 14 | 1 | 64 | 460 | 6 | 55 |
| Binary | 1111011 | 1101100 | 1111010 | 0 | 1100 | 1 | 110100 | 100110000 | 110 | 101101 |
Color Harmonies of #7B6C7A
Complementary color
Monochromatic Colors of #7B6C7A
Black with #7B6C7A
Text Example
Text Example
White with #7B6C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6C7A; }
p { color: rgb(123,108,122); }
H1.HeaderClassName
{
color: #7B6C7A;
}
.AnyTagClassName
{
color: #7B6C7A;
}
</style>
background-color css
<style>
a { background-color: #7B6C7A; }
a { background-color: rgb(123,108,122); }
div.DivClassName
{
background-color: #7B6C7A;
}
.BgClassName
{
background-color: #7B6C7A;
}
</style>
border-color css
<style>
span { border-color: #7B6C7A; }
span { border-color: rgb(123,108,122); }
td.TdClassName
{
border-color: #7B6C7A;
}
.TagClassName
{
border-color: #7B6C7A;
}
</style>