Shades of Old Lavender #7B6075
Tints of Old Lavender #7B6075
RGB
CMYK
RGB Variations
Color information
#7B6075 (or 0x7B6075) is known color: Old Lavender. HEX triplet: 7B, 60 and 75. RGB value is (123,96,117). Sum of RGB (Red+Green+Blue) = 123+96+117=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6075 is #849F8A. Grayscale: #6A6A6A. Windows color (decimal): -8691595 or 7692411. OLE color: 7692411.
HSL color Cylindrical-coordinate representation of color #7B6075: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B6075 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 96 | 117 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.52 |
| HSL | 313.33º | 0.12% | 0.43% | - |
| HSV(B) | 313.33º | 0.22% | 0.48% | - |
| XYZ | 15.56 | 13.86 | 18.68 | - |
| YUV | 106.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 117 | 0 | 0.22 | 0.05 | 0.52 | 313.33 | 0.12 | 0.43 |
| Hex | 7B | 60 | 75 | 0 | 16 | 5 | 34 | 139 | C | 2B |
| Octal | 173 | 140 | 165 | 0 | 26 | 5 | 64 | 471 | 14 | 53 |
| Binary | 1111011 | 1100000 | 1110101 | 0 | 10110 | 101 | 110100 | 100111001 | 1100 | 101011 |
Color Harmonies of #7B6075
Complementary color
Monochromatic Colors of #7B6075
Black with #7B6075
Text Example
Text Example
White with #7B6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6075; }
p { color: rgb(123,96,117); }
H1.HeaderClassName
{
color: #7B6075;
}
.AnyTagClassName
{
color: #7B6075;
}
</style>
background-color css
<style>
a { background-color: #7B6075; }
a { background-color: rgb(123,96,117); }
div.DivClassName
{
background-color: #7B6075;
}
.BgClassName
{
background-color: #7B6075;
}
</style>
border-color css
<style>
span { border-color: #7B6075; }
span { border-color: rgb(123,96,117); }
td.TdClassName
{
border-color: #7B6075;
}
.TagClassName
{
border-color: #7B6075;
}
</style>