Shades of Raw Umber #78400C
Tints of Raw Umber #78400C
RGB
CMYK
RGB Variations
Color information
#78400C (or 0x78400C) is known color: Raw Umber. HEX triplet: 78, 40 and 0C. RGB value is (120,64,12). Sum of RGB (Red+Green+Blue) = 120+64+12=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #78400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78400C is #87BFF3. Grayscale: #4B4B4B. Windows color (decimal): -8896500 or 802936. OLE color: 802936.
HSL color Cylindrical-coordinate representation of color #78400C: hue angle of 28.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78400C is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 64 | 12 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.53 |
| HSL | 28.89º | 0.82% | 0.26% | - |
| HSV(B) | 28.89º | 0.9% | 0.47% | - |
| XYZ | 9.65 | 7.69 | 1.32 | - |
| YUV | 74.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 64 | 12 | 0 | 0.47 | 0.90 | 0.53 | 28.89 | 0.82 | 0.26 |
| Hex | 78 | 40 | C | 0 | 2F | 5A | 35 | 1D | 52 | 1A |
| Octal | 170 | 100 | 14 | 0 | 57 | 132 | 65 | 35 | 122 | 32 |
| Binary | 1111000 | 1000000 | 1100 | 0 | 101111 | 1011010 | 110101 | 11101 | 1010010 | 11010 |
Color Harmonies of #78400C
Complementary color
Monochromatic Colors of #78400C
Black with #78400C
Text Example
Text Example
White with #78400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78400C; }
p { color: rgb(120,64,12); }
H1.HeaderClassName
{
color: #78400C;
}
.AnyTagClassName
{
color: #78400C;
}
</style>
background-color css
<style>
a { background-color: #78400C; }
a { background-color: rgb(120,64,12); }
div.DivClassName
{
background-color: #78400C;
}
.BgClassName
{
background-color: #78400C;
}
</style>
border-color css
<style>
span { border-color: #78400C; }
span { border-color: rgb(120,64,12); }
td.TdClassName
{
border-color: #78400C;
}
.TagClassName
{
border-color: #78400C;
}
</style>