Shades of Russet #784C1F
Tints of Russet #784C1F
RGB
CMYK
RGB Variations
Color information
#784C1F (or 0x784C1F) is known color: Russet. HEX triplet: 78, 4C and 1F. RGB value is (120,76,31). Sum of RGB (Red+Green+Blue) = 120+76+31=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #784C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C1F is #87B3E0. Grayscale: #545454. Windows color (decimal): -8893409 or 2051192. OLE color: 2051192.
HSL color Cylindrical-coordinate representation of color #784C1F: hue angle of 30.34º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #784C1F is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 31 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.53 |
| HSL | 30.34º | 0.59% | 0.3% | - |
| HSV(B) | 30.34º | 0.74% | 0.47% | - |
| XYZ | 10.58 | 9.26 | 2.53 | - |
| YUV | 84.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 31 | 0 | 0.37 | 0.74 | 0.53 | 30.34 | 0.59 | 0.3 |
| Hex | 78 | 4C | 1F | 0 | 25 | 4A | 35 | 1E | 3B | 1E |
| Octal | 170 | 114 | 37 | 0 | 45 | 112 | 65 | 36 | 73 | 36 |
| Binary | 1111000 | 1001100 | 11111 | 0 | 100101 | 1001010 | 110101 | 11110 | 111011 | 11110 |
Color Harmonies of #784C1F
Complementary color
Monochromatic Colors of #784C1F
Black with #784C1F
Text Example
Text Example
White with #784C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C1F; }
p { color: rgb(120,76,31); }
H1.HeaderClassName
{
color: #784C1F;
}
.AnyTagClassName
{
color: #784C1F;
}
</style>
background-color css
<style>
a { background-color: #784C1F; }
a { background-color: rgb(120,76,31); }
div.DivClassName
{
background-color: #784C1F;
}
.BgClassName
{
background-color: #784C1F;
}
</style>
border-color css
<style>
span { border-color: #784C1F; }
span { border-color: rgb(120,76,31); }
td.TdClassName
{
border-color: #784C1F;
}
.TagClassName
{
border-color: #784C1F;
}
</style>