Shades of Russet #77441A
Tints of Russet #77441A
RGB
CMYK
RGB Variations
Color information
#77441A (or 0x77441A) is known color: Russet. HEX triplet: 77, 44 and 1A. RGB value is (119,68,26). Sum of RGB (Red+Green+Blue) = 119+68+26=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77441A is #88BBE5. Grayscale: #4E4E4E. Windows color (decimal): -8960998 or 1721463. OLE color: 1721463.
HSL color Cylindrical-coordinate representation of color #77441A: hue angle of 27.1º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77441A is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 68 | 26 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.53 |
| HSL | 27.1º | 0.64% | 0.28% | - |
| HSV(B) | 27.1º | 0.78% | 0.47% | - |
| XYZ | 9.86 | 8.13 | 2.03 | - |
| YUV | 78.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 26 | 0 | 0.43 | 0.78 | 0.53 | 27.1 | 0.64 | 0.28 |
| Hex | 77 | 44 | 1A | 0 | 2B | 4E | 35 | 1B | 40 | 1C |
| Octal | 167 | 104 | 32 | 0 | 53 | 116 | 65 | 33 | 100 | 34 |
| Binary | 1110111 | 1000100 | 11010 | 0 | 101011 | 1001110 | 110101 | 11011 | 1000000 | 11100 |
Color Harmonies of #77441A
Complementary color
Monochromatic Colors of #77441A
Black with #77441A
Text Example
Text Example
White with #77441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77441A; }
p { color: rgb(119,68,26); }
H1.HeaderClassName
{
color: #77441A;
}
.AnyTagClassName
{
color: #77441A;
}
</style>
background-color css
<style>
a { background-color: #77441A; }
a { background-color: rgb(119,68,26); }
div.DivClassName
{
background-color: #77441A;
}
.BgClassName
{
background-color: #77441A;
}
</style>
border-color css
<style>
span { border-color: #77441A; }
span { border-color: rgb(119,68,26); }
td.TdClassName
{
border-color: #77441A;
}
.TagClassName
{
border-color: #77441A;
}
</style>