Shades of Russet #774922
Tints of Russet #774922
RGB
CMYK
RGB Variations
Color information
#774922 (or 0x774922) is known color: Russet. HEX triplet: 77, 49 and 22. RGB value is (119,73,34). Sum of RGB (Red+Green+Blue) = 119+73+34=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #774922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774922 is #88B6DD. Grayscale: #525252. Windows color (decimal): -8959710 or 2247031. OLE color: 2247031.
HSL color Cylindrical-coordinate representation of color #774922: hue angle of 27.53º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #774922 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 73 | 34 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.53 |
| HSL | 27.53º | 0.56% | 0.3% | - |
| HSV(B) | 27.53º | 0.71% | 0.47% | - |
| XYZ | 10.28 | 8.8 | 2.67 | - |
| YUV | 82.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 34 | 0 | 0.39 | 0.71 | 0.53 | 27.53 | 0.56 | 0.3 |
| Hex | 77 | 49 | 22 | 0 | 27 | 47 | 35 | 1C | 38 | 1E |
| Octal | 167 | 111 | 42 | 0 | 47 | 107 | 65 | 34 | 70 | 36 |
| Binary | 1110111 | 1001001 | 100010 | 0 | 100111 | 1000111 | 110101 | 11100 | 111000 | 11110 |
Color Harmonies of #774922
Complementary color
Monochromatic Colors of #774922
Black with #774922
Text Example
Text Example
White with #774922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774922; }
p { color: rgb(119,73,34); }
H1.HeaderClassName
{
color: #774922;
}
.AnyTagClassName
{
color: #774922;
}
</style>
background-color css
<style>
a { background-color: #774922; }
a { background-color: rgb(119,73,34); }
div.DivClassName
{
background-color: #774922;
}
.BgClassName
{
background-color: #774922;
}
</style>
border-color css
<style>
span { border-color: #774922; }
span { border-color: rgb(119,73,34); }
td.TdClassName
{
border-color: #774922;
}
.TagClassName
{
border-color: #774922;
}
</style>