Shades of Russet #774621
Tints of Russet #774621
RGB
CMYK
RGB Variations
Color information
#774621 (or 0x774621) is known color: Russet. HEX triplet: 77, 46 and 21. RGB value is (119,70,33). Sum of RGB (Red+Green+Blue) = 119+70+33=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #774621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774621 is #88B9DE. Grayscale: #505050. Windows color (decimal): -8960479 or 2180727. OLE color: 2180727.
HSL color Cylindrical-coordinate representation of color #774621: hue angle of 25.81º degrees, saturation: 0.57, 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 #774621 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 70 | 33 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.53 |
| HSL | 25.81º | 0.57% | 0.3% | - |
| HSV(B) | 25.81º | 0.72% | 0.47% | - |
| XYZ | 10.07 | 8.41 | 2.53 | - |
| YUV | 80.43 | 101.23 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 33 | 0 | 0.41 | 0.72 | 0.53 | 25.81 | 0.57 | 0.3 |
| Hex | 77 | 46 | 21 | 0 | 29 | 48 | 35 | 1A | 39 | 1E |
| Octal | 167 | 106 | 41 | 0 | 51 | 110 | 65 | 32 | 71 | 36 |
| Binary | 1110111 | 1000110 | 100001 | 0 | 101001 | 1001000 | 110101 | 11010 | 111001 | 11110 |
Color Harmonies of #774621
Complementary color
Monochromatic Colors of #774621
Black with #774621
Text Example
Text Example
White with #774621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774621; }
p { color: rgb(119,70,33); }
H1.HeaderClassName
{
color: #774621;
}
.AnyTagClassName
{
color: #774621;
}
</style>
background-color css
<style>
a { background-color: #774621; }
a { background-color: rgb(119,70,33); }
div.DivClassName
{
background-color: #774621;
}
.BgClassName
{
background-color: #774621;
}
</style>
border-color css
<style>
span { border-color: #774621; }
span { border-color: rgb(119,70,33); }
td.TdClassName
{
border-color: #774621;
}
.TagClassName
{
border-color: #774621;
}
</style>