Shades of Old Lavender #746875
Tints of Old Lavender #746875
RGB
CMYK
RGB Variations
Color information
#746875 (or 0x746875) is known color: Old Lavender. HEX triplet: 74, 68 and 75. RGB value is (116,104,117). Sum of RGB (Red+Green+Blue) = 116+104+117=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 117 - color contains mainly: blue. Hex color #746875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746875 is #8B978A. Grayscale: #6D6D6D. Windows color (decimal): -9148299 or 7694452. OLE color: 7694452.
HSL color Cylindrical-coordinate representation of color #746875: hue angle of 295.38º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #746875 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 104 | 117 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.54 |
| HSL | 295.38º | 0.06% | 0.43% | - |
| HSV(B) | 295.38º | 0.11% | 0.46% | - |
| XYZ | 15.36 | 14.9 | 18.9 | - |
| YUV | 109.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 117 | 0.01 | 0.11 | 0 | 0.54 | 295.38 | 0.06 | 0.43 |
| Hex | 74 | 68 | 75 | 1 | B | 0 | 36 | 127 | 6 | 2B |
| Octal | 164 | 150 | 165 | 1 | 13 | 0 | 66 | 447 | 6 | 53 |
| Binary | 1110100 | 1101000 | 1110101 | 1 | 1011 | 0 | 110110 | 100100111 | 110 | 101011 |
Color Harmonies of #746875
Complementary color
Monochromatic Colors of #746875
Black with #746875
Text Example
Text Example
White with #746875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746875; }
p { color: rgb(116,104,117); }
H1.HeaderClassName
{
color: #746875;
}
.AnyTagClassName
{
color: #746875;
}
</style>
background-color css
<style>
a { background-color: #746875; }
a { background-color: rgb(116,104,117); }
div.DivClassName
{
background-color: #746875;
}
.BgClassName
{
background-color: #746875;
}
</style>
border-color css
<style>
span { border-color: #746875; }
span { border-color: rgb(116,104,117); }
td.TdClassName
{
border-color: #746875;
}
.TagClassName
{
border-color: #746875;
}
</style>