Shades of Old Lavender #835C77
Tints of Old Lavender #835C77
RGB
CMYK
RGB Variations
Color information
#835C77 (or 0x835C77) is known color: Old Lavender. HEX triplet: 83, 5C and 77. RGB value is (131,92,119). Sum of RGB (Red+Green+Blue) = 131+92+119=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #835C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C77 is #7CA388. Grayscale: #6A6A6A. Windows color (decimal): -8168329 or 7822467. OLE color: 7822467.
HSL color Cylindrical-coordinate representation of color #835C77: hue angle of 318.46º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835C77 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 92 | 119 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.49 |
| HSL | 318.46º | 0.17% | 0.44% | - |
| HSV(B) | 318.46º | 0.3% | 0.51% | - |
| XYZ | 16.52 | 13.81 | 19.25 | - |
| YUV | 106.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 119 | 0 | 0.30 | 0.09 | 0.49 | 318.46 | 0.17 | 0.44 |
| Hex | 83 | 5C | 77 | 0 | 1E | 9 | 31 | 13E | 11 | 2C |
| Octal | 203 | 134 | 167 | 0 | 36 | 11 | 61 | 476 | 21 | 54 |
| Binary | 10000011 | 1011100 | 1110111 | 0 | 11110 | 1001 | 110001 | 100111110 | 10001 | 101100 |
Color Harmonies of #835C77
Complementary color
Monochromatic Colors of #835C77
Black with #835C77
Text Example
Text Example
White with #835C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835C77; }
p { color: rgb(131,92,119); }
H1.HeaderClassName
{
color: #835C77;
}
.AnyTagClassName
{
color: #835C77;
}
</style>
background-color css
<style>
a { background-color: #835C77; }
a { background-color: rgb(131,92,119); }
div.DivClassName
{
background-color: #835C77;
}
.BgClassName
{
background-color: #835C77;
}
</style>
border-color css
<style>
span { border-color: #835C77; }
span { border-color: rgb(131,92,119); }
td.TdClassName
{
border-color: #835C77;
}
.TagClassName
{
border-color: #835C77;
}
</style>