Shades of Russet #78481E
Tints of Russet #78481E
RGB
CMYK
RGB Variations
Color information
#78481E (or 0x78481E) is known color: Russet. HEX triplet: 78, 48 and 1E. RGB value is (120,72,30). Sum of RGB (Red+Green+Blue) = 120+72+30=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #78481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78481E is #87B7E1. Grayscale: #515151. Windows color (decimal): -8894434 or 1984632. OLE color: 1984632.
HSL color Cylindrical-coordinate representation of color #78481E: hue angle of 28º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78481E is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 72 | 30 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.53 |
| HSL | 28º | 0.6% | 0.29% | - |
| HSV(B) | 28º | 0.75% | 0.47% | - |
| XYZ | 10.3 | 8.72 | 2.37 | - |
| YUV | 81.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 30 | 0 | 0.40 | 0.75 | 0.53 | 28 | 0.6 | 0.29 |
| Hex | 78 | 48 | 1E | 0 | 28 | 4B | 35 | 1C | 3C | 1D |
| Octal | 170 | 110 | 36 | 0 | 50 | 113 | 65 | 34 | 74 | 35 |
| Binary | 1111000 | 1001000 | 11110 | 0 | 101000 | 1001011 | 110101 | 11100 | 111100 | 11101 |
Color Harmonies of #78481E
Complementary color
Monochromatic Colors of #78481E
Black with #78481E
Text Example
Text Example
White with #78481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78481E; }
p { color: rgb(120,72,30); }
H1.HeaderClassName
{
color: #78481E;
}
.AnyTagClassName
{
color: #78481E;
}
</style>
background-color css
<style>
a { background-color: #78481E; }
a { background-color: rgb(120,72,30); }
div.DivClassName
{
background-color: #78481E;
}
.BgClassName
{
background-color: #78481E;
}
</style>
border-color css
<style>
span { border-color: #78481E; }
span { border-color: rgb(120,72,30); }
td.TdClassName
{
border-color: #78481E;
}
.TagClassName
{
border-color: #78481E;
}
</style>