Shades of Old Lavender #7B5C73
Tints of Old Lavender #7B5C73
RGB
CMYK
RGB Variations
Color information
#7B5C73 (or 0x7B5C73) is known color: Old Lavender. HEX triplet: 7B, 5C and 73. RGB value is (123,92,115). Sum of RGB (Red+Green+Blue) = 123+92+115=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5C73 is #84A38C. Grayscale: #676767. Windows color (decimal): -8692621 or 7560315. OLE color: 7560315.
HSL color Cylindrical-coordinate representation of color #7B5C73: hue angle of 315.48º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B5C73 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 92 | 115 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.52 |
| HSL | 315.48º | 0.14% | 0.42% | - |
| HSV(B) | 315.48º | 0.25% | 0.48% | - |
| XYZ | 15.09 | 13.1 | 17.95 | - |
| YUV | 103.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 115 | 0 | 0.25 | 0.07 | 0.52 | 315.48 | 0.14 | 0.42 |
| Hex | 7B | 5C | 73 | 0 | 19 | 7 | 34 | 13B | E | 2A |
| Octal | 173 | 134 | 163 | 0 | 31 | 7 | 64 | 473 | 16 | 52 |
| Binary | 1111011 | 1011100 | 1110011 | 0 | 11001 | 111 | 110100 | 100111011 | 1110 | 101010 |
Color Harmonies of #7B5C73
Complementary color
Monochromatic Colors of #7B5C73
Black with #7B5C73
Text Example
Text Example
White with #7B5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5C73; }
p { color: rgb(123,92,115); }
H1.HeaderClassName
{
color: #7B5C73;
}
.AnyTagClassName
{
color: #7B5C73;
}
</style>
background-color css
<style>
a { background-color: #7B5C73; }
a { background-color: rgb(123,92,115); }
div.DivClassName
{
background-color: #7B5C73;
}
.BgClassName
{
background-color: #7B5C73;
}
</style>
border-color css
<style>
span { border-color: #7B5C73; }
span { border-color: rgb(123,92,115); }
td.TdClassName
{
border-color: #7B5C73;
}
.TagClassName
{
border-color: #7B5C73;
}
</style>