Shades of Old Lavender #746374
Tints of Old Lavender #746374
RGB
CMYK
RGB Variations
Color information
#746374 (or 0x746374) is known color: Old Lavender. HEX triplet: 74, 63 and 74. RGB value is (116,99,116). Sum of RGB (Red+Green+Blue) = 116+99+116=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #746374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746374 is #8B9C8B. Grayscale: #696969. Windows color (decimal): -9149580 or 7627636. OLE color: 7627636.
HSL color Cylindrical-coordinate representation of color #746374: hue angle of 300º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #746374 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 99 | 116 | - |
| CMYK | 0 | 0.15 | 0 | 0.55 |
| HSL | 300º | 0.08% | 0.42% | - |
| HSV(B) | 300º | 0.15% | 0.45% | - |
| XYZ | 14.82 | 13.9 | 18.42 | - |
| YUV | 106.02 | 133.63 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 116 | 0 | 0.15 | 0 | 0.55 | 300 | 0.08 | 0.42 |
| Hex | 74 | 63 | 74 | 0 | F | 0 | 37 | 12C | 8 | 2A |
| Octal | 164 | 143 | 164 | 0 | 17 | 0 | 67 | 454 | 10 | 52 |
| Binary | 1110100 | 1100011 | 1110100 | 0 | 1111 | 0 | 110111 | 100101100 | 1000 | 101010 |
Color Harmonies of #746374
Complementary color
Monochromatic Colors of #746374
Black with #746374
Text Example
Text Example
White with #746374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746374; }
p { color: rgb(116,99,116); }
H1.HeaderClassName
{
color: #746374;
}
.AnyTagClassName
{
color: #746374;
}
</style>
background-color css
<style>
a { background-color: #746374; }
a { background-color: rgb(116,99,116); }
div.DivClassName
{
background-color: #746374;
}
.BgClassName
{
background-color: #746374;
}
</style>
border-color css
<style>
span { border-color: #746374; }
span { border-color: rgb(116,99,116); }
td.TdClassName
{
border-color: #746374;
}
.TagClassName
{
border-color: #746374;
}
</style>