Shades of Raw Umber #795107
Tints of Raw Umber #795107
RGB
CMYK
RGB Variations
Color information
#795107 (or 0x795107) is known color: Raw Umber. HEX triplet: 79, 51 and 07. RGB value is (121,81,7). Sum of RGB (Red+Green+Blue) = 121+81+7=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #795107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795107 is #86AEF8. Grayscale: #545454. Windows color (decimal): -8826617 or 479609. OLE color: 479609.
HSL color Cylindrical-coordinate representation of color #795107: hue angle of 38.95º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #795107 is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 7 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.53 |
| HSL | 38.95º | 0.89% | 0.25% | - |
| HSV(B) | 38.95º | 0.94% | 0.47% | - |
| XYZ | 10.87 | 9.97 | 1.55 | - |
| YUV | 84.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 7 | 0 | 0.33 | 0.94 | 0.53 | 38.95 | 0.89 | 0.25 |
| Hex | 79 | 51 | 7 | 0 | 21 | 5E | 35 | 27 | 59 | 19 |
| Octal | 171 | 121 | 7 | 0 | 41 | 136 | 65 | 47 | 131 | 31 |
| Binary | 1111001 | 1010001 | 111 | 0 | 100001 | 1011110 | 110101 | 100111 | 1011001 | 11001 |
Color Harmonies of #795107
Complementary color
Monochromatic Colors of #795107
Black with #795107
Text Example
Text Example
White with #795107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795107; }
p { color: rgb(121,81,7); }
H1.HeaderClassName
{
color: #795107;
}
.AnyTagClassName
{
color: #795107;
}
</style>
background-color css
<style>
a { background-color: #795107; }
a { background-color: rgb(121,81,7); }
div.DivClassName
{
background-color: #795107;
}
.BgClassName
{
background-color: #795107;
}
</style>
border-color css
<style>
span { border-color: #795107; }
span { border-color: rgb(121,81,7); }
td.TdClassName
{
border-color: #795107;
}
.TagClassName
{
border-color: #795107;
}
</style>