Shades of Russett #785A53
Tints of Russett #785A53
RGB
CMYK
RGB Variations
Color information
#785A53 (or 0x785A53) is known color: Russett. HEX triplet: 78, 5A and 53. RGB value is (120,90,83). Sum of RGB (Red+Green+Blue) = 120+90+83=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #785A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A53 is #87A5AC. Grayscale: #626262. Windows color (decimal): -8889773 or 5462648. OLE color: 5462648.
HSL color Cylindrical-coordinate representation of color #785A53: hue angle of 11.35º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785A53 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 83 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.53 |
| HSL | 11.35º | 0.18% | 0.4% | - |
| HSV(B) | 11.35º | 0.31% | 0.47% | - |
| XYZ | 12.96 | 11.93 | 9.8 | - |
| YUV | 98.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 83 | 0 | 0.25 | 0.31 | 0.53 | 11.35 | 0.18 | 0.4 |
| Hex | 78 | 5A | 53 | 0 | 19 | 1F | 35 | B | 12 | 28 |
| Octal | 170 | 132 | 123 | 0 | 31 | 37 | 65 | 13 | 22 | 50 |
| Binary | 1111000 | 1011010 | 1010011 | 0 | 11001 | 11111 | 110101 | 1011 | 10010 | 101000 |
Color Harmonies of #785A53
Complementary color
Monochromatic Colors of #785A53
Black with #785A53
Text Example
Text Example
White with #785A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A53; }
p { color: rgb(120,90,83); }
H1.HeaderClassName
{
color: #785A53;
}
.AnyTagClassName
{
color: #785A53;
}
</style>
background-color css
<style>
a { background-color: #785A53; }
a { background-color: rgb(120,90,83); }
div.DivClassName
{
background-color: #785A53;
}
.BgClassName
{
background-color: #785A53;
}
</style>
border-color css
<style>
span { border-color: #785A53; }
span { border-color: rgb(120,90,83); }
td.TdClassName
{
border-color: #785A53;
}
.TagClassName
{
border-color: #785A53;
}
</style>