Shades of Old Lavender #7B5C75
Tints of Old Lavender #7B5C75
RGB
CMYK
RGB Variations
Color information
#7B5C75 (or 0x7B5C75) is known color: Old Lavender. HEX triplet: 7B, 5C and 75. RGB value is (123,92,117). Sum of RGB (Red+Green+Blue) = 123+92+117=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5C75 is #84A38A. Grayscale: #686868. Windows color (decimal): -8692619 or 7691387. OLE color: 7691387.
HSL color Cylindrical-coordinate representation of color #7B5C75: hue angle of 311.61º 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 #7B5C75 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 92 | 117 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.52 |
| HSL | 311.61º | 0.14% | 0.42% | - |
| HSV(B) | 311.61º | 0.25% | 0.48% | - |
| XYZ | 15.21 | 13.15 | 18.57 | - |
| YUV | 104.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 117 | 0 | 0.25 | 0.05 | 0.52 | 311.61 | 0.14 | 0.42 |
| Hex | 7B | 5C | 75 | 0 | 19 | 5 | 34 | 138 | E | 2A |
| Octal | 173 | 134 | 165 | 0 | 31 | 5 | 64 | 470 | 16 | 52 |
| Binary | 1111011 | 1011100 | 1110101 | 0 | 11001 | 101 | 110100 | 100111000 | 1110 | 101010 |
Color Harmonies of #7B5C75
Complementary color
Monochromatic Colors of #7B5C75
Black with #7B5C75
Text Example
Text Example
White with #7B5C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5C75; }
p { color: rgb(123,92,117); }
H1.HeaderClassName
{
color: #7B5C75;
}
.AnyTagClassName
{
color: #7B5C75;
}
</style>
background-color css
<style>
a { background-color: #7B5C75; }
a { background-color: rgb(123,92,117); }
div.DivClassName
{
background-color: #7B5C75;
}
.BgClassName
{
background-color: #7B5C75;
}
</style>
border-color css
<style>
span { border-color: #7B5C75; }
span { border-color: rgb(123,92,117); }
td.TdClassName
{
border-color: #7B5C75;
}
.TagClassName
{
border-color: #7B5C75;
}
</style>