Shades of Raw Umber #7D4A07
Tints of Raw Umber #7D4A07
RGB
CMYK
RGB Variations
Color information
#7D4A07 (or 0x7D4A07) is known color: Raw Umber. HEX triplet: 7D, 4A and 07. RGB value is (125,74,7). Sum of RGB (Red+Green+Blue) = 125+74+7=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4A07 is #82B5F8. Grayscale: #515151. Windows color (decimal): -8566265 or 477821. OLE color: 477821.
HSL color Cylindrical-coordinate representation of color #7D4A07: hue angle of 34.07º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D4A07 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 74 | 7 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.51 |
| HSL | 34.07º | 0.89% | 0.26% | - |
| HSV(B) | 34.07º | 0.94% | 0.49% | - |
| XYZ | 10.94 | 9.27 | 1.41 | - |
| YUV | 81.61 | 85.9 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 7 | 0 | 0.41 | 0.94 | 0.51 | 34.07 | 0.89 | 0.26 |
| Hex | 7D | 4A | 7 | 0 | 29 | 5E | 33 | 22 | 59 | 1A |
| Octal | 175 | 112 | 7 | 0 | 51 | 136 | 63 | 42 | 131 | 32 |
| Binary | 1111101 | 1001010 | 111 | 0 | 101001 | 1011110 | 110011 | 100010 | 1011001 | 11010 |
Color Harmonies of #7D4A07
Complementary color
Monochromatic Colors of #7D4A07
Black with #7D4A07
Text Example
Text Example
White with #7D4A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4A07; }
p { color: rgb(125,74,7); }
H1.HeaderClassName
{
color: #7D4A07;
}
.AnyTagClassName
{
color: #7D4A07;
}
</style>
background-color css
<style>
a { background-color: #7D4A07; }
a { background-color: rgb(125,74,7); }
div.DivClassName
{
background-color: #7D4A07;
}
.BgClassName
{
background-color: #7D4A07;
}
</style>
border-color css
<style>
span { border-color: #7D4A07; }
span { border-color: rgb(125,74,7); }
td.TdClassName
{
border-color: #7D4A07;
}
.TagClassName
{
border-color: #7D4A07;
}
</style>