Shades of Old Lavender #7F647A
Tints of Old Lavender #7F647A
RGB
CMYK
RGB Variations
Color information
#7F647A (or 0x7F647A) is known color: Old Lavender. HEX triplet: 7F, 64 and 7A. RGB value is (127,100,122). Sum of RGB (Red+Green+Blue) = 127+100+122=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 127 - color contains mainly: red. Hex color #7F647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F647A is #809B85. Grayscale: #6E6E6E. Windows color (decimal): -8428422 or 8021119. OLE color: 8021119.
HSL color Cylindrical-coordinate representation of color #7F647A: hue angle of 311.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F647A is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 122 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.50 |
| HSL | 311.11º | 0.12% | 0.45% | - |
| HSV(B) | 311.11º | 0.21% | 0.5% | - |
| XYZ | 16.82 | 15.03 | 20.43 | - |
| YUV | 110.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 122 | 0 | 0.21 | 0.04 | 0.50 | 311.11 | 0.12 | 0.45 |
| Hex | 7F | 64 | 7A | 0 | 15 | 4 | 32 | 137 | C | 2D |
| Octal | 177 | 144 | 172 | 0 | 25 | 4 | 62 | 467 | 14 | 55 |
| Binary | 1111111 | 1100100 | 1111010 | 0 | 10101 | 100 | 110010 | 100110111 | 1100 | 101101 |
Color Harmonies of #7F647A
Complementary color
Monochromatic Colors of #7F647A
Black with #7F647A
Text Example
Text Example
White with #7F647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F647A; }
p { color: rgb(127,100,122); }
H1.HeaderClassName
{
color: #7F647A;
}
.AnyTagClassName
{
color: #7F647A;
}
</style>
background-color css
<style>
a { background-color: #7F647A; }
a { background-color: rgb(127,100,122); }
div.DivClassName
{
background-color: #7F647A;
}
.BgClassName
{
background-color: #7F647A;
}
</style>
border-color css
<style>
span { border-color: #7F647A; }
span { border-color: rgb(127,100,122); }
td.TdClassName
{
border-color: #7F647A;
}
.TagClassName
{
border-color: #7F647A;
}
</style>