Shades of Old Lavender #726A72
Tints of Old Lavender #726A72
RGB
CMYK
RGB Variations
Color information
#726A72 (or 0x726A72) is known color: Old Lavender. HEX triplet: 72, 6A and 72. RGB value is (114,106,114). Sum of RGB (Red+Green+Blue) = 114+106+114=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A72 is #8D958D. Grayscale: #6D6D6D. Windows color (decimal): -9278862 or 7498354. OLE color: 7498354.
HSL color Cylindrical-coordinate representation of color #726A72: hue angle of 300º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #726A72 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 114 | - |
| CMYK | 0 | 0.07 | 0 | 0.55 |
| HSL | 300º | 0.04% | 0.43% | - |
| HSV(B) | 300º | 0.07% | 0.45% | - |
| XYZ | 15.13 | 15.1 | 18.04 | - |
| YUV | 109.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 114 | 0 | 0.07 | 0 | 0.55 | 300 | 0.04 | 0.43 |
| Hex | 72 | 6A | 72 | 0 | 7 | 0 | 37 | 12C | 4 | 2B |
| Octal | 162 | 152 | 162 | 0 | 7 | 0 | 67 | 454 | 4 | 53 |
| Binary | 1110010 | 1101010 | 1110010 | 0 | 111 | 0 | 110111 | 100101100 | 100 | 101011 |
Color Harmonies of #726A72
Complementary color
Monochromatic Colors of #726A72
Black with #726A72
Text Example
Text Example
White with #726A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A72; }
p { color: rgb(114,106,114); }
H1.HeaderClassName
{
color: #726A72;
}
.AnyTagClassName
{
color: #726A72;
}
</style>
background-color css
<style>
a { background-color: #726A72; }
a { background-color: rgb(114,106,114); }
div.DivClassName
{
background-color: #726A72;
}
.BgClassName
{
background-color: #726A72;
}
</style>
border-color css
<style>
span { border-color: #726A72; }
span { border-color: rgb(114,106,114); }
td.TdClassName
{
border-color: #726A72;
}
.TagClassName
{
border-color: #726A72;
}
</style>