Shades of Raw Umber #795A07
Tints of Raw Umber #795A07
RGB
CMYK
RGB Variations
Color information
#795A07 (or 0x795A07) is known color: Raw Umber. HEX triplet: 79, 5A and 07. RGB value is (121,90,7). Sum of RGB (Red+Green+Blue) = 121+90+7=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #795A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795A07 is #86A5F8. Grayscale: #5A5A5A. Windows color (decimal): -8824313 or 481913. OLE color: 481913.
HSL color Cylindrical-coordinate representation of color #795A07: hue angle of 43.68º 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 #795A07 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 90 | 7 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.53 |
| HSL | 43.68º | 0.89% | 0.25% | - |
| HSV(B) | 43.68º | 0.94% | 0.47% | - |
| XYZ | 11.58 | 11.39 | 1.79 | - |
| YUV | 89.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 7 | 0 | 0.26 | 0.94 | 0.53 | 43.68 | 0.89 | 0.25 |
| Hex | 79 | 5A | 7 | 0 | 1A | 5E | 35 | 2C | 59 | 19 |
| Octal | 171 | 132 | 7 | 0 | 32 | 136 | 65 | 54 | 131 | 31 |
| Binary | 1111001 | 1011010 | 111 | 0 | 11010 | 1011110 | 110101 | 101100 | 1011001 | 11001 |
Color Harmonies of #795A07
Complementary color
Monochromatic Colors of #795A07
Black with #795A07
Text Example
Text Example
White with #795A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795A07; }
p { color: rgb(121,90,7); }
H1.HeaderClassName
{
color: #795A07;
}
.AnyTagClassName
{
color: #795A07;
}
</style>
background-color css
<style>
a { background-color: #795A07; }
a { background-color: rgb(121,90,7); }
div.DivClassName
{
background-color: #795A07;
}
.BgClassName
{
background-color: #795A07;
}
</style>
border-color css
<style>
span { border-color: #795A07; }
span { border-color: rgb(121,90,7); }
td.TdClassName
{
border-color: #795A07;
}
.TagClassName
{
border-color: #795A07;
}
</style>