Shades of Old Lavender #7B727C
Tints of Old Lavender #7B727C
RGB
CMYK
RGB Variations
Color information
#7B727C (or 0x7B727C) is known color: Old Lavender. HEX triplet: 7B, 72 and 7C. RGB value is (123,114,124). Sum of RGB (Red+Green+Blue) = 123+114+124=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B727C is #848D83. Grayscale: #757575. Windows color (decimal): -8686980 or 8155771. OLE color: 8155771.
HSL color Cylindrical-coordinate representation of color #7B727C: hue angle of 294º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B727C is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 114 | 124 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.51 |
| HSL | 294º | 0.04% | 0.47% | - |
| HSV(B) | 294º | 0.08% | 0.49% | - |
| XYZ | 17.82 | 17.7 | 21.55 | - |
| YUV | 117.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 124 | 0.01 | 0.08 | 0 | 0.51 | 294 | 0.04 | 0.47 |
| Hex | 7B | 72 | 7C | 1 | 8 | 0 | 33 | 126 | 4 | 2F |
| Octal | 173 | 162 | 174 | 1 | 10 | 0 | 63 | 446 | 4 | 57 |
| Binary | 1111011 | 1110010 | 1111100 | 1 | 1000 | 0 | 110011 | 100100110 | 100 | 101111 |
Color Harmonies of #7B727C
Complementary color
Monochromatic Colors of #7B727C
Black with #7B727C
Text Example
Text Example
White with #7B727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B727C; }
p { color: rgb(123,114,124); }
H1.HeaderClassName
{
color: #7B727C;
}
.AnyTagClassName
{
color: #7B727C;
}
</style>
background-color css
<style>
a { background-color: #7B727C; }
a { background-color: rgb(123,114,124); }
div.DivClassName
{
background-color: #7B727C;
}
.BgClassName
{
background-color: #7B727C;
}
</style>
border-color css
<style>
span { border-color: #7B727C; }
span { border-color: rgb(123,114,124); }
td.TdClassName
{
border-color: #7B727C;
}
.TagClassName
{
border-color: #7B727C;
}
</style>