Shades of Russet #77441E
Tints of Russet #77441E
RGB
CMYK
RGB Variations
Color information
#77441E (or 0x77441E) is known color: Russet. HEX triplet: 77, 44 and 1E. RGB value is (119,68,30). Sum of RGB (Red+Green+Blue) = 119+68+30=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77441E is #88BBE1. Grayscale: #4F4F4F. Windows color (decimal): -8960994 or 1983607. OLE color: 1983607.
HSL color Cylindrical-coordinate representation of color #77441E: hue angle of 25.62º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77441E is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 68 | 30 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.53 |
| HSL | 25.62º | 0.6% | 0.29% | - |
| HSV(B) | 25.62º | 0.75% | 0.47% | - |
| XYZ | 9.91 | 8.15 | 2.28 | - |
| YUV | 78.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 30 | 0 | 0.43 | 0.75 | 0.53 | 25.62 | 0.6 | 0.29 |
| Hex | 77 | 44 | 1E | 0 | 2B | 4B | 35 | 1A | 3C | 1D |
| Octal | 167 | 104 | 36 | 0 | 53 | 113 | 65 | 32 | 74 | 35 |
| Binary | 1110111 | 1000100 | 11110 | 0 | 101011 | 1001011 | 110101 | 11010 | 111100 | 11101 |
Color Harmonies of #77441E
Complementary color
Monochromatic Colors of #77441E
Black with #77441E
Text Example
Text Example
White with #77441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77441E; }
p { color: rgb(119,68,30); }
H1.HeaderClassName
{
color: #77441E;
}
.AnyTagClassName
{
color: #77441E;
}
</style>
background-color css
<style>
a { background-color: #77441E; }
a { background-color: rgb(119,68,30); }
div.DivClassName
{
background-color: #77441E;
}
.BgClassName
{
background-color: #77441E;
}
</style>
border-color css
<style>
span { border-color: #77441E; }
span { border-color: rgb(119,68,30); }
td.TdClassName
{
border-color: #77441E;
}
.TagClassName
{
border-color: #77441E;
}
</style>