Shades of Old Lavender #7F647C
Tints of Old Lavender #7F647C
RGB
CMYK
RGB Variations
Color information
#7F647C (or 0x7F647C) is known color: Old Lavender. HEX triplet: 7F, 64 and 7C. RGB value is (127,100,124). Sum of RGB (Red+Green+Blue) = 127+100+124=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 127 - color contains mainly: red. Hex color #7F647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F647C is #809B83. Grayscale: #6E6E6E. Windows color (decimal): -8428420 or 8152191. OLE color: 8152191.
HSL color Cylindrical-coordinate representation of color #7F647C: hue angle of 306.67º 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 #7F647C is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 124 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.50 |
| HSL | 306.67º | 0.12% | 0.45% | - |
| HSV(B) | 306.67º | 0.21% | 0.5% | - |
| XYZ | 16.95 | 15.08 | 21.09 | - |
| YUV | 110.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 124 | 0 | 0.21 | 0.02 | 0.50 | 306.67 | 0.12 | 0.45 |
| Hex | 7F | 64 | 7C | 0 | 15 | 2 | 32 | 133 | C | 2D |
| Octal | 177 | 144 | 174 | 0 | 25 | 2 | 62 | 463 | 14 | 55 |
| Binary | 1111111 | 1100100 | 1111100 | 0 | 10101 | 10 | 110010 | 100110011 | 1100 | 101101 |
Color Harmonies of #7F647C
Complementary color
Monochromatic Colors of #7F647C
Black with #7F647C
Text Example
Text Example
White with #7F647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F647C; }
p { color: rgb(127,100,124); }
H1.HeaderClassName
{
color: #7F647C;
}
.AnyTagClassName
{
color: #7F647C;
}
</style>
background-color css
<style>
a { background-color: #7F647C; }
a { background-color: rgb(127,100,124); }
div.DivClassName
{
background-color: #7F647C;
}
.BgClassName
{
background-color: #7F647C;
}
</style>
border-color css
<style>
span { border-color: #7F647C; }
span { border-color: rgb(127,100,124); }
td.TdClassName
{
border-color: #7F647C;
}
.TagClassName
{
border-color: #7F647C;
}
</style>