Shades of Russet #77461A
Tints of Russet #77461A
RGB
CMYK
RGB Variations
Color information
#77461A (or 0x77461A) is known color: Russet. HEX triplet: 77, 46 and 1A. RGB value is (119,70,26). Sum of RGB (Red+Green+Blue) = 119+70+26=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77461A is #88B9E5. Grayscale: #4F4F4F. Windows color (decimal): -8960486 or 1721975. OLE color: 1721975.
HSL color Cylindrical-coordinate representation of color #77461A: hue angle of 28.39º 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 #77461A is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 70 | 26 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.53 |
| HSL | 28.39º | 0.64% | 0.28% | - |
| HSV(B) | 28.39º | 0.78% | 0.47% | - |
| XYZ | 9.98 | 8.38 | 2.07 | - |
| YUV | 79.64 | 97.73 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 26 | 0 | 0.41 | 0.78 | 0.53 | 28.39 | 0.64 | 0.28 |
| Hex | 77 | 46 | 1A | 0 | 29 | 4E | 35 | 1C | 40 | 1C |
| Octal | 167 | 106 | 32 | 0 | 51 | 116 | 65 | 34 | 100 | 34 |
| Binary | 1110111 | 1000110 | 11010 | 0 | 101001 | 1001110 | 110101 | 11100 | 1000000 | 11100 |
Color Harmonies of #77461A
Complementary color
Monochromatic Colors of #77461A
Black with #77461A
Text Example
Text Example
White with #77461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77461A; }
p { color: rgb(119,70,26); }
H1.HeaderClassName
{
color: #77461A;
}
.AnyTagClassName
{
color: #77461A;
}
</style>
background-color css
<style>
a { background-color: #77461A; }
a { background-color: rgb(119,70,26); }
div.DivClassName
{
background-color: #77461A;
}
.BgClassName
{
background-color: #77461A;
}
</style>
border-color css
<style>
span { border-color: #77461A; }
span { border-color: rgb(119,70,26); }
td.TdClassName
{
border-color: #77461A;
}
.TagClassName
{
border-color: #77461A;
}
</style>