Shades of Old Lavender #7B767B
Tints of Old Lavender #7B767B
RGB
CMYK
RGB Variations
Color information
#7B767B (or 0x7B767B) is known color: Old Lavender. HEX triplet: 7B, 76 and 7B. RGB value is (123,118,123). Sum of RGB (Red+Green+Blue) = 123+118+123=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B767B is #848984. Grayscale: #787878. Windows color (decimal): -8685957 or 8091259. OLE color: 8091259.
HSL color Cylindrical-coordinate representation of color #7B767B: hue angle of 300º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7B767B is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
RGB | 123 | 118 | 123 | - |
CMYK | 0 | 0.04 | 0 | 0.52 |
HSL | 300º | 0.02% | 0.47% | - |
HSV(B) | 300º | 0.04% | 0.48% | - |
XYZ | 18.22 | 18.6 | 21.37 | - |
YUV | 120.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 118 | 123 | 0 | 0.04 | 0 | 0.52 | 300 | 0.02 | 0.47 |
Hex | 7B | 76 | 7B | 0 | 4 | 0 | 34 | 12C | 2 | 2F |
Octal | 173 | 166 | 173 | 0 | 4 | 0 | 64 | 454 | 2 | 57 |
Binary | 1111011 | 1110110 | 1111011 | 0 | 100 | 0 | 110100 | 100101100 | 10 | 101111 |
Color Harmonies of #7B767B
Complementary color
Monochromatic Colors of #7B767B
Black with #7B767B
Text Example
Text Example
White with #7B767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B767B; }
p { color: rgb(123,118,123); }
H1.HeaderClassName
{
color: #7B767B;
}
.AnyTagClassName
{
color: #7B767B;
}
</style>
background-color css
<style>
a { background-color: #7B767B; }
a { background-color: rgb(123,118,123); }
div.DivClassName
{
background-color: #7B767B;
}
.BgClassName
{
background-color: #7B767B;
}
</style>
border-color css
<style>
span { border-color: #7B767B; }
span { border-color: rgb(123,118,123); }
td.TdClassName
{
border-color: #7B767B;
}
.TagClassName
{
border-color: #7B767B;
}
</style>