Shades of Russet #773D10
Tints of Russet #773D10
RGB
CMYK
RGB Variations
Color information
#773D10 (or 0x773D10) is known color: Russet. HEX triplet: 77, 3D and 10. RGB value is (119,61,16). Sum of RGB (Red+Green+Blue) = 119+61+16=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #773D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773D10 is #88C2EF. Grayscale: #494949. Windows color (decimal): -8962800 or 1064311. OLE color: 1064311.
HSL color Cylindrical-coordinate representation of color #773D10: hue angle of 26.21º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #773D10 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 16 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.53 |
| HSL | 26.21º | 0.76% | 0.26% | - |
| HSV(B) | 26.21º | 0.87% | 0.47% | - |
| XYZ | 9.37 | 7.3 | 1.4 | - |
| YUV | 73.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 16 | 0 | 0.49 | 0.87 | 0.53 | 26.21 | 0.76 | 0.26 |
| Hex | 77 | 3D | 10 | 0 | 31 | 57 | 35 | 1A | 4C | 1A |
| Octal | 167 | 75 | 20 | 0 | 61 | 127 | 65 | 32 | 114 | 32 |
| Binary | 1110111 | 111101 | 10000 | 0 | 110001 | 1010111 | 110101 | 11010 | 1001100 | 11010 |
Color Harmonies of #773D10
Complementary color
Monochromatic Colors of #773D10
Black with #773D10
Text Example
Text Example
White with #773D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D10; }
p { color: rgb(119,61,16); }
H1.HeaderClassName
{
color: #773D10;
}
.AnyTagClassName
{
color: #773D10;
}
</style>
background-color css
<style>
a { background-color: #773D10; }
a { background-color: rgb(119,61,16); }
div.DivClassName
{
background-color: #773D10;
}
.BgClassName
{
background-color: #773D10;
}
</style>
border-color css
<style>
span { border-color: #773D10; }
span { border-color: rgb(119,61,16); }
td.TdClassName
{
border-color: #773D10;
}
.TagClassName
{
border-color: #773D10;
}
</style>