Shades of Russett #785D58
Tints of Russett #785D58
RGB
CMYK
RGB Variations
Color information
#785D58 (or 0x785D58) is known color: Russett. HEX triplet: 78, 5D and 58. RGB value is (120,93,88). Sum of RGB (Red+Green+Blue) = 120+93+88=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #785D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D58 is #87A2A7. Grayscale: #646464. Windows color (decimal): -8889000 or 5791096. OLE color: 5791096.
HSL color Cylindrical-coordinate representation of color #785D58: hue angle of 9.38º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785D58 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 88 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.53 |
| HSL | 9.38º | 0.15% | 0.41% | - |
| HSV(B) | 9.38º | 0.27% | 0.47% | - |
| XYZ | 13.42 | 12.53 | 10.94 | - |
| YUV | 100.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 88 | 0 | 0.22 | 0.27 | 0.53 | 9.38 | 0.15 | 0.41 |
| Hex | 78 | 5D | 58 | 0 | 16 | 1B | 35 | 9 | F | 29 |
| Octal | 170 | 135 | 130 | 0 | 26 | 33 | 65 | 11 | 17 | 51 |
| Binary | 1111000 | 1011101 | 1011000 | 0 | 10110 | 11011 | 110101 | 1001 | 1111 | 101001 |
Color Harmonies of #785D58
Complementary color
Monochromatic Colors of #785D58
Black with #785D58
Text Example
Text Example
White with #785D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D58; }
p { color: rgb(120,93,88); }
H1.HeaderClassName
{
color: #785D58;
}
.AnyTagClassName
{
color: #785D58;
}
</style>
background-color css
<style>
a { background-color: #785D58; }
a { background-color: rgb(120,93,88); }
div.DivClassName
{
background-color: #785D58;
}
.BgClassName
{
background-color: #785D58;
}
</style>
border-color css
<style>
span { border-color: #785D58; }
span { border-color: rgb(120,93,88); }
td.TdClassName
{
border-color: #785D58;
}
.TagClassName
{
border-color: #785D58;
}
</style>