Shades of Old Lavender #756572
Tints of Old Lavender #756572
RGB
CMYK
RGB Variations
Color information
#756572 (or 0x756572) is known color: Old Lavender. HEX triplet: 75, 65 and 72. RGB value is (117,101,114). Sum of RGB (Red+Green+Blue) = 117+101+114=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #756572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756572 is #8A9A8D. Grayscale: #6B6B6B. Windows color (decimal): -9083534 or 7497077. OLE color: 7497077.
HSL color Cylindrical-coordinate representation of color #756572: hue angle of 311.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #756572 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 114 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.54 |
| HSL | 311.25º | 0.07% | 0.43% | - |
| HSV(B) | 311.25º | 0.14% | 0.46% | - |
| XYZ | 15.03 | 14.3 | 17.89 | - |
| YUV | 107.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 114 | 0 | 0.14 | 0.03 | 0.54 | 311.25 | 0.07 | 0.43 |
| Hex | 75 | 65 | 72 | 0 | E | 3 | 36 | 137 | 7 | 2B |
| Octal | 165 | 145 | 162 | 0 | 16 | 3 | 66 | 467 | 7 | 53 |
| Binary | 1110101 | 1100101 | 1110010 | 0 | 1110 | 11 | 110110 | 100110111 | 111 | 101011 |
Color Harmonies of #756572
Complementary color
Monochromatic Colors of #756572
Black with #756572
Text Example
Text Example
White with #756572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756572; }
p { color: rgb(117,101,114); }
H1.HeaderClassName
{
color: #756572;
}
.AnyTagClassName
{
color: #756572;
}
</style>
background-color css
<style>
a { background-color: #756572; }
a { background-color: rgb(117,101,114); }
div.DivClassName
{
background-color: #756572;
}
.BgClassName
{
background-color: #756572;
}
</style>
border-color css
<style>
span { border-color: #756572; }
span { border-color: rgb(117,101,114); }
td.TdClassName
{
border-color: #756572;
}
.TagClassName
{
border-color: #756572;
}
</style>