Shades of Russet #784215
Tints of Russet #784215
RGB
CMYK
RGB Variations
Color information
#784215 (or 0x784215) is known color: Russet. HEX triplet: 78, 42 and 15. RGB value is (120,66,21). Sum of RGB (Red+Green+Blue) = 120+66+21=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #784215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784215 is #87BDEA. Grayscale: #4D4D4D. Windows color (decimal): -8895979 or 1393272. OLE color: 1393272.
HSL color Cylindrical-coordinate representation of color #784215: hue angle of 27.27º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #784215 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 21 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.53 |
| HSL | 27.27º | 0.7% | 0.28% | - |
| HSV(B) | 27.27º | 0.83% | 0.47% | - |
| XYZ | 9.83 | 7.94 | 1.72 | - |
| YUV | 77.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 21 | 0 | 0.45 | 0.83 | 0.53 | 27.27 | 0.7 | 0.28 |
| Hex | 78 | 42 | 15 | 0 | 2D | 53 | 35 | 1B | 46 | 1C |
| Octal | 170 | 102 | 25 | 0 | 55 | 123 | 65 | 33 | 106 | 34 |
| Binary | 1111000 | 1000010 | 10101 | 0 | 101101 | 1010011 | 110101 | 11011 | 1000110 | 11100 |
Color Harmonies of #784215
Complementary color
Monochromatic Colors of #784215
Black with #784215
Text Example
Text Example
White with #784215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784215; }
p { color: rgb(120,66,21); }
H1.HeaderClassName
{
color: #784215;
}
.AnyTagClassName
{
color: #784215;
}
</style>
background-color css
<style>
a { background-color: #784215; }
a { background-color: rgb(120,66,21); }
div.DivClassName
{
background-color: #784215;
}
.BgClassName
{
background-color: #784215;
}
</style>
border-color css
<style>
span { border-color: #784215; }
span { border-color: rgb(120,66,21); }
td.TdClassName
{
border-color: #784215;
}
.TagClassName
{
border-color: #784215;
}
</style>