Shades of Old Lavender #7B5A74
Tints of Old Lavender #7B5A74
RGB
CMYK
RGB Variations
Color information
#7B5A74 (or 0x7B5A74) is known color: Old Lavender. HEX triplet: 7B, 5A and 74. RGB value is (123,90,116). Sum of RGB (Red+Green+Blue) = 123+90+116=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5A74 is #84A58B. Grayscale: #666666. Windows color (decimal): -8693132 or 7625339. OLE color: 7625339.
HSL color Cylindrical-coordinate representation of color #7B5A74: hue angle of 312.73º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B5A74 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 90 | 116 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.52 |
| HSL | 312.73º | 0.15% | 0.42% | - |
| HSV(B) | 312.73º | 0.27% | 0.48% | - |
| XYZ | 14.98 | 12.78 | 18.2 | - |
| YUV | 102.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 116 | 0 | 0.27 | 0.06 | 0.52 | 312.73 | 0.15 | 0.42 |
| Hex | 7B | 5A | 74 | 0 | 1B | 6 | 34 | 139 | F | 2A |
| Octal | 173 | 132 | 164 | 0 | 33 | 6 | 64 | 471 | 17 | 52 |
| Binary | 1111011 | 1011010 | 1110100 | 0 | 11011 | 110 | 110100 | 100111001 | 1111 | 101010 |
Color Harmonies of #7B5A74
Complementary color
Monochromatic Colors of #7B5A74
Black with #7B5A74
Text Example
Text Example
White with #7B5A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5A74; }
p { color: rgb(123,90,116); }
H1.HeaderClassName
{
color: #7B5A74;
}
.AnyTagClassName
{
color: #7B5A74;
}
</style>
background-color css
<style>
a { background-color: #7B5A74; }
a { background-color: rgb(123,90,116); }
div.DivClassName
{
background-color: #7B5A74;
}
.BgClassName
{
background-color: #7B5A74;
}
</style>
border-color css
<style>
span { border-color: #7B5A74; }
span { border-color: rgb(123,90,116); }
td.TdClassName
{
border-color: #7B5A74;
}
.TagClassName
{
border-color: #7B5A74;
}
</style>