Shades of Old Lavender #7B717A
Tints of Old Lavender #7B717A
RGB
CMYK
RGB Variations
Color information
#7B717A (or 0x7B717A) is known color: Old Lavender. HEX triplet: 7B, 71 and 7A. RGB value is (123,113,122). Sum of RGB (Red+Green+Blue) = 123+113+122=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 123 - color contains mainly: red. Hex color #7B717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B717A is #848E85. Grayscale: #747474. Windows color (decimal): -8687238 or 8024443. OLE color: 8024443.
HSL color Cylindrical-coordinate representation of color #7B717A: hue angle of 306º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B717A is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 122 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.52 |
| HSL | 306º | 0.04% | 0.46% | - |
| HSV(B) | 306º | 0.08% | 0.48% | - |
| XYZ | 17.59 | 17.43 | 20.85 | - |
| YUV | 117.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 122 | 0 | 0.08 | 0.01 | 0.52 | 306 | 0.04 | 0.46 |
| Hex | 7B | 71 | 7A | 0 | 8 | 1 | 34 | 132 | 4 | 2E |
| Octal | 173 | 161 | 172 | 0 | 10 | 1 | 64 | 462 | 4 | 56 |
| Binary | 1111011 | 1110001 | 1111010 | 0 | 1000 | 1 | 110100 | 100110010 | 100 | 101110 |
Color Harmonies of #7B717A
Complementary color
Monochromatic Colors of #7B717A
Black with #7B717A
Text Example
Text Example
White with #7B717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B717A; }
p { color: rgb(123,113,122); }
H1.HeaderClassName
{
color: #7B717A;
}
.AnyTagClassName
{
color: #7B717A;
}
</style>
background-color css
<style>
a { background-color: #7B717A; }
a { background-color: rgb(123,113,122); }
div.DivClassName
{
background-color: #7B717A;
}
.BgClassName
{
background-color: #7B717A;
}
</style>
border-color css
<style>
span { border-color: #7B717A; }
span { border-color: rgb(123,113,122); }
td.TdClassName
{
border-color: #7B717A;
}
.TagClassName
{
border-color: #7B717A;
}
</style>