Shades of Russet #78461D
Tints of Russet #78461D
RGB
CMYK
RGB Variations
Color information
#78461D (or 0x78461D) is known color: Russet. HEX triplet: 78, 46 and 1D. RGB value is (120,70,29). Sum of RGB (Red+Green+Blue) = 120+70+29=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78461D is #87B9E2. Grayscale: #505050. Windows color (decimal): -8894947 or 1918584. OLE color: 1918584.
HSL color Cylindrical-coordinate representation of color #78461D: hue angle of 27.03º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78461D is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 70 | 29 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.53 |
| HSL | 27.03º | 0.61% | 0.29% | - |
| HSV(B) | 27.03º | 0.76% | 0.47% | - |
| XYZ | 10.16 | 8.46 | 2.26 | - |
| YUV | 80.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 29 | 0 | 0.42 | 0.76 | 0.53 | 27.03 | 0.61 | 0.29 |
| Hex | 78 | 46 | 1D | 0 | 2A | 4C | 35 | 1B | 3D | 1D |
| Octal | 170 | 106 | 35 | 0 | 52 | 114 | 65 | 33 | 75 | 35 |
| Binary | 1111000 | 1000110 | 11101 | 0 | 101010 | 1001100 | 110101 | 11011 | 111101 | 11101 |
Color Harmonies of #78461D
Complementary color
Monochromatic Colors of #78461D
Black with #78461D
Text Example
Text Example
White with #78461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78461D; }
p { color: rgb(120,70,29); }
H1.HeaderClassName
{
color: #78461D;
}
.AnyTagClassName
{
color: #78461D;
}
</style>
background-color css
<style>
a { background-color: #78461D; }
a { background-color: rgb(120,70,29); }
div.DivClassName
{
background-color: #78461D;
}
.BgClassName
{
background-color: #78461D;
}
</style>
border-color css
<style>
span { border-color: #78461D; }
span { border-color: rgb(120,70,29); }
td.TdClassName
{
border-color: #78461D;
}
.TagClassName
{
border-color: #78461D;
}
</style>