Shades of Old Lavender #756A76
Tints of Old Lavender #756A76
RGB
CMYK
RGB Variations
Color information
#756A76 (or 0x756A76) is known color: Old Lavender. HEX triplet: 75, 6A and 76. RGB value is (117,106,118). Sum of RGB (Red+Green+Blue) = 117+106+118=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 118 - color contains mainly: blue. Hex color #756A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A76 is #8A9589. Grayscale: #6E6E6E. Windows color (decimal): -9082250 or 7760501. OLE color: 7760501.
HSL color Cylindrical-coordinate representation of color #756A76: hue angle of 295º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #756A76 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 118 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.54 |
| HSL | 295º | 0.05% | 0.44% | - |
| HSV(B) | 295º | 0.1% | 0.46% | - |
| XYZ | 15.76 | 15.4 | 19.28 | - |
| YUV | 110.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 118 | 0.01 | 0.10 | 0 | 0.54 | 295 | 0.05 | 0.44 |
| Hex | 75 | 6A | 76 | 1 | A | 0 | 36 | 127 | 5 | 2C |
| Octal | 165 | 152 | 166 | 1 | 12 | 0 | 66 | 447 | 5 | 54 |
| Binary | 1110101 | 1101010 | 1110110 | 1 | 1010 | 0 | 110110 | 100100111 | 101 | 101100 |
Color Harmonies of #756A76
Complementary color
Monochromatic Colors of #756A76
Black with #756A76
Text Example
Text Example
White with #756A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A76; }
p { color: rgb(117,106,118); }
H1.HeaderClassName
{
color: #756A76;
}
.AnyTagClassName
{
color: #756A76;
}
</style>
background-color css
<style>
a { background-color: #756A76; }
a { background-color: rgb(117,106,118); }
div.DivClassName
{
background-color: #756A76;
}
.BgClassName
{
background-color: #756A76;
}
</style>
border-color css
<style>
span { border-color: #756A76; }
span { border-color: rgb(117,106,118); }
td.TdClassName
{
border-color: #756A76;
}
.TagClassName
{
border-color: #756A76;
}
</style>