Shades of Old Lavender #776674
Tints of Old Lavender #776674
RGB
CMYK
RGB Variations
Color information
#776674 (or 0x776674) is known color: Old Lavender. HEX triplet: 77, 66 and 74. RGB value is (119,102,116). Sum of RGB (Red+Green+Blue) = 119+102+116=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #776674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776674 is #88998B. Grayscale: #6C6C6C. Windows color (decimal): -8952204 or 7628407. OLE color: 7628407.
HSL color Cylindrical-coordinate representation of color #776674: hue angle of 310.59º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #776674 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 102 | 116 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.53 |
| HSL | 310.59º | 0.08% | 0.43% | - |
| HSV(B) | 310.59º | 0.14% | 0.47% | - |
| XYZ | 15.51 | 14.69 | 18.54 | - |
| YUV | 108.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 116 | 0 | 0.14 | 0.03 | 0.53 | 310.59 | 0.08 | 0.43 |
| Hex | 77 | 66 | 74 | 0 | E | 3 | 35 | 137 | 8 | 2B |
| Octal | 167 | 146 | 164 | 0 | 16 | 3 | 65 | 467 | 10 | 53 |
| Binary | 1110111 | 1100110 | 1110100 | 0 | 1110 | 11 | 110101 | 100110111 | 1000 | 101011 |
Color Harmonies of #776674
Complementary color
Monochromatic Colors of #776674
Black with #776674
Text Example
Text Example
White with #776674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776674; }
p { color: rgb(119,102,116); }
H1.HeaderClassName
{
color: #776674;
}
.AnyTagClassName
{
color: #776674;
}
</style>
background-color css
<style>
a { background-color: #776674; }
a { background-color: rgb(119,102,116); }
div.DivClassName
{
background-color: #776674;
}
.BgClassName
{
background-color: #776674;
}
</style>
border-color css
<style>
span { border-color: #776674; }
span { border-color: rgb(119,102,116); }
td.TdClassName
{
border-color: #776674;
}
.TagClassName
{
border-color: #776674;
}
</style>