Shades of Old Lavender #7C6B7B
Tints of Old Lavender #7C6B7B
RGB
CMYK
RGB Variations
Color information
#7C6B7B (or 0x7C6B7B) is known color: Old Lavender. HEX triplet: 7C, 6B and 7B. RGB value is (124,107,123). Sum of RGB (Red+Green+Blue) = 124+107+123=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B7B is #839484. Grayscale: #717171. Windows color (decimal): -8623237 or 8088444. OLE color: 8088444.
HSL color Cylindrical-coordinate representation of color #7C6B7B: hue angle of 303.53º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C6B7B is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 107 | 123 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.51 |
| HSL | 303.53º | 0.07% | 0.45% | - |
| HSV(B) | 303.53º | 0.14% | 0.49% | - |
| XYZ | 17.15 | 16.23 | 20.97 | - |
| YUV | 113.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 123 | 0 | 0.14 | 0.01 | 0.51 | 303.53 | 0.07 | 0.45 |
| Hex | 7C | 6B | 7B | 0 | E | 1 | 33 | 130 | 7 | 2D |
| Octal | 174 | 153 | 173 | 0 | 16 | 1 | 63 | 460 | 7 | 55 |
| Binary | 1111100 | 1101011 | 1111011 | 0 | 1110 | 1 | 110011 | 100110000 | 111 | 101101 |
Color Harmonies of #7C6B7B
Complementary color
Monochromatic Colors of #7C6B7B
Black with #7C6B7B
Text Example
Text Example
White with #7C6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6B7B; }
p { color: rgb(124,107,123); }
H1.HeaderClassName
{
color: #7C6B7B;
}
.AnyTagClassName
{
color: #7C6B7B;
}
</style>
background-color css
<style>
a { background-color: #7C6B7B; }
a { background-color: rgb(124,107,123); }
div.DivClassName
{
background-color: #7C6B7B;
}
.BgClassName
{
background-color: #7C6B7B;
}
</style>
border-color css
<style>
span { border-color: #7C6B7B; }
span { border-color: rgb(124,107,123); }
td.TdClassName
{
border-color: #7C6B7B;
}
.TagClassName
{
border-color: #7C6B7B;
}
</style>