Shades of Old Lavender #7F7180
Tints of Old Lavender #7F7180
RGB
CMYK
RGB Variations
Color information
#7F7180 (or 0x7F7180) is known color: Old Lavender. HEX triplet: 7F, 71 and 80. RGB value is (127,113,128). Sum of RGB (Red+Green+Blue) = 127+113+128=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F7180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7180 is #808E7F. Grayscale: #767676. Windows color (decimal): -8425088 or 8417663. OLE color: 8417663.
HSL color Cylindrical-coordinate representation of color #7F7180: hue angle of 296º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F7180 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 128 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.50 |
| HSL | 296º | 0.06% | 0.47% | - |
| HSV(B) | 296º | 0.12% | 0.5% | - |
| XYZ | 18.55 | 17.88 | 22.9 | - |
| YUV | 118.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 128 | 0.01 | 0.12 | 0 | 0.50 | 296 | 0.06 | 0.47 |
| Hex | 7F | 71 | 80 | 1 | C | 0 | 32 | 128 | 6 | 2F |
| Octal | 177 | 161 | 200 | 1 | 14 | 0 | 62 | 450 | 6 | 57 |
| Binary | 1111111 | 1110001 | 10000000 | 1 | 1100 | 0 | 110010 | 100101000 | 110 | 101111 |
Color Harmonies of #7F7180
Complementary color
Monochromatic Colors of #7F7180
Black with #7F7180
Text Example
Text Example
White with #7F7180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7180; }
p { color: rgb(127,113,128); }
H1.HeaderClassName
{
color: #7F7180;
}
.AnyTagClassName
{
color: #7F7180;
}
</style>
background-color css
<style>
a { background-color: #7F7180; }
a { background-color: rgb(127,113,128); }
div.DivClassName
{
background-color: #7F7180;
}
.BgClassName
{
background-color: #7F7180;
}
</style>
border-color css
<style>
span { border-color: #7F7180; }
span { border-color: rgb(127,113,128); }
td.TdClassName
{
border-color: #7F7180;
}
.TagClassName
{
border-color: #7F7180;
}
</style>