Shades of Russet #78451C
Tints of Russet #78451C
RGB
CMYK
RGB Variations
Color information
#78451C (or 0x78451C) is known color: Russet. HEX triplet: 78, 45 and 1C. RGB value is (120,69,28). Sum of RGB (Red+Green+Blue) = 120+69+28=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78451C is #87BAE3. Grayscale: #4F4F4F. Windows color (decimal): -8895204 or 1852792. OLE color: 1852792.
HSL color Cylindrical-coordinate representation of color #78451C: hue angle of 26.74º 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 #78451C is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 69 | 28 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.53 |
| HSL | 26.74º | 0.62% | 0.29% | - |
| HSV(B) | 26.74º | 0.77% | 0.47% | - |
| XYZ | 10.08 | 8.33 | 2.18 | - |
| YUV | 79.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 69 | 28 | 0 | 0.42 | 0.77 | 0.53 | 26.74 | 0.62 | 0.29 |
| Hex | 78 | 45 | 1C | 0 | 2A | 4D | 35 | 1B | 3E | 1D |
| Octal | 170 | 105 | 34 | 0 | 52 | 115 | 65 | 33 | 76 | 35 |
| Binary | 1111000 | 1000101 | 11100 | 0 | 101010 | 1001101 | 110101 | 11011 | 111110 | 11101 |
Color Harmonies of #78451C
Complementary color
Monochromatic Colors of #78451C
Black with #78451C
Text Example
Text Example
White with #78451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78451C; }
p { color: rgb(120,69,28); }
H1.HeaderClassName
{
color: #78451C;
}
.AnyTagClassName
{
color: #78451C;
}
</style>
background-color css
<style>
a { background-color: #78451C; }
a { background-color: rgb(120,69,28); }
div.DivClassName
{
background-color: #78451C;
}
.BgClassName
{
background-color: #78451C;
}
</style>
border-color css
<style>
span { border-color: #78451C; }
span { border-color: rgb(120,69,28); }
td.TdClassName
{
border-color: #78451C;
}
.TagClassName
{
border-color: #78451C;
}
</style>