Shades of Old Lavender #785B74
Tints of Old Lavender #785B74
RGB
CMYK
RGB Variations
Color information
#785B74 (or 0x785B74) is known color: Old Lavender. HEX triplet: 78, 5B and 74. RGB value is (120,91,116). Sum of RGB (Red+Green+Blue) = 120+91+116=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #785B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B74 is #87A48B. Grayscale: #666666. Windows color (decimal): -8889484 or 7625592. OLE color: 7625592.
HSL color Cylindrical-coordinate representation of color #785B74: hue angle of 308.28º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785B74 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 91 | 116 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.53 |
| HSL | 308.28º | 0.14% | 0.41% | - |
| HSV(B) | 308.28º | 0.24% | 0.47% | - |
| XYZ | 14.64 | 12.74 | 18.21 | - |
| YUV | 102.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 116 | 0 | 0.24 | 0.03 | 0.53 | 308.28 | 0.14 | 0.41 |
| Hex | 78 | 5B | 74 | 0 | 18 | 3 | 35 | 134 | E | 29 |
| Octal | 170 | 133 | 164 | 0 | 30 | 3 | 65 | 464 | 16 | 51 |
| Binary | 1111000 | 1011011 | 1110100 | 0 | 11000 | 11 | 110101 | 100110100 | 1110 | 101001 |
Color Harmonies of #785B74
Complementary color
Monochromatic Colors of #785B74
Black with #785B74
Text Example
Text Example
White with #785B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B74; }
p { color: rgb(120,91,116); }
H1.HeaderClassName
{
color: #785B74;
}
.AnyTagClassName
{
color: #785B74;
}
</style>
background-color css
<style>
a { background-color: #785B74; }
a { background-color: rgb(120,91,116); }
div.DivClassName
{
background-color: #785B74;
}
.BgClassName
{
background-color: #785B74;
}
</style>
border-color css
<style>
span { border-color: #785B74; }
span { border-color: rgb(120,91,116); }
td.TdClassName
{
border-color: #785B74;
}
.TagClassName
{
border-color: #785B74;
}
</style>