Shades of Old Lavender #766572
Tints of Old Lavender #766572
RGB
CMYK
RGB Variations
Color information
#766572 (or 0x766572) is known color: Old Lavender. HEX triplet: 76, 65 and 72. RGB value is (118,101,114). Sum of RGB (Red+Green+Blue) = 118+101+114=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766572 is #899A8D. Grayscale: #6B6B6B. Windows color (decimal): -9017998 or 7497078. OLE color: 7497078.
HSL color Cylindrical-coordinate representation of color #766572: hue angle of 314.12º 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 #766572 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 101 | 114 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.54 |
| HSL | 314.12º | 0.08% | 0.43% | - |
| HSV(B) | 314.12º | 0.14% | 0.46% | - |
| XYZ | 15.16 | 14.37 | 17.89 | - |
| YUV | 107.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 114 | 0 | 0.14 | 0.03 | 0.54 | 314.12 | 0.08 | 0.43 |
| Hex | 76 | 65 | 72 | 0 | E | 3 | 36 | 13A | 8 | 2B |
| Octal | 166 | 145 | 162 | 0 | 16 | 3 | 66 | 472 | 10 | 53 |
| Binary | 1110110 | 1100101 | 1110010 | 0 | 1110 | 11 | 110110 | 100111010 | 1000 | 101011 |
Color Harmonies of #766572
Complementary color
Monochromatic Colors of #766572
Black with #766572
Text Example
Text Example
White with #766572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766572; }
p { color: rgb(118,101,114); }
H1.HeaderClassName
{
color: #766572;
}
.AnyTagClassName
{
color: #766572;
}
</style>
background-color css
<style>
a { background-color: #766572; }
a { background-color: rgb(118,101,114); }
div.DivClassName
{
background-color: #766572;
}
.BgClassName
{
background-color: #766572;
}
</style>
border-color css
<style>
span { border-color: #766572; }
span { border-color: rgb(118,101,114); }
td.TdClassName
{
border-color: #766572;
}
.TagClassName
{
border-color: #766572;
}
</style>