Shades of Old Lavender #745D75
Tints of Old Lavender #745D75
RGB
CMYK
RGB Variations
Color information
#745D75 (or 0x745D75) is known color: Old Lavender. HEX triplet: 74, 5D and 75. RGB value is (116,93,117). Sum of RGB (Red+Green+Blue) = 116+93+117=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 117 - color contains mainly: blue. Hex color #745D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D75 is #8BA28A. Grayscale: #666666. Windows color (decimal): -9151115 or 7691636. OLE color: 7691636.
HSL color Cylindrical-coordinate representation of color #745D75: hue angle of 297.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #745D75 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 93 | 117 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.54 |
| HSL | 297.5º | 0.11% | 0.41% | - |
| HSV(B) | 297.5º | 0.21% | 0.46% | - |
| XYZ | 14.33 | 12.83 | 18.55 | - |
| YUV | 102.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 117 | 0.01 | 0.21 | 0 | 0.54 | 297.5 | 0.11 | 0.41 |
| Hex | 74 | 5D | 75 | 1 | 15 | 0 | 36 | 12A | B | 29 |
| Octal | 164 | 135 | 165 | 1 | 25 | 0 | 66 | 452 | 13 | 51 |
| Binary | 1110100 | 1011101 | 1110101 | 1 | 10101 | 0 | 110110 | 100101010 | 1011 | 101001 |
Color Harmonies of #745D75
Complementary color
Monochromatic Colors of #745D75
Black with #745D75
Text Example
Text Example
White with #745D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D75; }
p { color: rgb(116,93,117); }
H1.HeaderClassName
{
color: #745D75;
}
.AnyTagClassName
{
color: #745D75;
}
</style>
background-color css
<style>
a { background-color: #745D75; }
a { background-color: rgb(116,93,117); }
div.DivClassName
{
background-color: #745D75;
}
.BgClassName
{
background-color: #745D75;
}
</style>
border-color css
<style>
span { border-color: #745D75; }
span { border-color: rgb(116,93,117); }
td.TdClassName
{
border-color: #745D75;
}
.TagClassName
{
border-color: #745D75;
}
</style>