Shades of Russet #77461F
Tints of Russet #77461F
RGB
CMYK
RGB Variations
Color information
#77461F (or 0x77461F) is known color: Russet. HEX triplet: 77, 46 and 1F. RGB value is (119,70,31). Sum of RGB (Red+Green+Blue) = 119+70+31=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #77461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77461F is #88B9E0. Grayscale: #505050. Windows color (decimal): -8960481 or 2049655. OLE color: 2049655.
HSL color Cylindrical-coordinate representation of color #77461F: hue angle of 26.59º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77461F is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 70 | 31 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.53 |
| HSL | 26.59º | 0.59% | 0.29% | - |
| HSV(B) | 26.59º | 0.74% | 0.47% | - |
| XYZ | 10.05 | 8.4 | 2.39 | - |
| YUV | 80.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 31 | 0 | 0.41 | 0.74 | 0.53 | 26.59 | 0.59 | 0.29 |
| Hex | 77 | 46 | 1F | 0 | 29 | 4A | 35 | 1B | 3B | 1D |
| Octal | 167 | 106 | 37 | 0 | 51 | 112 | 65 | 33 | 73 | 35 |
| Binary | 1110111 | 1000110 | 11111 | 0 | 101001 | 1001010 | 110101 | 11011 | 111011 | 11101 |
Color Harmonies of #77461F
Complementary color
Monochromatic Colors of #77461F
Black with #77461F
Text Example
Text Example
White with #77461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77461F; }
p { color: rgb(119,70,31); }
H1.HeaderClassName
{
color: #77461F;
}
.AnyTagClassName
{
color: #77461F;
}
</style>
background-color css
<style>
a { background-color: #77461F; }
a { background-color: rgb(119,70,31); }
div.DivClassName
{
background-color: #77461F;
}
.BgClassName
{
background-color: #77461F;
}
</style>
border-color css
<style>
span { border-color: #77461F; }
span { border-color: rgb(119,70,31); }
td.TdClassName
{
border-color: #77461F;
}
.TagClassName
{
border-color: #77461F;
}
</style>