Shades of Old Lavender #7D6177
Tints of Old Lavender #7D6177
RGB
CMYK
RGB Variations
Color information
#7D6177 (or 0x7D6177) is known color: Old Lavender. HEX triplet: 7D, 61 and 77. RGB value is (125,97,119). Sum of RGB (Red+Green+Blue) = 125+97+119=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6177 is #829E88. Grayscale: #6B6B6B. Windows color (decimal): -8560265 or 7823741. OLE color: 7823741.
HSL color Cylindrical-coordinate representation of color #7D6177: hue angle of 312.86º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6177 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 119 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.51 |
| HSL | 312.86º | 0.13% | 0.44% | - |
| HSV(B) | 312.86º | 0.22% | 0.49% | - |
| XYZ | 16.06 | 14.24 | 19.36 | - |
| YUV | 107.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 119 | 0 | 0.22 | 0.05 | 0.51 | 312.86 | 0.13 | 0.44 |
| Hex | 7D | 61 | 77 | 0 | 16 | 5 | 33 | 139 | D | 2C |
| Octal | 175 | 141 | 167 | 0 | 26 | 5 | 63 | 471 | 15 | 54 |
| Binary | 1111101 | 1100001 | 1110111 | 0 | 10110 | 101 | 110011 | 100111001 | 1101 | 101100 |
Color Harmonies of #7D6177
Complementary color
Monochromatic Colors of #7D6177
Black with #7D6177
Text Example
Text Example
White with #7D6177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6177; }
p { color: rgb(125,97,119); }
H1.HeaderClassName
{
color: #7D6177;
}
.AnyTagClassName
{
color: #7D6177;
}
</style>
background-color css
<style>
a { background-color: #7D6177; }
a { background-color: rgb(125,97,119); }
div.DivClassName
{
background-color: #7D6177;
}
.BgClassName
{
background-color: #7D6177;
}
</style>
border-color css
<style>
span { border-color: #7D6177; }
span { border-color: rgb(125,97,119); }
td.TdClassName
{
border-color: #7D6177;
}
.TagClassName
{
border-color: #7D6177;
}
</style>