Shades of Russet #784C1D
Tints of Russet #784C1D
RGB
CMYK
RGB Variations
Color information
#784C1D (or 0x784C1D) is known color: Russet. HEX triplet: 78, 4C and 1D. RGB value is (120,76,29). Sum of RGB (Red+Green+Blue) = 120+76+29=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #784C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C1D is #87B3E2. Grayscale: #545454. Windows color (decimal): -8893411 or 1920120. OLE color: 1920120.
HSL color Cylindrical-coordinate representation of color #784C1D: hue angle of 30.99º 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 #784C1D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 29 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.53 |
| HSL | 30.99º | 0.61% | 0.29% | - |
| HSV(B) | 30.99º | 0.76% | 0.47% | - |
| XYZ | 10.55 | 9.25 | 2.39 | - |
| YUV | 83.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 29 | 0 | 0.37 | 0.76 | 0.53 | 30.99 | 0.61 | 0.29 |
| Hex | 78 | 4C | 1D | 0 | 25 | 4C | 35 | 1F | 3D | 1D |
| Octal | 170 | 114 | 35 | 0 | 45 | 114 | 65 | 37 | 75 | 35 |
| Binary | 1111000 | 1001100 | 11101 | 0 | 100101 | 1001100 | 110101 | 11111 | 111101 | 11101 |
Color Harmonies of #784C1D
Complementary color
Monochromatic Colors of #784C1D
Black with #784C1D
Text Example
Text Example
White with #784C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C1D; }
p { color: rgb(120,76,29); }
H1.HeaderClassName
{
color: #784C1D;
}
.AnyTagClassName
{
color: #784C1D;
}
</style>
background-color css
<style>
a { background-color: #784C1D; }
a { background-color: rgb(120,76,29); }
div.DivClassName
{
background-color: #784C1D;
}
.BgClassName
{
background-color: #784C1D;
}
</style>
border-color css
<style>
span { border-color: #784C1D; }
span { border-color: rgb(120,76,29); }
td.TdClassName
{
border-color: #784C1D;
}
.TagClassName
{
border-color: #784C1D;
}
</style>