Shades of Raw Umber #7B4005
Tints of Raw Umber #7B4005
RGB
CMYK
RGB Variations
Color information
#7B4005 (or 0x7B4005) is known color: Raw Umber. HEX triplet: 7B, 40 and 05. RGB value is (123,64,5). Sum of RGB (Red+Green+Blue) = 123+64+5=192 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.06% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4005 is #84BFFA. Grayscale: #4B4B4B. Windows color (decimal): -8699899 or 344187. OLE color: 344187.
HSL color Cylindrical-coordinate representation of color #7B4005: hue angle of 30º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B4005 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 5 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.52 |
| HSL | 30º | 0.92% | 0.25% | - |
| HSV(B) | 30º | 0.96% | 0.48% | - |
| XYZ | 10.03 | 7.89 | 1.14 | - |
| YUV | 74.92 | 88.55 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 5 | 0 | 0.48 | 0.96 | 0.52 | 30 | 0.92 | 0.25 |
| Hex | 7B | 40 | 5 | 0 | 30 | 60 | 34 | 1E | 5C | 19 |
| Octal | 173 | 100 | 5 | 0 | 60 | 140 | 64 | 36 | 134 | 31 |
| Binary | 1111011 | 1000000 | 101 | 0 | 110000 | 1100000 | 110100 | 11110 | 1011100 | 11001 |
Color Harmonies of #7B4005
Complementary color
Monochromatic Colors of #7B4005
Black with #7B4005
Text Example
Text Example
White with #7B4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4005; }
p { color: rgb(123,64,5); }
H1.HeaderClassName
{
color: #7B4005;
}
.AnyTagClassName
{
color: #7B4005;
}
</style>
background-color css
<style>
a { background-color: #7B4005; }
a { background-color: rgb(123,64,5); }
div.DivClassName
{
background-color: #7B4005;
}
.BgClassName
{
background-color: #7B4005;
}
</style>
border-color css
<style>
span { border-color: #7B4005; }
span { border-color: rgb(123,64,5); }
td.TdClassName
{
border-color: #7B4005;
}
.TagClassName
{
border-color: #7B4005;
}
</style>