Shades of Raw Umber #784F0C
Tints of Raw Umber #784F0C
RGB
CMYK
RGB Variations
Color information
#784F0C (or 0x784F0C) is known color: Raw Umber. HEX triplet: 78, 4F and 0C. RGB value is (120,79,12). Sum of RGB (Red+Green+Blue) = 120+79+12=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #784F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #784F0C is #87B0F3. Grayscale: #535353. Windows color (decimal): -8892660 or 806776. OLE color: 806776.
HSL color Cylindrical-coordinate representation of color #784F0C: hue angle of 37.22º 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 #784F0C is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 79 | 12 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.53 |
| HSL | 37.22º | 0.82% | 0.26% | - |
| HSV(B) | 37.22º | 0.9% | 0.47% | - |
| XYZ | 10.61 | 9.61 | 1.64 | - |
| YUV | 83.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 12 | 0 | 0.34 | 0.90 | 0.53 | 37.22 | 0.82 | 0.26 |
| Hex | 78 | 4F | C | 0 | 22 | 5A | 35 | 25 | 52 | 1A |
| Octal | 170 | 117 | 14 | 0 | 42 | 132 | 65 | 45 | 122 | 32 |
| Binary | 1111000 | 1001111 | 1100 | 0 | 100010 | 1011010 | 110101 | 100101 | 1010010 | 11010 |
Color Harmonies of #784F0C
Complementary color
Monochromatic Colors of #784F0C
Black with #784F0C
Text Example
Text Example
White with #784F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784F0C; }
p { color: rgb(120,79,12); }
H1.HeaderClassName
{
color: #784F0C;
}
.AnyTagClassName
{
color: #784F0C;
}
</style>
background-color css
<style>
a { background-color: #784F0C; }
a { background-color: rgb(120,79,12); }
div.DivClassName
{
background-color: #784F0C;
}
.BgClassName
{
background-color: #784F0C;
}
</style>
border-color css
<style>
span { border-color: #784F0C; }
span { border-color: rgb(120,79,12); }
td.TdClassName
{
border-color: #784F0C;
}
.TagClassName
{
border-color: #784F0C;
}
</style>