Shades of Raw Umber #7C4702
Tints of Raw Umber #7C4702
RGB
CMYK
RGB Variations
Color information
#7C4702 (or 0x7C4702) is known color: Raw Umber. HEX triplet: 7C, 47 and 02. RGB value is (124,71,2). Sum of RGB (Red+Green+Blue) = 124+71+2=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4702 is #83B8FD. Grayscale: #4F4F4F. Windows color (decimal): -8632574 or 149372. OLE color: 149372.
HSL color Cylindrical-coordinate representation of color #7C4702: hue angle of 33.93º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C4702 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 71 | 2 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.51 |
| HSL | 33.93º | 0.97% | 0.25% | - |
| HSV(B) | 33.93º | 0.98% | 0.49% | - |
| XYZ | 10.58 | 8.8 | 1.2 | - |
| YUV | 78.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 2 | 0 | 0.43 | 0.98 | 0.51 | 33.93 | 0.97 | 0.25 |
| Hex | 7C | 47 | 2 | 0 | 2B | 62 | 33 | 22 | 61 | 19 |
| Octal | 174 | 107 | 2 | 0 | 53 | 142 | 63 | 42 | 141 | 31 |
| Binary | 1111100 | 1000111 | 10 | 0 | 101011 | 1100010 | 110011 | 100010 | 1100001 | 11001 |
Color Harmonies of #7C4702
Complementary color
Monochromatic Colors of #7C4702
Black with #7C4702
Text Example
Text Example
White with #7C4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4702; }
p { color: rgb(124,71,2); }
H1.HeaderClassName
{
color: #7C4702;
}
.AnyTagClassName
{
color: #7C4702;
}
</style>
background-color css
<style>
a { background-color: #7C4702; }
a { background-color: rgb(124,71,2); }
div.DivClassName
{
background-color: #7C4702;
}
.BgClassName
{
background-color: #7C4702;
}
</style>
border-color css
<style>
span { border-color: #7C4702; }
span { border-color: rgb(124,71,2); }
td.TdClassName
{
border-color: #7C4702;
}
.TagClassName
{
border-color: #7C4702;
}
</style>