Shades of Russet #784A21
Tints of Russet #784A21
RGB
CMYK
RGB Variations
Color information
#784A21 (or 0x784A21) is known color: Russet. HEX triplet: 78, 4A and 21. RGB value is (120,74,33). Sum of RGB (Red+Green+Blue) = 120+74+33=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #784A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A21 is #87B5DE. Grayscale: #535353. Windows color (decimal): -8893919 or 2181752. OLE color: 2181752.
HSL color Cylindrical-coordinate representation of color #784A21: hue angle of 28.28º degrees, saturation: 0.57, 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 #784A21 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 33 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.53 |
| HSL | 28.28º | 0.57% | 0.3% | - |
| HSV(B) | 28.28º | 0.73% | 0.47% | - |
| XYZ | 10.47 | 9 | 2.62 | - |
| YUV | 83.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 33 | 0 | 0.38 | 0.72 | 0.53 | 28.28 | 0.57 | 0.3 |
| Hex | 78 | 4A | 21 | 0 | 26 | 48 | 35 | 1C | 39 | 1E |
| Octal | 170 | 112 | 41 | 0 | 46 | 110 | 65 | 34 | 71 | 36 |
| Binary | 1111000 | 1001010 | 100001 | 0 | 100110 | 1001000 | 110101 | 11100 | 111001 | 11110 |
Color Harmonies of #784A21
Complementary color
Monochromatic Colors of #784A21
Black with #784A21
Text Example
Text Example
White with #784A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A21; }
p { color: rgb(120,74,33); }
H1.HeaderClassName
{
color: #784A21;
}
.AnyTagClassName
{
color: #784A21;
}
</style>
background-color css
<style>
a { background-color: #784A21; }
a { background-color: rgb(120,74,33); }
div.DivClassName
{
background-color: #784A21;
}
.BgClassName
{
background-color: #784A21;
}
</style>
border-color css
<style>
span { border-color: #784A21; }
span { border-color: rgb(120,74,33); }
td.TdClassName
{
border-color: #784A21;
}
.TagClassName
{
border-color: #784A21;
}
</style>