Shades of Russet #784C20
Tints of Russet #784C20
RGB
CMYK
RGB Variations
Color information
#784C20 (or 0x784C20) is known color: Russet. HEX triplet: 78, 4C and 20. RGB value is (120,76,32). Sum of RGB (Red+Green+Blue) = 120+76+32=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #784C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C20 is #87B3DF. Grayscale: #545454. Windows color (decimal): -8893408 or 2116728. OLE color: 2116728.
HSL color Cylindrical-coordinate representation of color #784C20: hue angle of 30º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #784C20 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 32 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.53 |
| HSL | 30º | 0.58% | 0.3% | - |
| HSV(B) | 30º | 0.73% | 0.47% | - |
| XYZ | 10.59 | 9.27 | 2.6 | - |
| YUV | 84.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 32 | 0 | 0.37 | 0.73 | 0.53 | 30 | 0.58 | 0.3 |
| Hex | 78 | 4C | 20 | 0 | 25 | 49 | 35 | 1E | 3A | 1E |
| Octal | 170 | 114 | 40 | 0 | 45 | 111 | 65 | 36 | 72 | 36 |
| Binary | 1111000 | 1001100 | 100000 | 0 | 100101 | 1001001 | 110101 | 11110 | 111010 | 11110 |
Color Harmonies of #784C20
Complementary color
Monochromatic Colors of #784C20
Black with #784C20
Text Example
Text Example
White with #784C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C20; }
p { color: rgb(120,76,32); }
H1.HeaderClassName
{
color: #784C20;
}
.AnyTagClassName
{
color: #784C20;
}
</style>
background-color css
<style>
a { background-color: #784C20; }
a { background-color: rgb(120,76,32); }
div.DivClassName
{
background-color: #784C20;
}
.BgClassName
{
background-color: #784C20;
}
</style>
border-color css
<style>
span { border-color: #784C20; }
span { border-color: rgb(120,76,32); }
td.TdClassName
{
border-color: #784C20;
}
.TagClassName
{
border-color: #784C20;
}
</style>