Shades of Old Lavender #776074
Tints of Old Lavender #776074
RGB
CMYK
RGB Variations
Color information
#776074 (or 0x776074) is known color: Old Lavender. HEX triplet: 77, 60 and 74. RGB value is (119,96,116). Sum of RGB (Red+Green+Blue) = 119+96+116=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #776074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776074 is #889F8B. Grayscale: #696969. Windows color (decimal): -8953740 or 7626871. OLE color: 7626871.
HSL color Cylindrical-coordinate representation of color #776074: hue angle of 307.83º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #776074 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 96 | 116 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.53 |
| HSL | 307.83º | 0.11% | 0.42% | - |
| HSV(B) | 307.83º | 0.19% | 0.47% | - |
| XYZ | 14.94 | 13.55 | 18.35 | - |
| YUV | 105.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 116 | 0 | 0.19 | 0.03 | 0.53 | 307.83 | 0.11 | 0.42 |
| Hex | 77 | 60 | 74 | 0 | 13 | 3 | 35 | 134 | B | 2A |
| Octal | 167 | 140 | 164 | 0 | 23 | 3 | 65 | 464 | 13 | 52 |
| Binary | 1110111 | 1100000 | 1110100 | 0 | 10011 | 11 | 110101 | 100110100 | 1011 | 101010 |
Color Harmonies of #776074
Complementary color
Monochromatic Colors of #776074
Black with #776074
Text Example
Text Example
White with #776074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776074; }
p { color: rgb(119,96,116); }
H1.HeaderClassName
{
color: #776074;
}
.AnyTagClassName
{
color: #776074;
}
</style>
background-color css
<style>
a { background-color: #776074; }
a { background-color: rgb(119,96,116); }
div.DivClassName
{
background-color: #776074;
}
.BgClassName
{
background-color: #776074;
}
</style>
border-color css
<style>
span { border-color: #776074; }
span { border-color: rgb(119,96,116); }
td.TdClassName
{
border-color: #776074;
}
.TagClassName
{
border-color: #776074;
}
</style>