Shades of Russet #774A1C
Tints of Russet #774A1C
RGB
CMYK
RGB Variations
Color information
#774A1C (or 0x774A1C) is known color: Russet. HEX triplet: 77, 4A and 1C. RGB value is (119,74,28). Sum of RGB (Red+Green+Blue) = 119+74+28=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #774A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A1C is #88B5E3. Grayscale: #525252. Windows color (decimal): -8959460 or 1854071. OLE color: 1854071.
HSL color Cylindrical-coordinate representation of color #774A1C: hue angle of 30.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #774A1C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 28 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.53 |
| HSL | 30.33º | 0.62% | 0.29% | - |
| HSV(B) | 30.33º | 0.76% | 0.47% | - |
| XYZ | 10.27 | 8.9 | 2.28 | - |
| YUV | 82.21 | 97.41 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 28 | 0 | 0.38 | 0.76 | 0.53 | 30.33 | 0.62 | 0.29 |
| Hex | 77 | 4A | 1C | 0 | 26 | 4C | 35 | 1E | 3E | 1D |
| Octal | 167 | 112 | 34 | 0 | 46 | 114 | 65 | 36 | 76 | 35 |
| Binary | 1110111 | 1001010 | 11100 | 0 | 100110 | 1001100 | 110101 | 11110 | 111110 | 11101 |
Color Harmonies of #774A1C
Complementary color
Monochromatic Colors of #774A1C
Black with #774A1C
Text Example
Text Example
White with #774A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A1C; }
p { color: rgb(119,74,28); }
H1.HeaderClassName
{
color: #774A1C;
}
.AnyTagClassName
{
color: #774A1C;
}
</style>
background-color css
<style>
a { background-color: #774A1C; }
a { background-color: rgb(119,74,28); }
div.DivClassName
{
background-color: #774A1C;
}
.BgClassName
{
background-color: #774A1C;
}
</style>
border-color css
<style>
span { border-color: #774A1C; }
span { border-color: rgb(119,74,28); }
td.TdClassName
{
border-color: #774A1C;
}
.TagClassName
{
border-color: #774A1C;
}
</style>