Shades of Raw Umber #7B550B
Tints of Raw Umber #7B550B
RGB
CMYK
RGB Variations
Color information
#7B550B (or 0x7B550B) is known color: Raw Umber. HEX triplet: 7B, 55 and 0B. RGB value is (123,85,11). Sum of RGB (Red+Green+Blue) = 123+85+11=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B550B is #84AAF4. Grayscale: #585858. Windows color (decimal): -8694517 or 742779. OLE color: 742779.
HSL color Cylindrical-coordinate representation of color #7B550B: hue angle of 39.64º 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 #7B550B is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 85 | 11 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.52 |
| HSL | 39.64º | 0.84% | 0.26% | - |
| HSV(B) | 39.64º | 0.91% | 0.48% | - |
| XYZ | 11.48 | 10.73 | 1.78 | - |
| YUV | 87.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 11 | 0 | 0.31 | 0.91 | 0.52 | 39.64 | 0.84 | 0.26 |
| Hex | 7B | 55 | B | 0 | 1F | 5B | 34 | 28 | 54 | 1A |
| Octal | 173 | 125 | 13 | 0 | 37 | 133 | 64 | 50 | 124 | 32 |
| Binary | 1111011 | 1010101 | 1011 | 0 | 11111 | 1011011 | 110100 | 101000 | 1010100 | 11010 |
Color Harmonies of #7B550B
Complementary color
Monochromatic Colors of #7B550B
Black with #7B550B
Text Example
Text Example
White with #7B550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B550B; }
p { color: rgb(123,85,11); }
H1.HeaderClassName
{
color: #7B550B;
}
.AnyTagClassName
{
color: #7B550B;
}
</style>
background-color css
<style>
a { background-color: #7B550B; }
a { background-color: rgb(123,85,11); }
div.DivClassName
{
background-color: #7B550B;
}
.BgClassName
{
background-color: #7B550B;
}
</style>
border-color css
<style>
span { border-color: #7B550B; }
span { border-color: rgb(123,85,11); }
td.TdClassName
{
border-color: #7B550B;
}
.TagClassName
{
border-color: #7B550B;
}
</style>