Shades of Raw Umber #755C07
Tints of Raw Umber #755C07
RGB
CMYK
RGB Variations
Color information
#755C07 (or 0x755C07) is known color: Raw Umber. HEX triplet: 75, 5C and 07. RGB value is (117,92,7). Sum of RGB (Red+Green+Blue) = 117+92+7=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #755C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C07 is #8AA3F8. Grayscale: #5A5A5A. Windows color (decimal): -9085945 or 482421. OLE color: 482421.
HSL color Cylindrical-coordinate representation of color #755C07: hue angle of 46.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 #755C07 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 7 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.54 |
| HSL | 46.36º | 0.89% | 0.24% | - |
| HSV(B) | 46.36º | 0.94% | 0.46% | - |
| XYZ | 11.2 | 11.45 | 1.82 | - |
| YUV | 89.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 7 | 0 | 0.21 | 0.94 | 0.54 | 46.36 | 0.89 | 0.24 |
| Hex | 75 | 5C | 7 | 0 | 15 | 5E | 36 | 2E | 59 | 18 |
| Octal | 165 | 134 | 7 | 0 | 25 | 136 | 66 | 56 | 131 | 30 |
| Binary | 1110101 | 1011100 | 111 | 0 | 10101 | 1011110 | 110110 | 101110 | 1011001 | 11000 |
Color Harmonies of #755C07
Complementary color
Monochromatic Colors of #755C07
Black with #755C07
Text Example
Text Example
White with #755C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C07; }
p { color: rgb(117,92,7); }
H1.HeaderClassName
{
color: #755C07;
}
.AnyTagClassName
{
color: #755C07;
}
</style>
background-color css
<style>
a { background-color: #755C07; }
a { background-color: rgb(117,92,7); }
div.DivClassName
{
background-color: #755C07;
}
.BgClassName
{
background-color: #755C07;
}
</style>
border-color css
<style>
span { border-color: #755C07; }
span { border-color: rgb(117,92,7); }
td.TdClassName
{
border-color: #755C07;
}
.TagClassName
{
border-color: #755C07;
}
</style>