Shades of Raw Umber #7F4706
Tints of Raw Umber #7F4706
RGB
CMYK
RGB Variations
Color information
#7F4706 (or 0x7F4706) is known color: Raw Umber. HEX triplet: 7F, 47 and 06. RGB value is (127,71,6). Sum of RGB (Red+Green+Blue) = 127+71+6=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4706 is #80B8F9. Grayscale: #505050. Windows color (decimal): -8435962 or 411519. OLE color: 411519.
HSL color Cylindrical-coordinate representation of color #7F4706: hue angle of 32.23º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F4706 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 71 | 6 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.50 |
| HSL | 32.23º | 0.91% | 0.26% | - |
| HSV(B) | 32.23º | 0.95% | 0.5% | - |
| XYZ | 11.04 | 9.03 | 1.33 | - |
| YUV | 80.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 71 | 6 | 0 | 0.44 | 0.95 | 0.50 | 32.23 | 0.91 | 0.26 |
| Hex | 7F | 47 | 6 | 0 | 2C | 5F | 32 | 20 | 5B | 1A |
| Octal | 177 | 107 | 6 | 0 | 54 | 137 | 62 | 40 | 133 | 32 |
| Binary | 1111111 | 1000111 | 110 | 0 | 101100 | 1011111 | 110010 | 100000 | 1011011 | 11010 |
Color Harmonies of #7F4706
Complementary color
Monochromatic Colors of #7F4706
Black with #7F4706
Text Example
Text Example
White with #7F4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4706; }
p { color: rgb(127,71,6); }
H1.HeaderClassName
{
color: #7F4706;
}
.AnyTagClassName
{
color: #7F4706;
}
</style>
background-color css
<style>
a { background-color: #7F4706; }
a { background-color: rgb(127,71,6); }
div.DivClassName
{
background-color: #7F4706;
}
.BgClassName
{
background-color: #7F4706;
}
</style>
border-color css
<style>
span { border-color: #7F4706; }
span { border-color: rgb(127,71,6); }
td.TdClassName
{
border-color: #7F4706;
}
.TagClassName
{
border-color: #7F4706;
}
</style>