Shades of Old Lavender #79657B
Tints of Old Lavender #79657B
RGB
CMYK
RGB Variations
Color information
#79657B (or 0x79657B) is known color: Old Lavender. HEX triplet: 79, 65 and 7B. RGB value is (121,101,123). Sum of RGB (Red+Green+Blue) = 121+101+123=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 123 - color contains mainly: blue. Hex color #79657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79657B is #869A84. Grayscale: #6D6D6D. Windows color (decimal): -8821381 or 8086905. OLE color: 8086905.
HSL color Cylindrical-coordinate representation of color #79657B: hue angle of 294.55º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #79657B is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 101 | 123 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.52 |
| HSL | 294.55º | 0.1% | 0.44% | - |
| HSV(B) | 294.55º | 0.18% | 0.48% | - |
| XYZ | 16.11 | 14.8 | 20.75 | - |
| YUV | 109.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 123 | 0.02 | 0.18 | 0 | 0.52 | 294.55 | 0.1 | 0.44 |
| Hex | 79 | 65 | 7B | 2 | 12 | 0 | 34 | 127 | A | 2C |
| Octal | 171 | 145 | 173 | 2 | 22 | 0 | 64 | 447 | 12 | 54 |
| Binary | 1111001 | 1100101 | 1111011 | 10 | 10010 | 0 | 110100 | 100100111 | 1010 | 101100 |
Color Harmonies of #79657B
Complementary color
Monochromatic Colors of #79657B
Black with #79657B
Text Example
Text Example
White with #79657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79657B; }
p { color: rgb(121,101,123); }
H1.HeaderClassName
{
color: #79657B;
}
.AnyTagClassName
{
color: #79657B;
}
</style>
background-color css
<style>
a { background-color: #79657B; }
a { background-color: rgb(121,101,123); }
div.DivClassName
{
background-color: #79657B;
}
.BgClassName
{
background-color: #79657B;
}
</style>
border-color css
<style>
span { border-color: #79657B; }
span { border-color: rgb(121,101,123); }
td.TdClassName
{
border-color: #79657B;
}
.TagClassName
{
border-color: #79657B;
}
</style>