Shades of Russet #78461B
Tints of Russet #78461B
RGB
CMYK
RGB Variations
Color information
#78461B (or 0x78461B) is known color: Russet. HEX triplet: 78, 46 and 1B. RGB value is (120,70,27). Sum of RGB (Red+Green+Blue) = 120+70+27=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78461B is #87B9E4. Grayscale: #505050. Windows color (decimal): -8894949 or 1787512. OLE color: 1787512.
HSL color Cylindrical-coordinate representation of color #78461B: hue angle of 27.74º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78461B is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 70 | 27 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.53 |
| HSL | 27.74º | 0.63% | 0.29% | - |
| HSV(B) | 27.74º | 0.78% | 0.47% | - |
| XYZ | 10.13 | 8.45 | 2.13 | - |
| YUV | 80.05 | 98.07 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 27 | 0 | 0.42 | 0.78 | 0.53 | 27.74 | 0.63 | 0.29 |
| Hex | 78 | 46 | 1B | 0 | 2A | 4E | 35 | 1C | 3F | 1D |
| Octal | 170 | 106 | 33 | 0 | 52 | 116 | 65 | 34 | 77 | 35 |
| Binary | 1111000 | 1000110 | 11011 | 0 | 101010 | 1001110 | 110101 | 11100 | 111111 | 11101 |
Color Harmonies of #78461B
Complementary color
Monochromatic Colors of #78461B
Black with #78461B
Text Example
Text Example
White with #78461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78461B; }
p { color: rgb(120,70,27); }
H1.HeaderClassName
{
color: #78461B;
}
.AnyTagClassName
{
color: #78461B;
}
</style>
background-color css
<style>
a { background-color: #78461B; }
a { background-color: rgb(120,70,27); }
div.DivClassName
{
background-color: #78461B;
}
.BgClassName
{
background-color: #78461B;
}
</style>
border-color css
<style>
span { border-color: #78461B; }
span { border-color: rgb(120,70,27); }
td.TdClassName
{
border-color: #78461B;
}
.TagClassName
{
border-color: #78461B;
}
</style>