Shades of Old Lavender #7B677A
Tints of Old Lavender #7B677A
RGB
CMYK
RGB Variations
Color information
#7B677A (or 0x7B677A) is known color: Old Lavender. HEX triplet: 7B, 67 and 7A. RGB value is (123,103,122). Sum of RGB (Red+Green+Blue) = 123+103+122=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 123 - color contains mainly: red. Hex color #7B677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B677A is #849885. Grayscale: #6F6F6F. Windows color (decimal): -8689798 or 8021883. OLE color: 8021883.
HSL color Cylindrical-coordinate representation of color #7B677A: hue angle of 303º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B677A is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 122 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.52 |
| HSL | 303º | 0.09% | 0.44% | - |
| HSV(B) | 303º | 0.16% | 0.48% | - |
| XYZ | 16.53 | 15.32 | 20.5 | - |
| YUV | 111.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 122 | 0 | 0.16 | 0.01 | 0.52 | 303 | 0.09 | 0.44 |
| Hex | 7B | 67 | 7A | 0 | 10 | 1 | 34 | 12F | 9 | 2C |
| Octal | 173 | 147 | 172 | 0 | 20 | 1 | 64 | 457 | 11 | 54 |
| Binary | 1111011 | 1100111 | 1111010 | 0 | 10000 | 1 | 110100 | 100101111 | 1001 | 101100 |
Color Harmonies of #7B677A
Complementary color
Monochromatic Colors of #7B677A
Black with #7B677A
Text Example
Text Example
White with #7B677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B677A; }
p { color: rgb(123,103,122); }
H1.HeaderClassName
{
color: #7B677A;
}
.AnyTagClassName
{
color: #7B677A;
}
</style>
background-color css
<style>
a { background-color: #7B677A; }
a { background-color: rgb(123,103,122); }
div.DivClassName
{
background-color: #7B677A;
}
.BgClassName
{
background-color: #7B677A;
}
</style>
border-color css
<style>
span { border-color: #7B677A; }
span { border-color: rgb(123,103,122); }
td.TdClassName
{
border-color: #7B677A;
}
.TagClassName
{
border-color: #7B677A;
}
</style>