Shades of Old Lavender #7F6B7C
Tints of Old Lavender #7F6B7C
RGB
CMYK
RGB Variations
Color information
#7F6B7C (or 0x7F6B7C) is known color: Old Lavender. HEX triplet: 7F, 6B and 7C. RGB value is (127,107,124). Sum of RGB (Red+Green+Blue) = 127+107+124=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6B7C is #809483. Grayscale: #727272. Windows color (decimal): -8426628 or 8153983. OLE color: 8153983.
HSL color Cylindrical-coordinate representation of color #7F6B7C: hue angle of 309º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F6B7C is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 107 | 124 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.50 |
| HSL | 309º | 0.09% | 0.46% | - |
| HSV(B) | 309º | 0.16% | 0.5% | - |
| XYZ | 17.65 | 16.48 | 21.32 | - |
| YUV | 114.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 124 | 0 | 0.16 | 0.02 | 0.50 | 309 | 0.09 | 0.46 |
| Hex | 7F | 6B | 7C | 0 | 10 | 2 | 32 | 135 | 9 | 2E |
| Octal | 177 | 153 | 174 | 0 | 20 | 2 | 62 | 465 | 11 | 56 |
| Binary | 1111111 | 1101011 | 1111100 | 0 | 10000 | 10 | 110010 | 100110101 | 1001 | 101110 |
Color Harmonies of #7F6B7C
Complementary color
Monochromatic Colors of #7F6B7C
Black with #7F6B7C
Text Example
Text Example
White with #7F6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6B7C; }
p { color: rgb(127,107,124); }
H1.HeaderClassName
{
color: #7F6B7C;
}
.AnyTagClassName
{
color: #7F6B7C;
}
</style>
background-color css
<style>
a { background-color: #7F6B7C; }
a { background-color: rgb(127,107,124); }
div.DivClassName
{
background-color: #7F6B7C;
}
.BgClassName
{
background-color: #7F6B7C;
}
</style>
border-color css
<style>
span { border-color: #7F6B7C; }
span { border-color: rgb(127,107,124); }
td.TdClassName
{
border-color: #7F6B7C;
}
.TagClassName
{
border-color: #7F6B7C;
}
</style>