Shades of Raw Umber #7B540E
Tints of Raw Umber #7B540E
RGB
CMYK
RGB Variations
Color information
#7B540E (or 0x7B540E) is known color: Raw Umber. HEX triplet: 7B, 54 and 0E. RGB value is (123,84,14). Sum of RGB (Red+Green+Blue) = 123+84+14=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B540E is #84ABF1. Grayscale: #585858. Windows color (decimal): -8694770 or 939131. OLE color: 939131.
HSL color Cylindrical-coordinate representation of color #7B540E: hue angle of 38.53º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B540E is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 14 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.52 |
| HSL | 38.53º | 0.8% | 0.27% | - |
| HSV(B) | 38.53º | 0.89% | 0.48% | - |
| XYZ | 11.42 | 10.58 | 1.86 | - |
| YUV | 87.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 14 | 0 | 0.32 | 0.89 | 0.52 | 38.53 | 0.8 | 0.27 |
| Hex | 7B | 54 | E | 0 | 20 | 59 | 34 | 27 | 50 | 1B |
| Octal | 173 | 124 | 16 | 0 | 40 | 131 | 64 | 47 | 120 | 33 |
| Binary | 1111011 | 1010100 | 1110 | 0 | 100000 | 1011001 | 110100 | 100111 | 1010000 | 11011 |
Color Harmonies of #7B540E
Complementary color
Monochromatic Colors of #7B540E
Black with #7B540E
Text Example
Text Example
White with #7B540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B540E; }
p { color: rgb(123,84,14); }
H1.HeaderClassName
{
color: #7B540E;
}
.AnyTagClassName
{
color: #7B540E;
}
</style>
background-color css
<style>
a { background-color: #7B540E; }
a { background-color: rgb(123,84,14); }
div.DivClassName
{
background-color: #7B540E;
}
.BgClassName
{
background-color: #7B540E;
}
</style>
border-color css
<style>
span { border-color: #7B540E; }
span { border-color: rgb(123,84,14); }
td.TdClassName
{
border-color: #7B540E;
}
.TagClassName
{
border-color: #7B540E;
}
</style>