Shades of Russet #78491D
Tints of Russet #78491D
RGB
CMYK
RGB Variations
Color information
#78491D (or 0x78491D) is known color: Russet. HEX triplet: 78, 49 and 1D. RGB value is (120,73,29). Sum of RGB (Red+Green+Blue) = 120+73+29=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #78491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78491D is #87B6E2. Grayscale: #525252. Windows color (decimal): -8894179 or 1919352. OLE color: 1919352.
HSL color Cylindrical-coordinate representation of color #78491D: hue angle of 29.01º 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 #78491D is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 73 | 29 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.53 |
| HSL | 29.01º | 0.61% | 0.29% | - |
| HSV(B) | 29.01º | 0.76% | 0.47% | - |
| XYZ | 10.35 | 8.85 | 2.32 | - |
| YUV | 82.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 29 | 0 | 0.39 | 0.76 | 0.53 | 29.01 | 0.61 | 0.29 |
| Hex | 78 | 49 | 1D | 0 | 27 | 4C | 35 | 1D | 3D | 1D |
| Octal | 170 | 111 | 35 | 0 | 47 | 114 | 65 | 35 | 75 | 35 |
| Binary | 1111000 | 1001001 | 11101 | 0 | 100111 | 1001100 | 110101 | 11101 | 111101 | 11101 |
Color Harmonies of #78491D
Complementary color
Monochromatic Colors of #78491D
Black with #78491D
Text Example
Text Example
White with #78491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78491D; }
p { color: rgb(120,73,29); }
H1.HeaderClassName
{
color: #78491D;
}
.AnyTagClassName
{
color: #78491D;
}
</style>
background-color css
<style>
a { background-color: #78491D; }
a { background-color: rgb(120,73,29); }
div.DivClassName
{
background-color: #78491D;
}
.BgClassName
{
background-color: #78491D;
}
</style>
border-color css
<style>
span { border-color: #78491D; }
span { border-color: rgb(120,73,29); }
td.TdClassName
{
border-color: #78491D;
}
.TagClassName
{
border-color: #78491D;
}
</style>