Shades of Old Lavender #746D74
Tints of Old Lavender #746D74
RGB
CMYK
RGB Variations
Color information
#746D74 (or 0x746D74) is known color: Old Lavender. HEX triplet: 74, 6D and 74. RGB value is (116,109,116). Sum of RGB (Red+Green+Blue) = 116+109+116=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #746D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D74 is #8B928B. Grayscale: #6F6F6F. Windows color (decimal): -9147020 or 7630196. OLE color: 7630196.
HSL color Cylindrical-coordinate representation of color #746D74: hue angle of 300º 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 #746D74 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 116 | - |
| CMYK | 0 | 0.06 | 0 | 0.55 |
| HSL | 300º | 0.03% | 0.44% | - |
| HSV(B) | 300º | 0.06% | 0.45% | - |
| XYZ | 15.82 | 15.91 | 18.76 | - |
| YUV | 111.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 116 | 0 | 0.06 | 0 | 0.55 | 300 | 0.03 | 0.44 |
| Hex | 74 | 6D | 74 | 0 | 6 | 0 | 37 | 12C | 3 | 2C |
| Octal | 164 | 155 | 164 | 0 | 6 | 0 | 67 | 454 | 3 | 54 |
| Binary | 1110100 | 1101101 | 1110100 | 0 | 110 | 0 | 110111 | 100101100 | 11 | 101100 |
Color Harmonies of #746D74
Complementary color
Monochromatic Colors of #746D74
Black with #746D74
Text Example
Text Example
White with #746D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D74; }
p { color: rgb(116,109,116); }
H1.HeaderClassName
{
color: #746D74;
}
.AnyTagClassName
{
color: #746D74;
}
</style>
background-color css
<style>
a { background-color: #746D74; }
a { background-color: rgb(116,109,116); }
div.DivClassName
{
background-color: #746D74;
}
.BgClassName
{
background-color: #746D74;
}
</style>
border-color css
<style>
span { border-color: #746D74; }
span { border-color: rgb(116,109,116); }
td.TdClassName
{
border-color: #746D74;
}
.TagClassName
{
border-color: #746D74;
}
</style>