Shades of Raw Umber #7A3C07
Tints of Raw Umber #7A3C07
RGB
CMYK
RGB Variations
Color information
#7A3C07 (or 0x7A3C07) is known color: Raw Umber. HEX triplet: 7A, 3C and 07. RGB value is (122,60,7). Sum of RGB (Red+Green+Blue) = 122+60+7=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3C07 is #85C3F8. Grayscale: #484848. Windows color (decimal): -8766457 or 474234. OLE color: 474234.
HSL color Cylindrical-coordinate representation of color #7A3C07: hue angle of 27.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A3C07 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 60 | 7 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.52 |
| HSL | 27.65º | 0.89% | 0.25% | - |
| HSV(B) | 27.65º | 0.94% | 0.48% | - |
| XYZ | 9.68 | 7.38 | 1.12 | - |
| YUV | 72.5 | 91.04 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 7 | 0 | 0.51 | 0.94 | 0.52 | 27.65 | 0.89 | 0.25 |
| Hex | 7A | 3C | 7 | 0 | 33 | 5E | 34 | 1C | 59 | 19 |
| Octal | 172 | 74 | 7 | 0 | 63 | 136 | 64 | 34 | 131 | 31 |
| Binary | 1111010 | 111100 | 111 | 0 | 110011 | 1011110 | 110100 | 11100 | 1011001 | 11001 |
Color Harmonies of #7A3C07
Complementary color
Monochromatic Colors of #7A3C07
Black with #7A3C07
Text Example
Text Example
White with #7A3C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3C07; }
p { color: rgb(122,60,7); }
H1.HeaderClassName
{
color: #7A3C07;
}
.AnyTagClassName
{
color: #7A3C07;
}
</style>
background-color css
<style>
a { background-color: #7A3C07; }
a { background-color: rgb(122,60,7); }
div.DivClassName
{
background-color: #7A3C07;
}
.BgClassName
{
background-color: #7A3C07;
}
</style>
border-color css
<style>
span { border-color: #7A3C07; }
span { border-color: rgb(122,60,7); }
td.TdClassName
{
border-color: #7A3C07;
}
.TagClassName
{
border-color: #7A3C07;
}
</style>