Shades of Raw Umber #7C6002
Tints of Raw Umber #7C6002
RGB
CMYK
RGB Variations
Color information
#7C6002 (or 0x7C6002) is known color: Raw Umber. HEX triplet: 7C, 60 and 02. RGB value is (124,96,2). Sum of RGB (Red+Green+Blue) = 124+96+2=222 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.86% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6002 is #839FFD. Grayscale: #5E5E5E. Windows color (decimal): -8626174 or 155772. OLE color: 155772.
HSL color Cylindrical-coordinate representation of color #7C6002: hue angle of 46.23º 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 #7C6002 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 2 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.51 |
| HSL | 46.23º | 0.97% | 0.25% | - |
| HSV(B) | 46.23º | 0.98% | 0.49% | - |
| XYZ | 12.51 | 12.66 | 1.84 | - |
| YUV | 93.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 2 | 0 | 0.23 | 0.98 | 0.51 | 46.23 | 0.97 | 0.25 |
| Hex | 7C | 60 | 2 | 0 | 17 | 62 | 33 | 2E | 61 | 19 |
| Octal | 174 | 140 | 2 | 0 | 27 | 142 | 63 | 56 | 141 | 31 |
| Binary | 1111100 | 1100000 | 10 | 0 | 10111 | 1100010 | 110011 | 101110 | 1100001 | 11001 |
Color Harmonies of #7C6002
Complementary color
Monochromatic Colors of #7C6002
Black with #7C6002
Text Example
Text Example
White with #7C6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6002; }
p { color: rgb(124,96,2); }
H1.HeaderClassName
{
color: #7C6002;
}
.AnyTagClassName
{
color: #7C6002;
}
</style>
background-color css
<style>
a { background-color: #7C6002; }
a { background-color: rgb(124,96,2); }
div.DivClassName
{
background-color: #7C6002;
}
.BgClassName
{
background-color: #7C6002;
}
</style>
border-color css
<style>
span { border-color: #7C6002; }
span { border-color: rgb(124,96,2); }
td.TdClassName
{
border-color: #7C6002;
}
.TagClassName
{
border-color: #7C6002;
}
</style>