Shades of Old Lavender #79677B
Tints of Old Lavender #79677B
RGB
CMYK
RGB Variations
Color information
#79677B (or 0x79677B) is known color: Old Lavender. HEX triplet: 79, 67 and 7B. RGB value is (121,103,123). Sum of RGB (Red+Green+Blue) = 121+103+123=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 123 - color contains mainly: blue. Hex color #79677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79677B is #869884. Grayscale: #6E6E6E. Windows color (decimal): -8820869 or 8087417. OLE color: 8087417.
HSL color Cylindrical-coordinate representation of color #79677B: hue angle of 294º 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 #79677B is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 103 | 123 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.52 |
| HSL | 294º | 0.09% | 0.44% | - |
| HSV(B) | 294º | 0.16% | 0.48% | - |
| XYZ | 16.31 | 15.2 | 20.81 | - |
| YUV | 110.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 103 | 123 | 0.02 | 0.16 | 0 | 0.52 | 294 | 0.09 | 0.44 |
| Hex | 79 | 67 | 7B | 2 | 10 | 0 | 34 | 126 | 9 | 2C |
| Octal | 171 | 147 | 173 | 2 | 20 | 0 | 64 | 446 | 11 | 54 |
| Binary | 1111001 | 1100111 | 1111011 | 10 | 10000 | 0 | 110100 | 100100110 | 1001 | 101100 |
Color Harmonies of #79677B
Complementary color
Monochromatic Colors of #79677B
Black with #79677B
Text Example
Text Example
White with #79677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79677B; }
p { color: rgb(121,103,123); }
H1.HeaderClassName
{
color: #79677B;
}
.AnyTagClassName
{
color: #79677B;
}
</style>
background-color css
<style>
a { background-color: #79677B; }
a { background-color: rgb(121,103,123); }
div.DivClassName
{
background-color: #79677B;
}
.BgClassName
{
background-color: #79677B;
}
</style>
border-color css
<style>
span { border-color: #79677B; }
span { border-color: rgb(121,103,123); }
td.TdClassName
{
border-color: #79677B;
}
.TagClassName
{
border-color: #79677B;
}
</style>