Shades of Russet #78431C
Tints of Russet #78431C
RGB
CMYK
RGB Variations
Color information
#78431C (or 0x78431C) is known color: Russet. HEX triplet: 78, 43 and 1C. RGB value is (120,67,28). Sum of RGB (Red+Green+Blue) = 120+67+28=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78431C is #87BCE3. Grayscale: #4E4E4E. Windows color (decimal): -8895716 or 1852280. OLE color: 1852280.
HSL color Cylindrical-coordinate representation of color #78431C: hue angle of 25.43º degrees, saturation: 0.62, 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 #78431C is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 67 | 28 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.53 |
| HSL | 25.43º | 0.62% | 0.29% | - |
| HSV(B) | 25.43º | 0.77% | 0.47% | - |
| XYZ | 9.96 | 8.09 | 2.14 | - |
| YUV | 78.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 28 | 0 | 0.44 | 0.77 | 0.53 | 25.43 | 0.62 | 0.29 |
| Hex | 78 | 43 | 1C | 0 | 2C | 4D | 35 | 19 | 3E | 1D |
| Octal | 170 | 103 | 34 | 0 | 54 | 115 | 65 | 31 | 76 | 35 |
| Binary | 1111000 | 1000011 | 11100 | 0 | 101100 | 1001101 | 110101 | 11001 | 111110 | 11101 |
Color Harmonies of #78431C
Complementary color
Monochromatic Colors of #78431C
Black with #78431C
Text Example
Text Example
White with #78431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78431C; }
p { color: rgb(120,67,28); }
H1.HeaderClassName
{
color: #78431C;
}
.AnyTagClassName
{
color: #78431C;
}
</style>
background-color css
<style>
a { background-color: #78431C; }
a { background-color: rgb(120,67,28); }
div.DivClassName
{
background-color: #78431C;
}
.BgClassName
{
background-color: #78431C;
}
</style>
border-color css
<style>
span { border-color: #78431C; }
span { border-color: rgb(120,67,28); }
td.TdClassName
{
border-color: #78431C;
}
.TagClassName
{
border-color: #78431C;
}
</style>