Shades of Old Lavender #746A75
Tints of Old Lavender #746A75
RGB
CMYK
RGB Variations
Color information
#746A75 (or 0x746A75) is known color: Old Lavender. HEX triplet: 74, 6A and 75. RGB value is (116,106,117). Sum of RGB (Red+Green+Blue) = 116+106+117=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: blue. Hex color #746A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A75 is #8B958A. Grayscale: #6E6E6E. Windows color (decimal): -9147787 or 7694964. OLE color: 7694964.
HSL color Cylindrical-coordinate representation of color #746A75: hue angle of 294.55º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746A75 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 106 | 117 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.54 |
| HSL | 294.55º | 0.05% | 0.44% | - |
| HSV(B) | 294.55º | 0.09% | 0.46% | - |
| XYZ | 15.57 | 15.31 | 18.96 | - |
| YUV | 110.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 117 | 0.01 | 0.09 | 0 | 0.54 | 294.55 | 0.05 | 0.44 |
| Hex | 74 | 6A | 75 | 1 | 9 | 0 | 36 | 127 | 5 | 2C |
| Octal | 164 | 152 | 165 | 1 | 11 | 0 | 66 | 447 | 5 | 54 |
| Binary | 1110100 | 1101010 | 1110101 | 1 | 1001 | 0 | 110110 | 100100111 | 101 | 101100 |
Color Harmonies of #746A75
Complementary color
Monochromatic Colors of #746A75
Black with #746A75
Text Example
Text Example
White with #746A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A75; }
p { color: rgb(116,106,117); }
H1.HeaderClassName
{
color: #746A75;
}
.AnyTagClassName
{
color: #746A75;
}
</style>
background-color css
<style>
a { background-color: #746A75; }
a { background-color: rgb(116,106,117); }
div.DivClassName
{
background-color: #746A75;
}
.BgClassName
{
background-color: #746A75;
}
</style>
border-color css
<style>
span { border-color: #746A75; }
span { border-color: rgb(116,106,117); }
td.TdClassName
{
border-color: #746A75;
}
.TagClassName
{
border-color: #746A75;
}
</style>