Shades of Old Lavender #786777
Tints of Old Lavender #786777
RGB
CMYK
RGB Variations
Color information
#786777 (or 0x786777) is known color: Old Lavender. HEX triplet: 78, 67 and 77. RGB value is (120,103,119). Sum of RGB (Red+Green+Blue) = 120+103+119=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 120 - color contains mainly: red. Hex color #786777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786777 is #879888. Grayscale: #6D6D6D. Windows color (decimal): -8886409 or 7825272. OLE color: 7825272.
HSL color Cylindrical-coordinate representation of color #786777: hue angle of 303.53º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #786777 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 119 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.53 |
| HSL | 303.53º | 0.08% | 0.44% | - |
| HSV(B) | 303.53º | 0.14% | 0.47% | - |
| XYZ | 15.93 | 15.03 | 19.51 | - |
| YUV | 109.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 119 | 0 | 0.14 | 0.01 | 0.53 | 303.53 | 0.08 | 0.44 |
| Hex | 78 | 67 | 77 | 0 | E | 1 | 35 | 130 | 8 | 2C |
| Octal | 170 | 147 | 167 | 0 | 16 | 1 | 65 | 460 | 10 | 54 |
| Binary | 1111000 | 1100111 | 1110111 | 0 | 1110 | 1 | 110101 | 100110000 | 1000 | 101100 |
Color Harmonies of #786777
Complementary color
Monochromatic Colors of #786777
Black with #786777
Text Example
Text Example
White with #786777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786777; }
p { color: rgb(120,103,119); }
H1.HeaderClassName
{
color: #786777;
}
.AnyTagClassName
{
color: #786777;
}
</style>
background-color css
<style>
a { background-color: #786777; }
a { background-color: rgb(120,103,119); }
div.DivClassName
{
background-color: #786777;
}
.BgClassName
{
background-color: #786777;
}
</style>
border-color css
<style>
span { border-color: #786777; }
span { border-color: rgb(120,103,119); }
td.TdClassName
{
border-color: #786777;
}
.TagClassName
{
border-color: #786777;
}
</style>