Shades of Old Lavender #7B757C
Tints of Old Lavender #7B757C
RGB
CMYK
RGB Variations
Color information
#7B757C (or 0x7B757C) is known color: Old Lavender. HEX triplet: 7B, 75 and 7C. RGB value is (123,117,124). Sum of RGB (Red+Green+Blue) = 123+117+124=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B757C is #848A83. Grayscale: #777777. Windows color (decimal): -8686212 or 8156539. OLE color: 8156539.
HSL color Cylindrical-coordinate representation of color #7B757C: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7B757C is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 117 | 124 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.51 |
| HSL | 291.43º | 0.03% | 0.47% | - |
| HSV(B) | 291.43º | 0.06% | 0.49% | - |
| XYZ | 18.17 | 18.39 | 21.66 | - |
| YUV | 119.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 117 | 124 | 0.01 | 0.06 | 0 | 0.51 | 291.43 | 0.03 | 0.47 |
| Hex | 7B | 75 | 7C | 1 | 6 | 0 | 33 | 123 | 3 | 2F |
| Octal | 173 | 165 | 174 | 1 | 6 | 0 | 63 | 443 | 3 | 57 |
| Binary | 1111011 | 1110101 | 1111100 | 1 | 110 | 0 | 110011 | 100100011 | 11 | 101111 |
Color Harmonies of #7B757C
Complementary color
Monochromatic Colors of #7B757C
Black with #7B757C
Text Example
Text Example
White with #7B757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B757C; }
p { color: rgb(123,117,124); }
H1.HeaderClassName
{
color: #7B757C;
}
.AnyTagClassName
{
color: #7B757C;
}
</style>
background-color css
<style>
a { background-color: #7B757C; }
a { background-color: rgb(123,117,124); }
div.DivClassName
{
background-color: #7B757C;
}
.BgClassName
{
background-color: #7B757C;
}
</style>
border-color css
<style>
span { border-color: #7B757C; }
span { border-color: rgb(123,117,124); }
td.TdClassName
{
border-color: #7B757C;
}
.TagClassName
{
border-color: #7B757C;
}
</style>