Shades of Raw Umber #7F550B
Tints of Raw Umber #7F550B
RGB
CMYK
RGB Variations
Color information
#7F550B (or 0x7F550B) is known color: Raw Umber. HEX triplet: 7F, 55 and 0B. RGB value is (127,85,11). Sum of RGB (Red+Green+Blue) = 127+85+11=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F550B is #80AAF4. Grayscale: #595959. Windows color (decimal): -8432373 or 742783. OLE color: 742783.
HSL color Cylindrical-coordinate representation of color #7F550B: hue angle of 38.28º 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 #7F550B is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 11 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.50 |
| HSL | 38.28º | 0.84% | 0.27% | - |
| HSV(B) | 38.28º | 0.91% | 0.5% | - |
| XYZ | 12.06 | 11.03 | 1.81 | - |
| YUV | 89.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 11 | 0 | 0.33 | 0.91 | 0.50 | 38.28 | 0.84 | 0.27 |
| Hex | 7F | 55 | B | 0 | 21 | 5B | 32 | 26 | 54 | 1B |
| Octal | 177 | 125 | 13 | 0 | 41 | 133 | 62 | 46 | 124 | 33 |
| Binary | 1111111 | 1010101 | 1011 | 0 | 100001 | 1011011 | 110010 | 100110 | 1010100 | 11011 |
Color Harmonies of #7F550B
Complementary color
Monochromatic Colors of #7F550B
Black with #7F550B
Text Example
Text Example
White with #7F550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F550B; }
p { color: rgb(127,85,11); }
H1.HeaderClassName
{
color: #7F550B;
}
.AnyTagClassName
{
color: #7F550B;
}
</style>
background-color css
<style>
a { background-color: #7F550B; }
a { background-color: rgb(127,85,11); }
div.DivClassName
{
background-color: #7F550B;
}
.BgClassName
{
background-color: #7F550B;
}
</style>
border-color css
<style>
span { border-color: #7F550B; }
span { border-color: rgb(127,85,11); }
td.TdClassName
{
border-color: #7F550B;
}
.TagClassName
{
border-color: #7F550B;
}
</style>