Shades of Raw Umber #7A3A06
Tints of Raw Umber #7A3A06
RGB
CMYK
RGB Variations
Color information
#7A3A06 (or 0x7A3A06) is known color: Raw Umber. HEX triplet: 7A, 3A and 06. RGB value is (122,58,6). Sum of RGB (Red+Green+Blue) = 122+58+6=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3A06 is #85C5F9. Grayscale: #474747. Windows color (decimal): -8766970 or 408186. OLE color: 408186.
HSL color Cylindrical-coordinate representation of color #7A3A06: hue angle of 26.9º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A3A06 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 58 | 6 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.52 |
| HSL | 26.9º | 0.91% | 0.25% | - |
| HSV(B) | 26.9º | 0.95% | 0.48% | - |
| XYZ | 9.57 | 7.18 | 1.05 | - |
| YUV | 71.21 | 91.2 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 58 | 6 | 0 | 0.52 | 0.95 | 0.52 | 26.9 | 0.91 | 0.25 |
| Hex | 7A | 3A | 6 | 0 | 34 | 5F | 34 | 1B | 5B | 19 |
| Octal | 172 | 72 | 6 | 0 | 64 | 137 | 64 | 33 | 133 | 31 |
| Binary | 1111010 | 111010 | 110 | 0 | 110100 | 1011111 | 110100 | 11011 | 1011011 | 11001 |
Color Harmonies of #7A3A06
Complementary color
Monochromatic Colors of #7A3A06
Black with #7A3A06
Text Example
Text Example
White with #7A3A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3A06; }
p { color: rgb(122,58,6); }
H1.HeaderClassName
{
color: #7A3A06;
}
.AnyTagClassName
{
color: #7A3A06;
}
</style>
background-color css
<style>
a { background-color: #7A3A06; }
a { background-color: rgb(122,58,6); }
div.DivClassName
{
background-color: #7A3A06;
}
.BgClassName
{
background-color: #7A3A06;
}
</style>
border-color css
<style>
span { border-color: #7A3A06; }
span { border-color: rgb(122,58,6); }
td.TdClassName
{
border-color: #7A3A06;
}
.TagClassName
{
border-color: #7A3A06;
}
</style>