Shades of Old Lavender #7B5C72
Tints of Old Lavender #7B5C72
RGB
CMYK
RGB Variations
Color information
#7B5C72 (or 0x7B5C72) is known color: Old Lavender. HEX triplet: 7B, 5C and 72. RGB value is (123,92,114). Sum of RGB (Red+Green+Blue) = 123+92+114=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5C72 is #84A38D. Grayscale: #676767. Windows color (decimal): -8692622 or 7494779. OLE color: 7494779.
HSL color Cylindrical-coordinate representation of color #7B5C72: hue angle of 317.42º 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 #7B5C72 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 92 | 114 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.52 |
| HSL | 317.42º | 0.14% | 0.42% | - |
| HSV(B) | 317.42º | 0.25% | 0.48% | - |
| XYZ | 15.03 | 13.08 | 17.65 | - |
| YUV | 103.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 114 | 0 | 0.25 | 0.07 | 0.52 | 317.42 | 0.14 | 0.42 |
| Hex | 7B | 5C | 72 | 0 | 19 | 7 | 34 | 13D | E | 2A |
| Octal | 173 | 134 | 162 | 0 | 31 | 7 | 64 | 475 | 16 | 52 |
| Binary | 1111011 | 1011100 | 1110010 | 0 | 11001 | 111 | 110100 | 100111101 | 1110 | 101010 |
Color Harmonies of #7B5C72
Complementary color
Monochromatic Colors of #7B5C72
Black with #7B5C72
Text Example
Text Example
White with #7B5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5C72; }
p { color: rgb(123,92,114); }
H1.HeaderClassName
{
color: #7B5C72;
}
.AnyTagClassName
{
color: #7B5C72;
}
</style>
background-color css
<style>
a { background-color: #7B5C72; }
a { background-color: rgb(123,92,114); }
div.DivClassName
{
background-color: #7B5C72;
}
.BgClassName
{
background-color: #7B5C72;
}
</style>
border-color css
<style>
span { border-color: #7B5C72; }
span { border-color: rgb(123,92,114); }
td.TdClassName
{
border-color: #7B5C72;
}
.TagClassName
{
border-color: #7B5C72;
}
</style>