Shades of Raw Umber #7F520B
Tints of Raw Umber #7F520B
RGB
CMYK
RGB Variations
Color information
#7F520B (or 0x7F520B) is known color: Raw Umber. HEX triplet: 7F, 52 and 0B. RGB value is (127,82,11). Sum of RGB (Red+Green+Blue) = 127+82+11=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F520B is #80ADF4. Grayscale: #575757. Windows color (decimal): -8433141 or 742015. OLE color: 742015.
HSL color Cylindrical-coordinate representation of color #7F520B: hue angle of 36.72º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F520B is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 82 | 11 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.50 |
| HSL | 36.72º | 0.84% | 0.27% | - |
| HSV(B) | 36.72º | 0.91% | 0.5% | - |
| XYZ | 11.83 | 10.57 | 1.73 | - |
| YUV | 87.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 11 | 0 | 0.35 | 0.91 | 0.50 | 36.72 | 0.84 | 0.27 |
| Hex | 7F | 52 | B | 0 | 23 | 5B | 32 | 25 | 54 | 1B |
| Octal | 177 | 122 | 13 | 0 | 43 | 133 | 62 | 45 | 124 | 33 |
| Binary | 1111111 | 1010010 | 1011 | 0 | 100011 | 1011011 | 110010 | 100101 | 1010100 | 11011 |
Color Harmonies of #7F520B
Complementary color
Monochromatic Colors of #7F520B
Black with #7F520B
Text Example
Text Example
White with #7F520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F520B; }
p { color: rgb(127,82,11); }
H1.HeaderClassName
{
color: #7F520B;
}
.AnyTagClassName
{
color: #7F520B;
}
</style>
background-color css
<style>
a { background-color: #7F520B; }
a { background-color: rgb(127,82,11); }
div.DivClassName
{
background-color: #7F520B;
}
.BgClassName
{
background-color: #7F520B;
}
</style>
border-color css
<style>
span { border-color: #7F520B; }
span { border-color: rgb(127,82,11); }
td.TdClassName
{
border-color: #7F520B;
}
.TagClassName
{
border-color: #7F520B;
}
</style>