Shades of Raw Umber #754B07
Tints of Raw Umber #754B07
RGB
CMYK
RGB Variations
Color information
#754B07 (or 0x754B07) is known color: Raw Umber. HEX triplet: 75, 4B and 07. RGB value is (117,75,7). Sum of RGB (Red+Green+Blue) = 117+75+7=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #754B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754B07 is #8AB4F8. Grayscale: #505050. Windows color (decimal): -9090297 or 478069. OLE color: 478069.
HSL color Cylindrical-coordinate representation of color #754B07: hue angle of 37.09º 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 #754B07 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 7 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.54 |
| HSL | 37.09º | 0.89% | 0.24% | - |
| HSV(B) | 37.09º | 0.94% | 0.46% | - |
| XYZ | 9.89 | 8.83 | 1.38 | - |
| YUV | 79.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 7 | 0 | 0.36 | 0.94 | 0.54 | 37.09 | 0.89 | 0.24 |
| Hex | 75 | 4B | 7 | 0 | 24 | 5E | 36 | 25 | 59 | 18 |
| Octal | 165 | 113 | 7 | 0 | 44 | 136 | 66 | 45 | 131 | 30 |
| Binary | 1110101 | 1001011 | 111 | 0 | 100100 | 1011110 | 110110 | 100101 | 1011001 | 11000 |
Color Harmonies of #754B07
Complementary color
Monochromatic Colors of #754B07
Black with #754B07
Text Example
Text Example
White with #754B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B07; }
p { color: rgb(117,75,7); }
H1.HeaderClassName
{
color: #754B07;
}
.AnyTagClassName
{
color: #754B07;
}
</style>
background-color css
<style>
a { background-color: #754B07; }
a { background-color: rgb(117,75,7); }
div.DivClassName
{
background-color: #754B07;
}
.BgClassName
{
background-color: #754B07;
}
</style>
border-color css
<style>
span { border-color: #754B07; }
span { border-color: rgb(117,75,7); }
td.TdClassName
{
border-color: #754B07;
}
.TagClassName
{
border-color: #754B07;
}
</style>