Shades of Russett #785D54
Tints of Russett #785D54
RGB
CMYK
RGB Variations
Color information
#785D54 (or 0x785D54) is known color: Russett. HEX triplet: 78, 5D and 54. RGB value is (120,93,84). Sum of RGB (Red+Green+Blue) = 120+93+84=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #785D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D54 is #87A2AB. Grayscale: #646464. Windows color (decimal): -8889004 or 5528952. OLE color: 5528952.
HSL color Cylindrical-coordinate representation of color #785D54: hue angle of 15º 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 #785D54 is Cyan = 0, Magento = 0.22, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 84 | - |
| CMYK | 0 | 0.22 | 0.3 | 0.53 |
| HSL | 15º | 0.18% | 0.4% | - |
| HSV(B) | 15º | 0.3% | 0.47% | - |
| XYZ | 13.26 | 12.46 | 10.09 | - |
| YUV | 100.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 84 | 0 | 0.22 | 0.3 | 0.53 | 15 | 0.18 | 0.4 |
| Hex | 78 | 5D | 54 | 0 | 16 | 1E | 35 | F | 12 | 28 |
| Octal | 170 | 135 | 124 | 0 | 26 | 36 | 65 | 17 | 22 | 50 |
| Binary | 1111000 | 1011101 | 1010100 | 0 | 10110 | 11110 | 110101 | 1111 | 10010 | 101000 |
Color Harmonies of #785D54
Complementary color
Monochromatic Colors of #785D54
Black with #785D54
Text Example
Text Example
White with #785D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D54; }
p { color: rgb(120,93,84); }
H1.HeaderClassName
{
color: #785D54;
}
.AnyTagClassName
{
color: #785D54;
}
</style>
background-color css
<style>
a { background-color: #785D54; }
a { background-color: rgb(120,93,84); }
div.DivClassName
{
background-color: #785D54;
}
.BgClassName
{
background-color: #785D54;
}
</style>
border-color css
<style>
span { border-color: #785D54; }
span { border-color: rgb(120,93,84); }
td.TdClassName
{
border-color: #785D54;
}
.TagClassName
{
border-color: #785D54;
}
</style>