Shades of Old Lavender #7F697C
Tints of Old Lavender #7F697C
RGB
CMYK
RGB Variations
Color information
#7F697C (or 0x7F697C) is known color: Old Lavender. HEX triplet: 7F, 69 and 7C. RGB value is (127,105,124). Sum of RGB (Red+Green+Blue) = 127+105+124=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 127 - color contains mainly: red. Hex color #7F697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F697C is #809683. Grayscale: #717171. Windows color (decimal): -8427140 or 8153471. OLE color: 8153471.
HSL color Cylindrical-coordinate representation of color #7F697C: hue angle of 308.18º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F697C is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 105 | 124 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.50 |
| HSL | 308.18º | 0.09% | 0.45% | - |
| HSV(B) | 308.18º | 0.17% | 0.5% | - |
| XYZ | 17.44 | 16.07 | 21.25 | - |
| YUV | 113.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 124 | 0 | 0.17 | 0.02 | 0.50 | 308.18 | 0.09 | 0.45 |
| Hex | 7F | 69 | 7C | 0 | 11 | 2 | 32 | 134 | 9 | 2D |
| Octal | 177 | 151 | 174 | 0 | 21 | 2 | 62 | 464 | 11 | 55 |
| Binary | 1111111 | 1101001 | 1111100 | 0 | 10001 | 10 | 110010 | 100110100 | 1001 | 101101 |
Color Harmonies of #7F697C
Complementary color
Monochromatic Colors of #7F697C
Black with #7F697C
Text Example
Text Example
White with #7F697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F697C; }
p { color: rgb(127,105,124); }
H1.HeaderClassName
{
color: #7F697C;
}
.AnyTagClassName
{
color: #7F697C;
}
</style>
background-color css
<style>
a { background-color: #7F697C; }
a { background-color: rgb(127,105,124); }
div.DivClassName
{
background-color: #7F697C;
}
.BgClassName
{
background-color: #7F697C;
}
</style>
border-color css
<style>
span { border-color: #7F697C; }
span { border-color: rgb(127,105,124); }
td.TdClassName
{
border-color: #7F697C;
}
.TagClassName
{
border-color: #7F697C;
}
</style>