Shades of Russet #784A22
Tints of Russet #784A22
RGB
CMYK
RGB Variations
Color information
#784A22 (or 0x784A22) is known color: Russet. HEX triplet: 78, 4A and 22. RGB value is (120,74,34). Sum of RGB (Red+Green+Blue) = 120+74+34=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #784A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A22 is #87B5DD. Grayscale: #535353. Windows color (decimal): -8893918 or 2247288. OLE color: 2247288.
HSL color Cylindrical-coordinate representation of color #784A22: hue angle of 27.91º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #784A22 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 34 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.53 |
| HSL | 27.91º | 0.56% | 0.3% | - |
| HSV(B) | 27.91º | 0.72% | 0.47% | - |
| XYZ | 10.48 | 9.01 | 2.7 | - |
| YUV | 83.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 34 | 0 | 0.38 | 0.72 | 0.53 | 27.91 | 0.56 | 0.3 |
| Hex | 78 | 4A | 22 | 0 | 26 | 48 | 35 | 1C | 38 | 1E |
| Octal | 170 | 112 | 42 | 0 | 46 | 110 | 65 | 34 | 70 | 36 |
| Binary | 1111000 | 1001010 | 100010 | 0 | 100110 | 1001000 | 110101 | 11100 | 111000 | 11110 |
Color Harmonies of #784A22
Complementary color
Monochromatic Colors of #784A22
Black with #784A22
Text Example
Text Example
White with #784A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A22; }
p { color: rgb(120,74,34); }
H1.HeaderClassName
{
color: #784A22;
}
.AnyTagClassName
{
color: #784A22;
}
</style>
background-color css
<style>
a { background-color: #784A22; }
a { background-color: rgb(120,74,34); }
div.DivClassName
{
background-color: #784A22;
}
.BgClassName
{
background-color: #784A22;
}
</style>
border-color css
<style>
span { border-color: #784A22; }
span { border-color: rgb(120,74,34); }
td.TdClassName
{
border-color: #784A22;
}
.TagClassName
{
border-color: #784A22;
}
</style>