Shades of Russet #78481D
Tints of Russet #78481D
RGB
CMYK
RGB Variations
Color information
#78481D (or 0x78481D) is known color: Russet. HEX triplet: 78, 48 and 1D. RGB value is (120,72,29). Sum of RGB (Red+Green+Blue) = 120+72+29=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #78481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78481D is #87B7E2. Grayscale: #515151. Windows color (decimal): -8894435 or 1919096. OLE color: 1919096.
HSL color Cylindrical-coordinate representation of color #78481D: hue angle of 28.35º 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 #78481D is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 72 | 29 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.53 |
| HSL | 28.35º | 0.61% | 0.29% | - |
| HSV(B) | 28.35º | 0.76% | 0.47% | - |
| XYZ | 10.28 | 8.72 | 2.3 | - |
| YUV | 81.45 | 98.4 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 29 | 0 | 0.40 | 0.76 | 0.53 | 28.35 | 0.61 | 0.29 |
| Hex | 78 | 48 | 1D | 0 | 28 | 4C | 35 | 1C | 3D | 1D |
| Octal | 170 | 110 | 35 | 0 | 50 | 114 | 65 | 34 | 75 | 35 |
| Binary | 1111000 | 1001000 | 11101 | 0 | 101000 | 1001100 | 110101 | 11100 | 111101 | 11101 |
Color Harmonies of #78481D
Complementary color
Monochromatic Colors of #78481D
Black with #78481D
Text Example
Text Example
White with #78481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78481D; }
p { color: rgb(120,72,29); }
H1.HeaderClassName
{
color: #78481D;
}
.AnyTagClassName
{
color: #78481D;
}
</style>
background-color css
<style>
a { background-color: #78481D; }
a { background-color: rgb(120,72,29); }
div.DivClassName
{
background-color: #78481D;
}
.BgClassName
{
background-color: #78481D;
}
</style>
border-color css
<style>
span { border-color: #78481D; }
span { border-color: rgb(120,72,29); }
td.TdClassName
{
border-color: #78481D;
}
.TagClassName
{
border-color: #78481D;
}
</style>