Shades of Raw Umber #7F4504
Tints of Raw Umber #7F4504
RGB
CMYK
RGB Variations
Color information
#7F4504 (or 0x7F4504) is known color: Raw Umber. HEX triplet: 7F, 45 and 04. RGB value is (127,69,4). Sum of RGB (Red+Green+Blue) = 127+69+4=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4504 is #80BAFB. Grayscale: #4F4F4F. Windows color (decimal): -8436476 or 279935. OLE color: 279935.
HSL color Cylindrical-coordinate representation of color #7F4504: hue angle of 31.71º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F4504 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 69 | 4 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.50 |
| HSL | 31.71º | 0.94% | 0.26% | - |
| HSV(B) | 31.71º | 0.97% | 0.5% | - |
| XYZ | 10.9 | 8.78 | 1.23 | - |
| YUV | 78.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 4 | 0 | 0.46 | 0.97 | 0.50 | 31.71 | 0.94 | 0.26 |
| Hex | 7F | 45 | 4 | 0 | 2E | 61 | 32 | 20 | 5E | 1A |
| Octal | 177 | 105 | 4 | 0 | 56 | 141 | 62 | 40 | 136 | 32 |
| Binary | 1111111 | 1000101 | 100 | 0 | 101110 | 1100001 | 110010 | 100000 | 1011110 | 11010 |
Color Harmonies of #7F4504
Complementary color
Monochromatic Colors of #7F4504
Black with #7F4504
Text Example
Text Example
White with #7F4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4504; }
p { color: rgb(127,69,4); }
H1.HeaderClassName
{
color: #7F4504;
}
.AnyTagClassName
{
color: #7F4504;
}
</style>
background-color css
<style>
a { background-color: #7F4504; }
a { background-color: rgb(127,69,4); }
div.DivClassName
{
background-color: #7F4504;
}
.BgClassName
{
background-color: #7F4504;
}
</style>
border-color css
<style>
span { border-color: #7F4504; }
span { border-color: rgb(127,69,4); }
td.TdClassName
{
border-color: #7F4504;
}
.TagClassName
{
border-color: #7F4504;
}
</style>