Shades of Old Lavender #746573
Tints of Old Lavender #746573
RGB
CMYK
RGB Variations
Color information
#746573 (or 0x746573) is known color: Old Lavender. HEX triplet: 74, 65 and 73. RGB value is (116,101,115). Sum of RGB (Red+Green+Blue) = 116+101+115=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 116 - color contains mainly: red. Hex color #746573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746573 is #8B9A8C. Grayscale: #6B6B6B. Windows color (decimal): -9149069 or 7562612. OLE color: 7562612.
HSL color Cylindrical-coordinate representation of color #746573: hue angle of 304º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #746573 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 115 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.55 |
| HSL | 304º | 0.07% | 0.43% | - |
| HSV(B) | 304º | 0.13% | 0.45% | - |
| XYZ | 14.95 | 14.26 | 18.18 | - |
| YUV | 107.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 115 | 0 | 0.13 | 0.01 | 0.55 | 304 | 0.07 | 0.43 |
| Hex | 74 | 65 | 73 | 0 | D | 1 | 37 | 130 | 7 | 2B |
| Octal | 164 | 145 | 163 | 0 | 15 | 1 | 67 | 460 | 7 | 53 |
| Binary | 1110100 | 1100101 | 1110011 | 0 | 1101 | 1 | 110111 | 100110000 | 111 | 101011 |
Color Harmonies of #746573
Complementary color
Monochromatic Colors of #746573
Black with #746573
Text Example
Text Example
White with #746573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746573; }
p { color: rgb(116,101,115); }
H1.HeaderClassName
{
color: #746573;
}
.AnyTagClassName
{
color: #746573;
}
</style>
background-color css
<style>
a { background-color: #746573; }
a { background-color: rgb(116,101,115); }
div.DivClassName
{
background-color: #746573;
}
.BgClassName
{
background-color: #746573;
}
</style>
border-color css
<style>
span { border-color: #746573; }
span { border-color: rgb(116,101,115); }
td.TdClassName
{
border-color: #746573;
}
.TagClassName
{
border-color: #746573;
}
</style>