Shades of Russet #78431B
Tints of Russet #78431B
RGB
CMYK
RGB Variations
Color information
#78431B (or 0x78431B) is known color: Russet. HEX triplet: 78, 43 and 1B. RGB value is (120,67,27). Sum of RGB (Red+Green+Blue) = 120+67+27=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78431B is #87BCE4. Grayscale: #4E4E4E. Windows color (decimal): -8895717 or 1786744. OLE color: 1786744.
HSL color Cylindrical-coordinate representation of color #78431B: hue angle of 25.81º 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 #78431B is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 67 | 27 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.53 |
| HSL | 25.81º | 0.63% | 0.29% | - |
| HSV(B) | 25.81º | 0.78% | 0.47% | - |
| XYZ | 9.95 | 8.09 | 2.07 | - |
| YUV | 78.29 | 99.06 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 27 | 0 | 0.44 | 0.78 | 0.53 | 25.81 | 0.63 | 0.29 |
| Hex | 78 | 43 | 1B | 0 | 2C | 4E | 35 | 1A | 3F | 1D |
| Octal | 170 | 103 | 33 | 0 | 54 | 116 | 65 | 32 | 77 | 35 |
| Binary | 1111000 | 1000011 | 11011 | 0 | 101100 | 1001110 | 110101 | 11010 | 111111 | 11101 |
Color Harmonies of #78431B
Complementary color
Monochromatic Colors of #78431B
Black with #78431B
Text Example
Text Example
White with #78431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78431B; }
p { color: rgb(120,67,27); }
H1.HeaderClassName
{
color: #78431B;
}
.AnyTagClassName
{
color: #78431B;
}
</style>
background-color css
<style>
a { background-color: #78431B; }
a { background-color: rgb(120,67,27); }
div.DivClassName
{
background-color: #78431B;
}
.BgClassName
{
background-color: #78431B;
}
</style>
border-color css
<style>
span { border-color: #78431B; }
span { border-color: rgb(120,67,27); }
td.TdClassName
{
border-color: #78431B;
}
.TagClassName
{
border-color: #78431B;
}
</style>