Shades of Russett #785E54
Tints of Russett #785E54
RGB
CMYK
RGB Variations
Color information
#785E54 (or 0x785E54) is known color: Russett. HEX triplet: 78, 5E and 54. RGB value is (120,94,84). Sum of RGB (Red+Green+Blue) = 120+94+84=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #785E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E54 is #87A1AB. Grayscale: #646464. Windows color (decimal): -8888748 or 5529208. OLE color: 5529208.
HSL color Cylindrical-coordinate representation of color #785E54: hue angle of 16.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #785E54 is Cyan = 0, Magento = 0.22, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 84 | - |
| CMYK | 0 | 0.22 | 0.3 | 0.53 |
| HSL | 16.67º | 0.18% | 0.4% | - |
| HSV(B) | 16.67º | 0.3% | 0.47% | - |
| XYZ | 13.35 | 12.64 | 10.12 | - |
| YUV | 100.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 84 | 0 | 0.22 | 0.3 | 0.53 | 16.67 | 0.18 | 0.4 |
| Hex | 78 | 5E | 54 | 0 | 16 | 1E | 35 | 11 | 12 | 28 |
| Octal | 170 | 136 | 124 | 0 | 26 | 36 | 65 | 21 | 22 | 50 |
| Binary | 1111000 | 1011110 | 1010100 | 0 | 10110 | 11110 | 110101 | 10001 | 10010 | 101000 |
Color Harmonies of #785E54
Complementary color
Monochromatic Colors of #785E54
Black with #785E54
Text Example
Text Example
White with #785E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E54; }
p { color: rgb(120,94,84); }
H1.HeaderClassName
{
color: #785E54;
}
.AnyTagClassName
{
color: #785E54;
}
</style>
background-color css
<style>
a { background-color: #785E54; }
a { background-color: rgb(120,94,84); }
div.DivClassName
{
background-color: #785E54;
}
.BgClassName
{
background-color: #785E54;
}
</style>
border-color css
<style>
span { border-color: #785E54; }
span { border-color: rgb(120,94,84); }
td.TdClassName
{
border-color: #785E54;
}
.TagClassName
{
border-color: #785E54;
}
</style>