Shades of Raw Umber #755507
Tints of Raw Umber #755507
RGB
CMYK
RGB Variations
Color information
#755507 (or 0x755507) is known color: Raw Umber. HEX triplet: 75, 55 and 07. RGB value is (117,85,7). Sum of RGB (Red+Green+Blue) = 117+85+7=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #755507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755507 is #8AAAF8. Grayscale: #565656. Windows color (decimal): -9087737 or 480629. OLE color: 480629.
HSL color Cylindrical-coordinate representation of color #755507: hue angle of 42.55º 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 #755507 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 7 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.54 |
| HSL | 42.55º | 0.89% | 0.24% | - |
| HSV(B) | 42.55º | 0.94% | 0.46% | - |
| XYZ | 10.62 | 10.29 | 1.63 | - |
| YUV | 85.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 7 | 0 | 0.27 | 0.94 | 0.54 | 42.55 | 0.89 | 0.24 |
| Hex | 75 | 55 | 7 | 0 | 1B | 5E | 36 | 2B | 59 | 18 |
| Octal | 165 | 125 | 7 | 0 | 33 | 136 | 66 | 53 | 131 | 30 |
| Binary | 1110101 | 1010101 | 111 | 0 | 11011 | 1011110 | 110110 | 101011 | 1011001 | 11000 |
Color Harmonies of #755507
Complementary color
Monochromatic Colors of #755507
Black with #755507
Text Example
Text Example
White with #755507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755507; }
p { color: rgb(117,85,7); }
H1.HeaderClassName
{
color: #755507;
}
.AnyTagClassName
{
color: #755507;
}
</style>
background-color css
<style>
a { background-color: #755507; }
a { background-color: rgb(117,85,7); }
div.DivClassName
{
background-color: #755507;
}
.BgClassName
{
background-color: #755507;
}
</style>
border-color css
<style>
span { border-color: #755507; }
span { border-color: rgb(117,85,7); }
td.TdClassName
{
border-color: #755507;
}
.TagClassName
{
border-color: #755507;
}
</style>