Shades of Raw Umber #784A0C
Tints of Raw Umber #784A0C
RGB
CMYK
RGB Variations
Color information
#784A0C (or 0x784A0C) is known color: Raw Umber. HEX triplet: 78, 4A and 0C. RGB value is (120,74,12). Sum of RGB (Red+Green+Blue) = 120+74+12=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #784A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784A0C is #87B5F3. Grayscale: #505050. Windows color (decimal): -8893940 or 805496. OLE color: 805496.
HSL color Cylindrical-coordinate representation of color #784A0C: hue angle of 34.44º 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 #784A0C is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 12 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.53 |
| HSL | 34.44º | 0.82% | 0.26% | - |
| HSV(B) | 34.44º | 0.9% | 0.47% | - |
| XYZ | 10.26 | 8.92 | 1.53 | - |
| YUV | 80.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 12 | 0 | 0.38 | 0.90 | 0.53 | 34.44 | 0.82 | 0.26 |
| Hex | 78 | 4A | C | 0 | 26 | 5A | 35 | 22 | 52 | 1A |
| Octal | 170 | 112 | 14 | 0 | 46 | 132 | 65 | 42 | 122 | 32 |
| Binary | 1111000 | 1001010 | 1100 | 0 | 100110 | 1011010 | 110101 | 100010 | 1010010 | 11010 |
Color Harmonies of #784A0C
Complementary color
Monochromatic Colors of #784A0C
Black with #784A0C
Text Example
Text Example
White with #784A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A0C; }
p { color: rgb(120,74,12); }
H1.HeaderClassName
{
color: #784A0C;
}
.AnyTagClassName
{
color: #784A0C;
}
</style>
background-color css
<style>
a { background-color: #784A0C; }
a { background-color: rgb(120,74,12); }
div.DivClassName
{
background-color: #784A0C;
}
.BgClassName
{
background-color: #784A0C;
}
</style>
border-color css
<style>
span { border-color: #784A0C; }
span { border-color: rgb(120,74,12); }
td.TdClassName
{
border-color: #784A0C;
}
.TagClassName
{
border-color: #784A0C;
}
</style>