Shades of Old Lavender #766B74
Tints of Old Lavender #766B74
RGB
CMYK
RGB Variations
Color information
#766B74 (or 0x766B74) is known color: Old Lavender. HEX triplet: 76, 6B and 74. RGB value is (118,107,116). Sum of RGB (Red+Green+Blue) = 118+107+116=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #766B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B74 is #89948B. Grayscale: #6F6F6F. Windows color (decimal): -9016460 or 7629686. OLE color: 7629686.
HSL color Cylindrical-coordinate representation of color #766B74: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766B74 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 116 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.54 |
| HSL | 310.91º | 0.05% | 0.44% | - |
| HSV(B) | 310.91º | 0.09% | 0.46% | - |
| XYZ | 15.88 | 15.63 | 18.7 | - |
| YUV | 111.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 116 | 0 | 0.09 | 0.02 | 0.54 | 310.91 | 0.05 | 0.44 |
| Hex | 76 | 6B | 74 | 0 | 9 | 2 | 36 | 137 | 5 | 2C |
| Octal | 166 | 153 | 164 | 0 | 11 | 2 | 66 | 467 | 5 | 54 |
| Binary | 1110110 | 1101011 | 1110100 | 0 | 1001 | 10 | 110110 | 100110111 | 101 | 101100 |
Color Harmonies of #766B74
Complementary color
Monochromatic Colors of #766B74
Black with #766B74
Text Example
Text Example
White with #766B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B74; }
p { color: rgb(118,107,116); }
H1.HeaderClassName
{
color: #766B74;
}
.AnyTagClassName
{
color: #766B74;
}
</style>
background-color css
<style>
a { background-color: #766B74; }
a { background-color: rgb(118,107,116); }
div.DivClassName
{
background-color: #766B74;
}
.BgClassName
{
background-color: #766B74;
}
</style>
border-color css
<style>
span { border-color: #766B74; }
span { border-color: rgb(118,107,116); }
td.TdClassName
{
border-color: #766B74;
}
.TagClassName
{
border-color: #766B74;
}
</style>