Shades of Raw Umber #7B440B
Tints of Raw Umber #7B440B
RGB
CMYK
RGB Variations
Color information
#7B440B (or 0x7B440B) is known color: Raw Umber. HEX triplet: 7B, 44 and 0B. RGB value is (123,68,11). Sum of RGB (Red+Green+Blue) = 123+68+11=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B440B is #84BBF4. Grayscale: #4E4E4E. Windows color (decimal): -8698869 or 738427. OLE color: 738427.
HSL color Cylindrical-coordinate representation of color #7B440B: hue angle of 30.54º 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 #7B440B is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 68 | 11 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.52 |
| HSL | 30.54º | 0.84% | 0.26% | - |
| HSV(B) | 30.54º | 0.91% | 0.48% | - |
| XYZ | 10.3 | 8.37 | 1.39 | - |
| YUV | 77.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 68 | 11 | 0 | 0.45 | 0.91 | 0.52 | 30.54 | 0.84 | 0.26 |
| Hex | 7B | 44 | B | 0 | 2D | 5B | 34 | 1F | 54 | 1A |
| Octal | 173 | 104 | 13 | 0 | 55 | 133 | 64 | 37 | 124 | 32 |
| Binary | 1111011 | 1000100 | 1011 | 0 | 101101 | 1011011 | 110100 | 11111 | 1010100 | 11010 |
Color Harmonies of #7B440B
Complementary color
Monochromatic Colors of #7B440B
Black with #7B440B
Text Example
Text Example
White with #7B440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B440B; }
p { color: rgb(123,68,11); }
H1.HeaderClassName
{
color: #7B440B;
}
.AnyTagClassName
{
color: #7B440B;
}
</style>
background-color css
<style>
a { background-color: #7B440B; }
a { background-color: rgb(123,68,11); }
div.DivClassName
{
background-color: #7B440B;
}
.BgClassName
{
background-color: #7B440B;
}
</style>
border-color css
<style>
span { border-color: #7B440B; }
span { border-color: rgb(123,68,11); }
td.TdClassName
{
border-color: #7B440B;
}
.TagClassName
{
border-color: #7B440B;
}
</style>