Shades of Raw Umber #7D4702
Tints of Raw Umber #7D4702
RGB
CMYK
RGB Variations
Color information
#7D4702 (or 0x7D4702) is known color: Raw Umber. HEX triplet: 7D, 47 and 02. RGB value is (125,71,2). Sum of RGB (Red+Green+Blue) = 125+71+2=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4702 is #82B8FD. Grayscale: #4F4F4F. Windows color (decimal): -8567038 or 149373. OLE color: 149373.
HSL color Cylindrical-coordinate representation of color #7D4702: hue angle of 33.66º 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 #7D4702 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 71 | 2 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.51 |
| HSL | 33.66º | 0.97% | 0.25% | - |
| HSV(B) | 33.66º | 0.98% | 0.49% | - |
| XYZ | 10.72 | 8.87 | 1.2 | - |
| YUV | 79.28 | 84.39 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 2 | 0 | 0.43 | 0.98 | 0.51 | 33.66 | 0.97 | 0.25 |
| Hex | 7D | 47 | 2 | 0 | 2B | 62 | 33 | 22 | 61 | 19 |
| Octal | 175 | 107 | 2 | 0 | 53 | 142 | 63 | 42 | 141 | 31 |
| Binary | 1111101 | 1000111 | 10 | 0 | 101011 | 1100010 | 110011 | 100010 | 1100001 | 11001 |
Color Harmonies of #7D4702
Complementary color
Monochromatic Colors of #7D4702
Black with #7D4702
Text Example
Text Example
White with #7D4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4702; }
p { color: rgb(125,71,2); }
H1.HeaderClassName
{
color: #7D4702;
}
.AnyTagClassName
{
color: #7D4702;
}
</style>
background-color css
<style>
a { background-color: #7D4702; }
a { background-color: rgb(125,71,2); }
div.DivClassName
{
background-color: #7D4702;
}
.BgClassName
{
background-color: #7D4702;
}
</style>
border-color css
<style>
span { border-color: #7D4702; }
span { border-color: rgb(125,71,2); }
td.TdClassName
{
border-color: #7D4702;
}
.TagClassName
{
border-color: #7D4702;
}
</style>