Shades of Raw Umber #7B521B
Tints of Raw Umber #7B521B
RGB
CMYK
RGB Variations
Color information
#7B521B (or 0x7B521B) is known color: Raw Umber. HEX triplet: 7B, 52 and 1B. RGB value is (123,82,27). Sum of RGB (Red+Green+Blue) = 123+82+27=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B521B is #84ADE4. Grayscale: #585858. Windows color (decimal): -8695269 or 1790587. OLE color: 1790587.
HSL color Cylindrical-coordinate representation of color #7B521B: hue angle of 34.38º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B521B is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 82 | 27 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.52 |
| HSL | 34.38º | 0.64% | 0.29% | - |
| HSV(B) | 34.38º | 0.78% | 0.48% | - |
| XYZ | 11.38 | 10.32 | 2.43 | - |
| YUV | 87.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 27 | 0 | 0.33 | 0.78 | 0.52 | 34.38 | 0.64 | 0.29 |
| Hex | 7B | 52 | 1B | 0 | 21 | 4E | 34 | 22 | 40 | 1D |
| Octal | 173 | 122 | 33 | 0 | 41 | 116 | 64 | 42 | 100 | 35 |
| Binary | 1111011 | 1010010 | 11011 | 0 | 100001 | 1001110 | 110100 | 100010 | 1000000 | 11101 |
Color Harmonies of #7B521B
Complementary color
Monochromatic Colors of #7B521B
Black with #7B521B
Text Example
Text Example
White with #7B521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B521B; }
p { color: rgb(123,82,27); }
H1.HeaderClassName
{
color: #7B521B;
}
.AnyTagClassName
{
color: #7B521B;
}
</style>
background-color css
<style>
a { background-color: #7B521B; }
a { background-color: rgb(123,82,27); }
div.DivClassName
{
background-color: #7B521B;
}
.BgClassName
{
background-color: #7B521B;
}
</style>
border-color css
<style>
span { border-color: #7B521B; }
span { border-color: rgb(123,82,27); }
td.TdClassName
{
border-color: #7B521B;
}
.TagClassName
{
border-color: #7B521B;
}
</style>