Shades of Old Lavender #766574
Tints of Old Lavender #766574
RGB
CMYK
RGB Variations
Color information
#766574 (or 0x766574) is known color: Old Lavender. HEX triplet: 76, 65 and 74. RGB value is (118,101,116). Sum of RGB (Red+Green+Blue) = 118+101+116=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766574 is #899A8B. Grayscale: #6B6B6B. Windows color (decimal): -9017996 or 7628150. OLE color: 7628150.
HSL color Cylindrical-coordinate representation of color #766574: hue angle of 307.06º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766574 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 101 | 116 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.54 |
| HSL | 307.06º | 0.08% | 0.43% | - |
| HSV(B) | 307.06º | 0.14% | 0.46% | - |
| XYZ | 15.28 | 14.42 | 18.5 | - |
| YUV | 107.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 116 | 0 | 0.14 | 0.02 | 0.54 | 307.06 | 0.08 | 0.43 |
| Hex | 76 | 65 | 74 | 0 | E | 2 | 36 | 133 | 8 | 2B |
| Octal | 166 | 145 | 164 | 0 | 16 | 2 | 66 | 463 | 10 | 53 |
| Binary | 1110110 | 1100101 | 1110100 | 0 | 1110 | 10 | 110110 | 100110011 | 1000 | 101011 |
Color Harmonies of #766574
Complementary color
Monochromatic Colors of #766574
Black with #766574
Text Example
Text Example
White with #766574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766574; }
p { color: rgb(118,101,116); }
H1.HeaderClassName
{
color: #766574;
}
.AnyTagClassName
{
color: #766574;
}
</style>
background-color css
<style>
a { background-color: #766574; }
a { background-color: rgb(118,101,116); }
div.DivClassName
{
background-color: #766574;
}
.BgClassName
{
background-color: #766574;
}
</style>
border-color css
<style>
span { border-color: #766574; }
span { border-color: rgb(118,101,116); }
td.TdClassName
{
border-color: #766574;
}
.TagClassName
{
border-color: #766574;
}
</style>