Shades of Russet #784620
Tints of Russet #784620
RGB
CMYK
RGB Variations
Color information
#784620 (or 0x784620) is known color: Russet. HEX triplet: 78, 46 and 20. RGB value is (120,70,32). Sum of RGB (Red+Green+Blue) = 120+70+32=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #784620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784620 is #87B9DF. Grayscale: #505050. Windows color (decimal): -8894944 or 2115192. OLE color: 2115192.
HSL color Cylindrical-coordinate representation of color #784620: hue angle of 25.91º 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 #784620 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 70 | 32 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.53 |
| HSL | 25.91º | 0.58% | 0.3% | - |
| HSV(B) | 25.91º | 0.73% | 0.47% | - |
| XYZ | 10.2 | 8.48 | 2.47 | - |
| YUV | 80.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 32 | 0 | 0.42 | 0.73 | 0.53 | 25.91 | 0.58 | 0.3 |
| Hex | 78 | 46 | 20 | 0 | 2A | 49 | 35 | 1A | 3A | 1E |
| Octal | 170 | 106 | 40 | 0 | 52 | 111 | 65 | 32 | 72 | 36 |
| Binary | 1111000 | 1000110 | 100000 | 0 | 101010 | 1001001 | 110101 | 11010 | 111010 | 11110 |
Color Harmonies of #784620
Complementary color
Monochromatic Colors of #784620
Black with #784620
Text Example
Text Example
White with #784620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784620; }
p { color: rgb(120,70,32); }
H1.HeaderClassName
{
color: #784620;
}
.AnyTagClassName
{
color: #784620;
}
</style>
background-color css
<style>
a { background-color: #784620; }
a { background-color: rgb(120,70,32); }
div.DivClassName
{
background-color: #784620;
}
.BgClassName
{
background-color: #784620;
}
</style>
border-color css
<style>
span { border-color: #784620; }
span { border-color: rgb(120,70,32); }
td.TdClassName
{
border-color: #784620;
}
.TagClassName
{
border-color: #784620;
}
</style>