Shades of Raw Umber #7C460A
Tints of Raw Umber #7C460A
RGB
CMYK
RGB Variations
Color information
#7C460A (or 0x7C460A) is known color: Raw Umber. HEX triplet: 7C, 46 and 0A. RGB value is (124,70,10). Sum of RGB (Red+Green+Blue) = 124+70+10=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C460A is #83B9F5. Grayscale: #4F4F4F. Windows color (decimal): -8632822 or 673404. OLE color: 673404.
HSL color Cylindrical-coordinate representation of color #7C460A: hue angle of 31.58º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C460A is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 10 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.51 |
| HSL | 31.58º | 0.85% | 0.26% | - |
| HSV(B) | 31.58º | 0.92% | 0.49% | - |
| XYZ | 10.56 | 8.69 | 1.41 | - |
| YUV | 79.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 10 | 0 | 0.44 | 0.92 | 0.51 | 31.58 | 0.85 | 0.26 |
| Hex | 7C | 46 | A | 0 | 2C | 5C | 33 | 20 | 55 | 1A |
| Octal | 174 | 106 | 12 | 0 | 54 | 134 | 63 | 40 | 125 | 32 |
| Binary | 1111100 | 1000110 | 1010 | 0 | 101100 | 1011100 | 110011 | 100000 | 1010101 | 11010 |
Color Harmonies of #7C460A
Complementary color
Monochromatic Colors of #7C460A
Black with #7C460A
Text Example
Text Example
White with #7C460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C460A; }
p { color: rgb(124,70,10); }
H1.HeaderClassName
{
color: #7C460A;
}
.AnyTagClassName
{
color: #7C460A;
}
</style>
background-color css
<style>
a { background-color: #7C460A; }
a { background-color: rgb(124,70,10); }
div.DivClassName
{
background-color: #7C460A;
}
.BgClassName
{
background-color: #7C460A;
}
</style>
border-color css
<style>
span { border-color: #7C460A; }
span { border-color: rgb(124,70,10); }
td.TdClassName
{
border-color: #7C460A;
}
.TagClassName
{
border-color: #7C460A;
}
</style>