Shades of Old Lavender #7F677A
Tints of Old Lavender #7F677A
RGB
CMYK
RGB Variations
Color information
#7F677A (or 0x7F677A) is known color: Old Lavender. HEX triplet: 7F, 67 and 7A. RGB value is (127,103,122). Sum of RGB (Red+Green+Blue) = 127+103+122=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 127 - color contains mainly: red. Hex color #7F677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F677A is #809885. Grayscale: #707070. Windows color (decimal): -8427654 or 8021887. OLE color: 8021887.
HSL color Cylindrical-coordinate representation of color #7F677A: hue angle of 312.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F677A is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 122 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.50 |
| HSL | 312.5º | 0.1% | 0.45% | - |
| HSV(B) | 312.5º | 0.19% | 0.5% | - |
| XYZ | 17.12 | 15.62 | 20.52 | - |
| YUV | 112.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 122 | 0 | 0.19 | 0.04 | 0.50 | 312.5 | 0.1 | 0.45 |
| Hex | 7F | 67 | 7A | 0 | 13 | 4 | 32 | 138 | A | 2D |
| Octal | 177 | 147 | 172 | 0 | 23 | 4 | 62 | 470 | 12 | 55 |
| Binary | 1111111 | 1100111 | 1111010 | 0 | 10011 | 100 | 110010 | 100111000 | 1010 | 101101 |
Color Harmonies of #7F677A
Complementary color
Monochromatic Colors of #7F677A
Black with #7F677A
Text Example
Text Example
White with #7F677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F677A; }
p { color: rgb(127,103,122); }
H1.HeaderClassName
{
color: #7F677A;
}
.AnyTagClassName
{
color: #7F677A;
}
</style>
background-color css
<style>
a { background-color: #7F677A; }
a { background-color: rgb(127,103,122); }
div.DivClassName
{
background-color: #7F677A;
}
.BgClassName
{
background-color: #7F677A;
}
</style>
border-color css
<style>
span { border-color: #7F677A; }
span { border-color: rgb(127,103,122); }
td.TdClassName
{
border-color: #7F677A;
}
.TagClassName
{
border-color: #7F677A;
}
</style>