Shades of Raw Umber #754107
Tints of Raw Umber #754107
RGB
CMYK
RGB Variations
Color information
#754107 (or 0x754107) is known color: Raw Umber. HEX triplet: 75, 41 and 07. RGB value is (117,65,7). Sum of RGB (Red+Green+Blue) = 117+65+7=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #754107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754107 is #8ABEF8. Grayscale: #4A4A4A. Windows color (decimal): -9092857 or 475509. OLE color: 475509.
HSL color Cylindrical-coordinate representation of color #754107: hue angle of 31.64º 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 #754107 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 65 | 7 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.54 |
| HSL | 31.64º | 0.89% | 0.24% | - |
| HSV(B) | 31.64º | 0.94% | 0.46% | - |
| XYZ | 9.26 | 7.58 | 1.18 | - |
| YUV | 73.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 7 | 0 | 0.44 | 0.94 | 0.54 | 31.64 | 0.89 | 0.24 |
| Hex | 75 | 41 | 7 | 0 | 2C | 5E | 36 | 20 | 59 | 18 |
| Octal | 165 | 101 | 7 | 0 | 54 | 136 | 66 | 40 | 131 | 30 |
| Binary | 1110101 | 1000001 | 111 | 0 | 101100 | 1011110 | 110110 | 100000 | 1011001 | 11000 |
Color Harmonies of #754107
Complementary color
Monochromatic Colors of #754107
Black with #754107
Text Example
Text Example
White with #754107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754107; }
p { color: rgb(117,65,7); }
H1.HeaderClassName
{
color: #754107;
}
.AnyTagClassName
{
color: #754107;
}
</style>
background-color css
<style>
a { background-color: #754107; }
a { background-color: rgb(117,65,7); }
div.DivClassName
{
background-color: #754107;
}
.BgClassName
{
background-color: #754107;
}
</style>
border-color css
<style>
span { border-color: #754107; }
span { border-color: rgb(117,65,7); }
td.TdClassName
{
border-color: #754107;
}
.TagClassName
{
border-color: #754107;
}
</style>