Shades of Raw Umber #7C5200
Tints of Raw Umber #7C5200
RGB
CMYK
RGB Variations
Color information
#7C5200 (or 0x7C5200) is known color: Raw Umber. HEX triplet: 7C, 52 and 00. RGB value is (124,82,0). Sum of RGB (Red+Green+Blue) = 124+82+0=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5200 is #83ADFF. Grayscale: #555555. Windows color (decimal): -8629760 or 21116. OLE color: 21116.
HSL color Cylindrical-coordinate representation of color #7C5200: hue angle of 39.68º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C5200 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.51 |
| HSL | 39.68º | 1% | 0.24% | - |
| HSV(B) | 39.68º | 1% | 0.49% | - |
| XYZ | 11.33 | 10.32 | 1.39 | - |
| YUV | 85.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 0 | 0 | 0.34 | 1 | 0.51 | 39.68 | 1 | 0.24 |
| Hex | 7C | 52 | 0 | 0 | 22 | 64 | 33 | 28 | 64 | 18 |
| Octal | 174 | 122 | 0 | 0 | 42 | 144 | 63 | 50 | 144 | 30 |
| Binary | 1111100 | 1010010 | 0 | 0 | 100010 | 1100100 | 110011 | 101000 | 1100100 | 11000 |
Color Harmonies of #7C5200
Complementary color
Monochromatic Colors of #7C5200
Black with #7C5200
Text Example
Text Example
White with #7C5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5200; }
p { color: rgb(124,82,0); }
H1.HeaderClassName
{
color: #7C5200;
}
.AnyTagClassName
{
color: #7C5200;
}
</style>
background-color css
<style>
a { background-color: #7C5200; }
a { background-color: rgb(124,82,0); }
div.DivClassName
{
background-color: #7C5200;
}
.BgClassName
{
background-color: #7C5200;
}
</style>
border-color css
<style>
span { border-color: #7C5200; }
span { border-color: rgb(124,82,0); }
td.TdClassName
{
border-color: #7C5200;
}
.TagClassName
{
border-color: #7C5200;
}
</style>