Shades of Old Lavender #745F76
Tints of Old Lavender #745F76
RGB
CMYK
RGB Variations
Color information
#745F76 (or 0x745F76) is known color: Old Lavender. HEX triplet: 74, 5F and 76. RGB value is (116,95,118). Sum of RGB (Red+Green+Blue) = 116+95+118=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #745F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F76 is #8BA089. Grayscale: #676767. Windows color (decimal): -9150602 or 7757684. OLE color: 7757684.
HSL color Cylindrical-coordinate representation of color #745F76: hue angle of 294.78º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #745F76 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 95 | 118 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.54 |
| HSL | 294.78º | 0.11% | 0.42% | - |
| HSV(B) | 294.78º | 0.19% | 0.46% | - |
| XYZ | 14.56 | 13.21 | 18.92 | - |
| YUV | 103.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 118 | 0.02 | 0.19 | 0 | 0.54 | 294.78 | 0.11 | 0.42 |
| Hex | 74 | 5F | 76 | 2 | 13 | 0 | 36 | 127 | B | 2A |
| Octal | 164 | 137 | 166 | 2 | 23 | 0 | 66 | 447 | 13 | 52 |
| Binary | 1110100 | 1011111 | 1110110 | 10 | 10011 | 0 | 110110 | 100100111 | 1011 | 101010 |
Color Harmonies of #745F76
Complementary color
Monochromatic Colors of #745F76
Black with #745F76
Text Example
Text Example
White with #745F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F76; }
p { color: rgb(116,95,118); }
H1.HeaderClassName
{
color: #745F76;
}
.AnyTagClassName
{
color: #745F76;
}
</style>
background-color css
<style>
a { background-color: #745F76; }
a { background-color: rgb(116,95,118); }
div.DivClassName
{
background-color: #745F76;
}
.BgClassName
{
background-color: #745F76;
}
</style>
border-color css
<style>
span { border-color: #745F76; }
span { border-color: rgb(116,95,118); }
td.TdClassName
{
border-color: #745F76;
}
.TagClassName
{
border-color: #745F76;
}
</style>