Shades of Raw Umber #7B500B
Tints of Raw Umber #7B500B
RGB
CMYK
RGB Variations
Color information
#7B500B (or 0x7B500B) is known color: Raw Umber. HEX triplet: 7B, 50 and 0B. RGB value is (123,80,11). Sum of RGB (Red+Green+Blue) = 123+80+11=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B500B is #84AFF4. Grayscale: #555555. Windows color (decimal): -8695797 or 741499. OLE color: 741499.
HSL color Cylindrical-coordinate representation of color #7B500B: hue angle of 36.96º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B500B is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 80 | 11 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.52 |
| HSL | 36.96º | 0.84% | 0.26% | - |
| HSV(B) | 36.96º | 0.91% | 0.48% | - |
| XYZ | 11.1 | 9.97 | 1.66 | - |
| YUV | 84.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 11 | 0 | 0.35 | 0.91 | 0.52 | 36.96 | 0.84 | 0.26 |
| Hex | 7B | 50 | B | 0 | 23 | 5B | 34 | 25 | 54 | 1A |
| Octal | 173 | 120 | 13 | 0 | 43 | 133 | 64 | 45 | 124 | 32 |
| Binary | 1111011 | 1010000 | 1011 | 0 | 100011 | 1011011 | 110100 | 100101 | 1010100 | 11010 |
Color Harmonies of #7B500B
Complementary color
Monochromatic Colors of #7B500B
Black with #7B500B
Text Example
Text Example
White with #7B500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B500B; }
p { color: rgb(123,80,11); }
H1.HeaderClassName
{
color: #7B500B;
}
.AnyTagClassName
{
color: #7B500B;
}
</style>
background-color css
<style>
a { background-color: #7B500B; }
a { background-color: rgb(123,80,11); }
div.DivClassName
{
background-color: #7B500B;
}
.BgClassName
{
background-color: #7B500B;
}
</style>
border-color css
<style>
span { border-color: #7B500B; }
span { border-color: rgb(123,80,11); }
td.TdClassName
{
border-color: #7B500B;
}
.TagClassName
{
border-color: #7B500B;
}
</style>