Shades of Old Lavender #7B5D73
Tints of Old Lavender #7B5D73
RGB
CMYK
RGB Variations
Color information
#7B5D73 (or 0x7B5D73) is known color: Old Lavender. HEX triplet: 7B, 5D and 73. RGB value is (123,93,115). Sum of RGB (Red+Green+Blue) = 123+93+115=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5D73 is #84A28C. Grayscale: #686868. Windows color (decimal): -8692365 or 7560571. OLE color: 7560571.
HSL color Cylindrical-coordinate representation of color #7B5D73: hue angle of 316º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B5D73 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 93 | 115 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.52 |
| HSL | 316º | 0.14% | 0.42% | - |
| HSV(B) | 316º | 0.24% | 0.48% | - |
| XYZ | 15.18 | 13.28 | 17.98 | - |
| YUV | 104.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 115 | 0 | 0.24 | 0.07 | 0.52 | 316 | 0.14 | 0.42 |
| Hex | 7B | 5D | 73 | 0 | 18 | 7 | 34 | 13C | E | 2A |
| Octal | 173 | 135 | 163 | 0 | 30 | 7 | 64 | 474 | 16 | 52 |
| Binary | 1111011 | 1011101 | 1110011 | 0 | 11000 | 111 | 110100 | 100111100 | 1110 | 101010 |
Color Harmonies of #7B5D73
Complementary color
Monochromatic Colors of #7B5D73
Black with #7B5D73
Text Example
Text Example
White with #7B5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5D73; }
p { color: rgb(123,93,115); }
H1.HeaderClassName
{
color: #7B5D73;
}
.AnyTagClassName
{
color: #7B5D73;
}
</style>
background-color css
<style>
a { background-color: #7B5D73; }
a { background-color: rgb(123,93,115); }
div.DivClassName
{
background-color: #7B5D73;
}
.BgClassName
{
background-color: #7B5D73;
}
</style>
border-color css
<style>
span { border-color: #7B5D73; }
span { border-color: rgb(123,93,115); }
td.TdClassName
{
border-color: #7B5D73;
}
.TagClassName
{
border-color: #7B5D73;
}
</style>