Shades of Old Lavender #7F607A
Tints of Old Lavender #7F607A
RGB
CMYK
RGB Variations
Color information
#7F607A (or 0x7F607A) is known color: Old Lavender. HEX triplet: 7F, 60 and 7A. RGB value is (127,96,122). Sum of RGB (Red+Green+Blue) = 127+96+122=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 127 - color contains mainly: red. Hex color #7F607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F607A is #809F85. Grayscale: #6C6C6C. Windows color (decimal): -8429446 or 8020095. OLE color: 8020095.
HSL color Cylindrical-coordinate representation of color #7F607A: hue angle of 309.68º degrees, saturation: 0.14, 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 #7F607A is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 122 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.50 |
| HSL | 309.68º | 0.14% | 0.44% | - |
| HSV(B) | 309.68º | 0.24% | 0.5% | - |
| XYZ | 16.45 | 14.28 | 20.3 | - |
| YUV | 108.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 122 | 0 | 0.24 | 0.04 | 0.50 | 309.68 | 0.14 | 0.44 |
| Hex | 7F | 60 | 7A | 0 | 18 | 4 | 32 | 136 | E | 2C |
| Octal | 177 | 140 | 172 | 0 | 30 | 4 | 62 | 466 | 16 | 54 |
| Binary | 1111111 | 1100000 | 1111010 | 0 | 11000 | 100 | 110010 | 100110110 | 1110 | 101100 |
Color Harmonies of #7F607A
Complementary color
Monochromatic Colors of #7F607A
Black with #7F607A
Text Example
Text Example
White with #7F607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F607A; }
p { color: rgb(127,96,122); }
H1.HeaderClassName
{
color: #7F607A;
}
.AnyTagClassName
{
color: #7F607A;
}
</style>
background-color css
<style>
a { background-color: #7F607A; }
a { background-color: rgb(127,96,122); }
div.DivClassName
{
background-color: #7F607A;
}
.BgClassName
{
background-color: #7F607A;
}
</style>
border-color css
<style>
span { border-color: #7F607A; }
span { border-color: rgb(127,96,122); }
td.TdClassName
{
border-color: #7F607A;
}
.TagClassName
{
border-color: #7F607A;
}
</style>