Shades of Old Lavender #747174
Tints of Old Lavender #747174
RGB
CMYK
RGB Variations
Color information
#747174 (or 0x747174) is known color: Old Lavender. HEX triplet: 74, 71 and 74. RGB value is (116,113,116). Sum of RGB (Red+Green+Blue) = 116+113+116=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #747174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747174 is #8B8E8B. Grayscale: #727272. Windows color (decimal): -9145996 or 7631220. OLE color: 7631220.
HSL color Cylindrical-coordinate representation of color #747174: hue angle of 300º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747174 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 116 | - |
| CMYK | 0 | 0.03 | 0 | 0.55 |
| HSL | 300º | 0.01% | 0.45% | - |
| HSV(B) | 300º | 0.03% | 0.45% | - |
| XYZ | 16.26 | 16.78 | 18.91 | - |
| YUV | 114.24 | 128.99 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 116 | 0 | 0.03 | 0 | 0.55 | 300 | 0.01 | 0.45 |
| Hex | 74 | 71 | 74 | 0 | 3 | 0 | 37 | 12C | 1 | 2D |
| Octal | 164 | 161 | 164 | 0 | 3 | 0 | 67 | 454 | 1 | 55 |
| Binary | 1110100 | 1110001 | 1110100 | 0 | 11 | 0 | 110111 | 100101100 | 1 | 101101 |
Color Harmonies of #747174
Complementary color
Monochromatic Colors of #747174
Black with #747174
Text Example
Text Example
White with #747174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747174; }
p { color: rgb(116,113,116); }
H1.HeaderClassName
{
color: #747174;
}
.AnyTagClassName
{
color: #747174;
}
</style>
background-color css
<style>
a { background-color: #747174; }
a { background-color: rgb(116,113,116); }
div.DivClassName
{
background-color: #747174;
}
.BgClassName
{
background-color: #747174;
}
</style>
border-color css
<style>
span { border-color: #747174; }
span { border-color: rgb(116,113,116); }
td.TdClassName
{
border-color: #747174;
}
.TagClassName
{
border-color: #747174;
}
</style>