Shades of Old Lavender #766A74
Tints of Old Lavender #766A74
RGB
CMYK
RGB Variations
Color information
#766A74 (or 0x766A74) is known color: Old Lavender. HEX triplet: 76, 6A and 74. RGB value is (118,106,116). Sum of RGB (Red+Green+Blue) = 118+106+116=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 118 - color contains mainly: red. Hex color #766A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A74 is #89958B. Grayscale: #6E6E6E. Windows color (decimal): -9016716 or 7629430. OLE color: 7629430.
HSL color Cylindrical-coordinate representation of color #766A74: hue angle of 310º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766A74 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 116 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.54 |
| HSL | 310º | 0.05% | 0.44% | - |
| HSV(B) | 310º | 0.1% | 0.46% | - |
| XYZ | 15.78 | 15.42 | 18.67 | - |
| YUV | 110.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 116 | 0 | 0.10 | 0.02 | 0.54 | 310 | 0.05 | 0.44 |
| Hex | 76 | 6A | 74 | 0 | A | 2 | 36 | 136 | 5 | 2C |
| Octal | 166 | 152 | 164 | 0 | 12 | 2 | 66 | 466 | 5 | 54 |
| Binary | 1110110 | 1101010 | 1110100 | 0 | 1010 | 10 | 110110 | 100110110 | 101 | 101100 |
Color Harmonies of #766A74
Complementary color
Monochromatic Colors of #766A74
Black with #766A74
Text Example
Text Example
White with #766A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A74; }
p { color: rgb(118,106,116); }
H1.HeaderClassName
{
color: #766A74;
}
.AnyTagClassName
{
color: #766A74;
}
</style>
background-color css
<style>
a { background-color: #766A74; }
a { background-color: rgb(118,106,116); }
div.DivClassName
{
background-color: #766A74;
}
.BgClassName
{
background-color: #766A74;
}
</style>
border-color css
<style>
span { border-color: #766A74; }
span { border-color: rgb(118,106,116); }
td.TdClassName
{
border-color: #766A74;
}
.TagClassName
{
border-color: #766A74;
}
</style>