Shades of Old Lavender #746A72
Tints of Old Lavender #746A72
RGB
CMYK
RGB Variations
Color information
#746A72 (or 0x746A72) is known color: Old Lavender. HEX triplet: 74, 6A and 72. RGB value is (116,106,114). Sum of RGB (Red+Green+Blue) = 116+106+114=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 116 - color contains mainly: red. Hex color #746A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A72 is #8B958D. Grayscale: #6D6D6D. Windows color (decimal): -9147790 or 7498356. OLE color: 7498356.
HSL color Cylindrical-coordinate representation of color #746A72: hue angle of 312º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746A72 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 114 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.55 |
| HSL | 312º | 0.05% | 0.44% | - |
| HSV(B) | 312º | 0.09% | 0.45% | - |
| XYZ | 15.39 | 15.24 | 18.05 | - |
| YUV | 109.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 114 | 0 | 0.09 | 0.02 | 0.55 | 312 | 0.05 | 0.44 |
| Hex | 74 | 6A | 72 | 0 | 9 | 2 | 37 | 138 | 5 | 2C |
| Octal | 164 | 152 | 162 | 0 | 11 | 2 | 67 | 470 | 5 | 54 |
| Binary | 1110100 | 1101010 | 1110010 | 0 | 1001 | 10 | 110111 | 100111000 | 101 | 101100 |
Color Harmonies of #746A72
Complementary color
Monochromatic Colors of #746A72
Black with #746A72
Text Example
Text Example
White with #746A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A72; }
p { color: rgb(116,106,114); }
H1.HeaderClassName
{
color: #746A72;
}
.AnyTagClassName
{
color: #746A72;
}
</style>
background-color css
<style>
a { background-color: #746A72; }
a { background-color: rgb(116,106,114); }
div.DivClassName
{
background-color: #746A72;
}
.BgClassName
{
background-color: #746A72;
}
</style>
border-color css
<style>
span { border-color: #746A72; }
span { border-color: rgb(116,106,114); }
td.TdClassName
{
border-color: #746A72;
}
.TagClassName
{
border-color: #746A72;
}
</style>