Shades of Russet #784D20
Tints of Russet #784D20
RGB
CMYK
RGB Variations
Color information
#784D20 (or 0x784D20) is known color: Russet. HEX triplet: 78, 4D and 20. RGB value is (120,77,32). Sum of RGB (Red+Green+Blue) = 120+77+32=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #784D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784D20 is #87B2DF. Grayscale: #545454. Windows color (decimal): -8893152 or 2116984. OLE color: 2116984.
HSL color Cylindrical-coordinate representation of color #784D20: hue angle of 30.68º 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 #784D20 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 77 | 32 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.53 |
| HSL | 30.68º | 0.58% | 0.3% | - |
| HSV(B) | 30.68º | 0.73% | 0.47% | - |
| XYZ | 10.66 | 9.41 | 2.62 | - |
| YUV | 84.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 32 | 0 | 0.36 | 0.73 | 0.53 | 30.68 | 0.58 | 0.3 |
| Hex | 78 | 4D | 20 | 0 | 24 | 49 | 35 | 1F | 3A | 1E |
| Octal | 170 | 115 | 40 | 0 | 44 | 111 | 65 | 37 | 72 | 36 |
| Binary | 1111000 | 1001101 | 100000 | 0 | 100100 | 1001001 | 110101 | 11111 | 111010 | 11110 |
Color Harmonies of #784D20
Complementary color
Monochromatic Colors of #784D20
Black with #784D20
Text Example
Text Example
White with #784D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D20; }
p { color: rgb(120,77,32); }
H1.HeaderClassName
{
color: #784D20;
}
.AnyTagClassName
{
color: #784D20;
}
</style>
background-color css
<style>
a { background-color: #784D20; }
a { background-color: rgb(120,77,32); }
div.DivClassName
{
background-color: #784D20;
}
.BgClassName
{
background-color: #784D20;
}
</style>
border-color css
<style>
span { border-color: #784D20; }
span { border-color: rgb(120,77,32); }
td.TdClassName
{
border-color: #784D20;
}
.TagClassName
{
border-color: #784D20;
}
</style>