Shades of Old Lavender #746D73
Tints of Old Lavender #746D73
RGB
CMYK
RGB Variations
Color information
#746D73 (or 0x746D73) is known color: Old Lavender. HEX triplet: 74, 6D and 73. RGB value is (116,109,115). Sum of RGB (Red+Green+Blue) = 116+109+115=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 116 - color contains mainly: red. Hex color #746D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D73 is #8B928C. Grayscale: #6F6F6F. Windows color (decimal): -9147021 or 7564660. OLE color: 7564660.
HSL color Cylindrical-coordinate representation of color #746D73: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #746D73 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 115 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.55 |
| HSL | 308.57º | 0.03% | 0.44% | - |
| HSV(B) | 308.57º | 0.06% | 0.45% | - |
| XYZ | 15.77 | 15.89 | 18.46 | - |
| YUV | 111.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 115 | 0 | 0.06 | 0.01 | 0.55 | 308.57 | 0.03 | 0.44 |
| Hex | 74 | 6D | 73 | 0 | 6 | 1 | 37 | 135 | 3 | 2C |
| Octal | 164 | 155 | 163 | 0 | 6 | 1 | 67 | 465 | 3 | 54 |
| Binary | 1110100 | 1101101 | 1110011 | 0 | 110 | 1 | 110111 | 100110101 | 11 | 101100 |
Color Harmonies of #746D73
Complementary color
Monochromatic Colors of #746D73
Black with #746D73
Text Example
Text Example
White with #746D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D73; }
p { color: rgb(116,109,115); }
H1.HeaderClassName
{
color: #746D73;
}
.AnyTagClassName
{
color: #746D73;
}
</style>
background-color css
<style>
a { background-color: #746D73; }
a { background-color: rgb(116,109,115); }
div.DivClassName
{
background-color: #746D73;
}
.BgClassName
{
background-color: #746D73;
}
</style>
border-color css
<style>
span { border-color: #746D73; }
span { border-color: rgb(116,109,115); }
td.TdClassName
{
border-color: #746D73;
}
.TagClassName
{
border-color: #746D73;
}
</style>