Shades of Raw Umber #754607
Tints of Raw Umber #754607
RGB
CMYK
RGB Variations
Color information
#754607 (or 0x754607) is known color: Raw Umber. HEX triplet: 75, 46 and 07. RGB value is (117,70,7). Sum of RGB (Red+Green+Blue) = 117+70+7=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #754607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754607 is #8AB9F8. Grayscale: #4D4D4D. Windows color (decimal): -9091577 or 476789. OLE color: 476789.
HSL color Cylindrical-coordinate representation of color #754607: hue angle of 34.36º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #754607 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 70 | 7 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.54 |
| HSL | 34.36º | 0.89% | 0.24% | - |
| HSV(B) | 34.36º | 0.94% | 0.46% | - |
| XYZ | 9.56 | 8.18 | 1.28 | - |
| YUV | 76.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 7 | 0 | 0.40 | 0.94 | 0.54 | 34.36 | 0.89 | 0.24 |
| Hex | 75 | 46 | 7 | 0 | 28 | 5E | 36 | 22 | 59 | 18 |
| Octal | 165 | 106 | 7 | 0 | 50 | 136 | 66 | 42 | 131 | 30 |
| Binary | 1110101 | 1000110 | 111 | 0 | 101000 | 1011110 | 110110 | 100010 | 1011001 | 11000 |
Color Harmonies of #754607
Complementary color
Monochromatic Colors of #754607
Black with #754607
Text Example
Text Example
White with #754607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754607; }
p { color: rgb(117,70,7); }
H1.HeaderClassName
{
color: #754607;
}
.AnyTagClassName
{
color: #754607;
}
</style>
background-color css
<style>
a { background-color: #754607; }
a { background-color: rgb(117,70,7); }
div.DivClassName
{
background-color: #754607;
}
.BgClassName
{
background-color: #754607;
}
</style>
border-color css
<style>
span { border-color: #754607; }
span { border-color: rgb(117,70,7); }
td.TdClassName
{
border-color: #754607;
}
.TagClassName
{
border-color: #754607;
}
</style>