Shades of Russet #784C21
Tints of Russet #784C21
RGB
CMYK
RGB Variations
Color information
#784C21 (or 0x784C21) is known color: Russet. HEX triplet: 78, 4C and 21. RGB value is (120,76,33). Sum of RGB (Red+Green+Blue) = 120+76+33=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #784C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C21 is #87B3DE. Grayscale: #545454. Windows color (decimal): -8893407 or 2182264. OLE color: 2182264.
HSL color Cylindrical-coordinate representation of color #784C21: hue angle of 29.66º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #784C21 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 33 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.53 |
| HSL | 29.66º | 0.57% | 0.3% | - |
| HSV(B) | 29.66º | 0.73% | 0.47% | - |
| XYZ | 10.6 | 9.27 | 2.67 | - |
| YUV | 84.25 | 99.08 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 33 | 0 | 0.37 | 0.72 | 0.53 | 29.66 | 0.57 | 0.3 |
| Hex | 78 | 4C | 21 | 0 | 25 | 48 | 35 | 1E | 39 | 1E |
| Octal | 170 | 114 | 41 | 0 | 45 | 110 | 65 | 36 | 71 | 36 |
| Binary | 1111000 | 1001100 | 100001 | 0 | 100101 | 1001000 | 110101 | 11110 | 111001 | 11110 |
Color Harmonies of #784C21
Complementary color
Monochromatic Colors of #784C21
Black with #784C21
Text Example
Text Example
White with #784C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C21; }
p { color: rgb(120,76,33); }
H1.HeaderClassName
{
color: #784C21;
}
.AnyTagClassName
{
color: #784C21;
}
</style>
background-color css
<style>
a { background-color: #784C21; }
a { background-color: rgb(120,76,33); }
div.DivClassName
{
background-color: #784C21;
}
.BgClassName
{
background-color: #784C21;
}
</style>
border-color css
<style>
span { border-color: #784C21; }
span { border-color: rgb(120,76,33); }
td.TdClassName
{
border-color: #784C21;
}
.TagClassName
{
border-color: #784C21;
}
</style>