Shades of Old Lavender #746075
Tints of Old Lavender #746075
RGB
CMYK
RGB Variations
Color information
#746075 (or 0x746075) is known color: Old Lavender. HEX triplet: 74, 60 and 75. RGB value is (116,96,117). Sum of RGB (Red+Green+Blue) = 116+96+117=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #746075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746075 is #8B9F8A. Grayscale: #686868. Windows color (decimal): -9150347 or 7692404. OLE color: 7692404.
HSL color Cylindrical-coordinate representation of color #746075: hue angle of 297.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #746075 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 96 | 117 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.54 |
| HSL | 297.14º | 0.1% | 0.42% | - |
| HSV(B) | 297.14º | 0.18% | 0.46% | - |
| XYZ | 14.6 | 13.36 | 18.64 | - |
| YUV | 104.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 117 | 0.01 | 0.18 | 0 | 0.54 | 297.14 | 0.1 | 0.42 |
| Hex | 74 | 60 | 75 | 1 | 12 | 0 | 36 | 129 | A | 2A |
| Octal | 164 | 140 | 165 | 1 | 22 | 0 | 66 | 451 | 12 | 52 |
| Binary | 1110100 | 1100000 | 1110101 | 1 | 10010 | 0 | 110110 | 100101001 | 1010 | 101010 |
Color Harmonies of #746075
Complementary color
Monochromatic Colors of #746075
Black with #746075
Text Example
Text Example
White with #746075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746075; }
p { color: rgb(116,96,117); }
H1.HeaderClassName
{
color: #746075;
}
.AnyTagClassName
{
color: #746075;
}
</style>
background-color css
<style>
a { background-color: #746075; }
a { background-color: rgb(116,96,117); }
div.DivClassName
{
background-color: #746075;
}
.BgClassName
{
background-color: #746075;
}
</style>
border-color css
<style>
span { border-color: #746075; }
span { border-color: rgb(116,96,117); }
td.TdClassName
{
border-color: #746075;
}
.TagClassName
{
border-color: #746075;
}
</style>