Shades of Old Lavender #867788
Tints of Old Lavender #867788
RGB
CMYK
RGB Variations
Color information
#867788 (or 0x867788) is known color: Old Lavender. HEX triplet: 86, 77 and 88. RGB value is (134,119,136). Sum of RGB (Red+Green+Blue) = 134+119+136=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 136 - color contains mainly: blue. Hex color #867788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867788 is #798877. Grayscale: #7D7D7D. Windows color (decimal): -7964792 or 8943494. OLE color: 8943494.
HSL color Cylindrical-coordinate representation of color #867788: hue angle of 292.94º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #867788 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 119 | 136 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.47 |
| HSL | 292.94º | 0.07% | 0.5% | - |
| HSV(B) | 292.94º | 0.13% | 0.53% | - |
| XYZ | 20.87 | 20.04 | 26.06 | - |
| YUV | 125.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 119 | 136 | 0.01 | 0.12 | 0 | 0.47 | 292.94 | 0.07 | 0.5 |
| Hex | 86 | 77 | 88 | 1 | C | 0 | 2F | 125 | 7 | 32 |
| Octal | 206 | 167 | 210 | 1 | 14 | 0 | 57 | 445 | 7 | 62 |
| Binary | 10000110 | 1110111 | 10001000 | 1 | 1100 | 0 | 101111 | 100100101 | 111 | 110010 |
Color Harmonies of #867788
Complementary color
Monochromatic Colors of #867788
Black with #867788
Text Example
Text Example
White with #867788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867788; }
p { color: rgb(134,119,136); }
H1.HeaderClassName
{
color: #867788;
}
.AnyTagClassName
{
color: #867788;
}
</style>
background-color css
<style>
a { background-color: #867788; }
a { background-color: rgb(134,119,136); }
div.DivClassName
{
background-color: #867788;
}
.BgClassName
{
background-color: #867788;
}
</style>
border-color css
<style>
span { border-color: #867788; }
span { border-color: rgb(134,119,136); }
td.TdClassName
{
border-color: #867788;
}
.TagClassName
{
border-color: #867788;
}
</style>