Shades of Russet #774216
Tints of Russet #774216
RGB
CMYK
RGB Variations
Color information
#774216 (or 0x774216) is known color: Russet. HEX triplet: 77, 42 and 16. RGB value is (119,66,22). Sum of RGB (Red+Green+Blue) = 119+66+22=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #774216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774216 is #88BDE9. Grayscale: #4D4D4D. Windows color (decimal): -8961514 or 1458807. OLE color: 1458807.
HSL color Cylindrical-coordinate representation of color #774216: hue angle of 27.22º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #774216 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 66 | 22 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.53 |
| HSL | 27.22º | 0.69% | 0.28% | - |
| HSV(B) | 27.22º | 0.82% | 0.47% | - |
| XYZ | 9.7 | 7.88 | 1.77 | - |
| YUV | 76.83 | 97.06 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 22 | 0 | 0.45 | 0.82 | 0.53 | 27.22 | 0.69 | 0.28 |
| Hex | 77 | 42 | 16 | 0 | 2D | 52 | 35 | 1B | 45 | 1C |
| Octal | 167 | 102 | 26 | 0 | 55 | 122 | 65 | 33 | 105 | 34 |
| Binary | 1110111 | 1000010 | 10110 | 0 | 101101 | 1010010 | 110101 | 11011 | 1000101 | 11100 |
Color Harmonies of #774216
Complementary color
Monochromatic Colors of #774216
Black with #774216
Text Example
Text Example
White with #774216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774216; }
p { color: rgb(119,66,22); }
H1.HeaderClassName
{
color: #774216;
}
.AnyTagClassName
{
color: #774216;
}
</style>
background-color css
<style>
a { background-color: #774216; }
a { background-color: rgb(119,66,22); }
div.DivClassName
{
background-color: #774216;
}
.BgClassName
{
background-color: #774216;
}
</style>
border-color css
<style>
span { border-color: #774216; }
span { border-color: rgb(119,66,22); }
td.TdClassName
{
border-color: #774216;
}
.TagClassName
{
border-color: #774216;
}
</style>