Shades of Raw Umber #7F5D08
Tints of Raw Umber #7F5D08
RGB
CMYK
RGB Variations
Color information
#7F5D08 (or 0x7F5D08) is known color: Raw Umber. HEX triplet: 7F, 5D and 08. RGB value is (127,93,8). Sum of RGB (Red+Green+Blue) = 127+93+8=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5D08 is #80A2F7. Grayscale: #5D5D5D. Windows color (decimal): -8430328 or 548223. OLE color: 548223.
HSL color Cylindrical-coordinate representation of color #7F5D08: hue angle of 42.86º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F5D08 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 93 | 8 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.50 |
| HSL | 42.86º | 0.88% | 0.26% | - |
| HSV(B) | 42.86º | 0.94% | 0.5% | - |
| XYZ | 12.71 | 12.36 | 1.95 | - |
| YUV | 93.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 93 | 8 | 0 | 0.27 | 0.94 | 0.50 | 42.86 | 0.88 | 0.26 |
| Hex | 7F | 5D | 8 | 0 | 1B | 5E | 32 | 2B | 58 | 1A |
| Octal | 177 | 135 | 10 | 0 | 33 | 136 | 62 | 53 | 130 | 32 |
| Binary | 1111111 | 1011101 | 1000 | 0 | 11011 | 1011110 | 110010 | 101011 | 1011000 | 11010 |
Color Harmonies of #7F5D08
Complementary color
Monochromatic Colors of #7F5D08
Black with #7F5D08
Text Example
Text Example
White with #7F5D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5D08; }
p { color: rgb(127,93,8); }
H1.HeaderClassName
{
color: #7F5D08;
}
.AnyTagClassName
{
color: #7F5D08;
}
</style>
background-color css
<style>
a { background-color: #7F5D08; }
a { background-color: rgb(127,93,8); }
div.DivClassName
{
background-color: #7F5D08;
}
.BgClassName
{
background-color: #7F5D08;
}
</style>
border-color css
<style>
span { border-color: #7F5D08; }
span { border-color: rgb(127,93,8); }
td.TdClassName
{
border-color: #7F5D08;
}
.TagClassName
{
border-color: #7F5D08;
}
</style>