Shades of Raw Umber #7B5C04
Tints of Raw Umber #7B5C04
RGB
CMYK
RGB Variations
Color information
#7B5C04 (or 0x7B5C04) is known color: Raw Umber. HEX triplet: 7B, 5C and 04. RGB value is (123,92,4). Sum of RGB (Red+Green+Blue) = 123+92+4=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5C04 is #84A3FB. Grayscale: #5B5B5B. Windows color (decimal): -8692732 or 285819. OLE color: 285819.
HSL color Cylindrical-coordinate representation of color #7B5C04: hue angle of 44.37º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B5C04 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 92 | 4 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.52 |
| HSL | 44.37º | 0.94% | 0.25% | - |
| HSV(B) | 44.37º | 0.97% | 0.48% | - |
| XYZ | 12.02 | 11.87 | 1.77 | - |
| YUV | 91.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 4 | 0 | 0.25 | 0.97 | 0.52 | 44.37 | 0.94 | 0.25 |
| Hex | 7B | 5C | 4 | 0 | 19 | 61 | 34 | 2C | 5E | 19 |
| Octal | 173 | 134 | 4 | 0 | 31 | 141 | 64 | 54 | 136 | 31 |
| Binary | 1111011 | 1011100 | 100 | 0 | 11001 | 1100001 | 110100 | 101100 | 1011110 | 11001 |
Color Harmonies of #7B5C04
Complementary color
Monochromatic Colors of #7B5C04
Black with #7B5C04
Text Example
Text Example
White with #7B5C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5C04; }
p { color: rgb(123,92,4); }
H1.HeaderClassName
{
color: #7B5C04;
}
.AnyTagClassName
{
color: #7B5C04;
}
</style>
background-color css
<style>
a { background-color: #7B5C04; }
a { background-color: rgb(123,92,4); }
div.DivClassName
{
background-color: #7B5C04;
}
.BgClassName
{
background-color: #7B5C04;
}
</style>
border-color css
<style>
span { border-color: #7B5C04; }
span { border-color: rgb(123,92,4); }
td.TdClassName
{
border-color: #7B5C04;
}
.TagClassName
{
border-color: #7B5C04;
}
</style>