Shades of Old Lavender #7F617A
Tints of Old Lavender #7F617A
RGB
CMYK
RGB Variations
Color information
#7F617A (or 0x7F617A) is known color: Old Lavender. HEX triplet: 7F, 61 and 7A. RGB value is (127,97,122). Sum of RGB (Red+Green+Blue) = 127+97+122=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 127 - color contains mainly: red. Hex color #7F617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F617A is #809E85. Grayscale: #6C6C6C. Windows color (decimal): -8429190 or 8020351. OLE color: 8020351.
HSL color Cylindrical-coordinate representation of color #7F617A: hue angle of 310º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F617A is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 97 | 122 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.50 |
| HSL | 310º | 0.13% | 0.44% | - |
| HSV(B) | 310º | 0.24% | 0.5% | - |
| XYZ | 16.54 | 14.47 | 20.33 | - |
| YUV | 108.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 122 | 0 | 0.24 | 0.04 | 0.50 | 310 | 0.13 | 0.44 |
| Hex | 7F | 61 | 7A | 0 | 18 | 4 | 32 | 136 | D | 2C |
| Octal | 177 | 141 | 172 | 0 | 30 | 4 | 62 | 466 | 15 | 54 |
| Binary | 1111111 | 1100001 | 1111010 | 0 | 11000 | 100 | 110010 | 100110110 | 1101 | 101100 |
Color Harmonies of #7F617A
Complementary color
Monochromatic Colors of #7F617A
Black with #7F617A
Text Example
Text Example
White with #7F617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F617A; }
p { color: rgb(127,97,122); }
H1.HeaderClassName
{
color: #7F617A;
}
.AnyTagClassName
{
color: #7F617A;
}
</style>
background-color css
<style>
a { background-color: #7F617A; }
a { background-color: rgb(127,97,122); }
div.DivClassName
{
background-color: #7F617A;
}
.BgClassName
{
background-color: #7F617A;
}
</style>
border-color css
<style>
span { border-color: #7F617A; }
span { border-color: rgb(127,97,122); }
td.TdClassName
{
border-color: #7F617A;
}
.TagClassName
{
border-color: #7F617A;
}
</style>