Shades of Raw Umber #784E0C
Tints of Raw Umber #784E0C
RGB
CMYK
RGB Variations
Color information
#784E0C (or 0x784E0C) is known color: Raw Umber. HEX triplet: 78, 4E and 0C. RGB value is (120,78,12). Sum of RGB (Red+Green+Blue) = 120+78+12=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #784E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #784E0C is #87B1F3. Grayscale: #535353. Windows color (decimal): -8892916 or 806520. OLE color: 806520.
HSL color Cylindrical-coordinate representation of color #784E0C: hue angle of 36.67º 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 #784E0C is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 78 | 12 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.53 |
| HSL | 36.67º | 0.82% | 0.26% | - |
| HSV(B) | 36.67º | 0.9% | 0.47% | - |
| XYZ | 10.54 | 9.47 | 1.62 | - |
| YUV | 83.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 12 | 0 | 0.35 | 0.90 | 0.53 | 36.67 | 0.82 | 0.26 |
| Hex | 78 | 4E | C | 0 | 23 | 5A | 35 | 25 | 52 | 1A |
| Octal | 170 | 116 | 14 | 0 | 43 | 132 | 65 | 45 | 122 | 32 |
| Binary | 1111000 | 1001110 | 1100 | 0 | 100011 | 1011010 | 110101 | 100101 | 1010010 | 11010 |
Color Harmonies of #784E0C
Complementary color
Monochromatic Colors of #784E0C
Black with #784E0C
Text Example
Text Example
White with #784E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784E0C; }
p { color: rgb(120,78,12); }
H1.HeaderClassName
{
color: #784E0C;
}
.AnyTagClassName
{
color: #784E0C;
}
</style>
background-color css
<style>
a { background-color: #784E0C; }
a { background-color: rgb(120,78,12); }
div.DivClassName
{
background-color: #784E0C;
}
.BgClassName
{
background-color: #784E0C;
}
</style>
border-color css
<style>
span { border-color: #784E0C; }
span { border-color: rgb(120,78,12); }
td.TdClassName
{
border-color: #784E0C;
}
.TagClassName
{
border-color: #784E0C;
}
</style>