Shades of Russet #784118
Tints of Russet #784118
RGB
CMYK
RGB Variations
Color information
#784118 (or 0x784118) is known color: Russet. HEX triplet: 78, 41 and 18. RGB value is (120,65,24). Sum of RGB (Red+Green+Blue) = 120+65+24=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #784118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784118 is #87BEE7. Grayscale: #4C4C4C. Windows color (decimal): -8896232 or 1589624. OLE color: 1589624.
HSL color Cylindrical-coordinate representation of color #784118: hue angle of 25.62º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #784118 is Cyan = 0, Magento = 0.46, Yellow = 0.8 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 24 | - |
| CMYK | 0 | 0.46 | 0.8 | 0.53 |
| HSL | 25.63º | 0.67% | 0.28% | - |
| HSV(B) | 25.63º | 0.8% | 0.47% | - |
| XYZ | 9.8 | 7.84 | 1.86 | - |
| YUV | 76.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 24 | 0 | 0.46 | 0.8 | 0.53 | 25.63 | 0.67 | 0.28 |
| Hex | 78 | 41 | 18 | 0 | 2E | 50 | 35 | 1A | 43 | 1C |
| Octal | 170 | 101 | 30 | 0 | 56 | 120 | 65 | 32 | 103 | 34 |
| Binary | 1111000 | 1000001 | 11000 | 0 | 101110 | 1010000 | 110101 | 11010 | 1000011 | 11100 |
Color Harmonies of #784118
Complementary color
Monochromatic Colors of #784118
Black with #784118
Text Example
Text Example
White with #784118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784118; }
p { color: rgb(120,65,24); }
H1.HeaderClassName
{
color: #784118;
}
.AnyTagClassName
{
color: #784118;
}
</style>
background-color css
<style>
a { background-color: #784118; }
a { background-color: rgb(120,65,24); }
div.DivClassName
{
background-color: #784118;
}
.BgClassName
{
background-color: #784118;
}
</style>
border-color css
<style>
span { border-color: #784118; }
span { border-color: rgb(120,65,24); }
td.TdClassName
{
border-color: #784118;
}
.TagClassName
{
border-color: #784118;
}
</style>