Shades of Old Lavender #756D74
Tints of Old Lavender #756D74
RGB
CMYK
RGB Variations
Color information
#756D74 (or 0x756D74) is known color: Old Lavender. HEX triplet: 75, 6D and 74. RGB value is (117,109,116). Sum of RGB (Red+Green+Blue) = 117+109+116=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 117 - color contains mainly: red. Hex color #756D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D74 is #8A928B. Grayscale: #707070. Windows color (decimal): -9081484 or 7630197. OLE color: 7630197.
HSL color Cylindrical-coordinate representation of color #756D74: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #756D74 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 116 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.54 |
| HSL | 307.5º | 0.04% | 0.44% | - |
| HSV(B) | 307.5º | 0.07% | 0.46% | - |
| XYZ | 15.96 | 15.98 | 18.77 | - |
| YUV | 112.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 116 | 0 | 0.07 | 0.01 | 0.54 | 307.5 | 0.04 | 0.44 |
| Hex | 75 | 6D | 74 | 0 | 7 | 1 | 36 | 134 | 4 | 2C |
| Octal | 165 | 155 | 164 | 0 | 7 | 1 | 66 | 464 | 4 | 54 |
| Binary | 1110101 | 1101101 | 1110100 | 0 | 111 | 1 | 110110 | 100110100 | 100 | 101100 |
Color Harmonies of #756D74
Complementary color
Monochromatic Colors of #756D74
Black with #756D74
Text Example
Text Example
White with #756D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D74; }
p { color: rgb(117,109,116); }
H1.HeaderClassName
{
color: #756D74;
}
.AnyTagClassName
{
color: #756D74;
}
</style>
background-color css
<style>
a { background-color: #756D74; }
a { background-color: rgb(117,109,116); }
div.DivClassName
{
background-color: #756D74;
}
.BgClassName
{
background-color: #756D74;
}
</style>
border-color css
<style>
span { border-color: #756D74; }
span { border-color: rgb(117,109,116); }
td.TdClassName
{
border-color: #756D74;
}
.TagClassName
{
border-color: #756D74;
}
</style>