Shades of Old Lavender #7F737E
Tints of Old Lavender #7F737E
RGB
CMYK
RGB Variations
Color information
#7F737E (or 0x7F737E) is known color: Old Lavender. HEX triplet: 7F, 73 and 7E. RGB value is (127,115,126). Sum of RGB (Red+Green+Blue) = 127+115+126=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 127 - color contains mainly: red. Hex color #7F737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F737E is #808C81. Grayscale: #777777. Windows color (decimal): -8424578 or 8287103. OLE color: 8287103.
HSL color Cylindrical-coordinate representation of color #7F737E: hue angle of 305º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7F737E is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 126 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.50 |
| HSL | 305º | 0.05% | 0.47% | - |
| HSV(B) | 305º | 0.09% | 0.5% | - |
| XYZ | 18.65 | 18.28 | 22.28 | - |
| YUV | 119.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 126 | 0 | 0.09 | 0.01 | 0.50 | 305 | 0.05 | 0.47 |
| Hex | 7F | 73 | 7E | 0 | 9 | 1 | 32 | 131 | 5 | 2F |
| Octal | 177 | 163 | 176 | 0 | 11 | 1 | 62 | 461 | 5 | 57 |
| Binary | 1111111 | 1110011 | 1111110 | 0 | 1001 | 1 | 110010 | 100110001 | 101 | 101111 |
Color Harmonies of #7F737E
Complementary color
Monochromatic Colors of #7F737E
Black with #7F737E
Text Example
Text Example
White with #7F737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F737E; }
p { color: rgb(127,115,126); }
H1.HeaderClassName
{
color: #7F737E;
}
.AnyTagClassName
{
color: #7F737E;
}
</style>
background-color css
<style>
a { background-color: #7F737E; }
a { background-color: rgb(127,115,126); }
div.DivClassName
{
background-color: #7F737E;
}
.BgClassName
{
background-color: #7F737E;
}
</style>
border-color css
<style>
span { border-color: #7F737E; }
span { border-color: rgb(127,115,126); }
td.TdClassName
{
border-color: #7F737E;
}
.TagClassName
{
border-color: #7F737E;
}
</style>