Shades of Raw Umber #755701
Tints of Raw Umber #755701
RGB
CMYK
RGB Variations
Color information
#755701 (or 0x755701) is known color: Raw Umber. HEX triplet: 75, 57 and 01. RGB value is (117,87,1). Sum of RGB (Red+Green+Blue) = 117+87+1=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #755701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755701 is #8AA8FE. Grayscale: #565656. Windows color (decimal): -9087231 or 87925. OLE color: 87925.
HSL color Cylindrical-coordinate representation of color #755701: hue angle of 44.48º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #755701 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 87 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.54 |
| HSL | 44.48º | 0.98% | 0.23% | - |
| HSV(B) | 44.48º | 0.99% | 0.46% | - |
| XYZ | 10.75 | 10.6 | 1.51 | - |
| YUV | 86.17 | 79.94 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 1 | 0 | 0.26 | 0.99 | 0.54 | 44.48 | 0.98 | 0.23 |
| Hex | 75 | 57 | 1 | 0 | 1A | 63 | 36 | 2C | 62 | 17 |
| Octal | 165 | 127 | 1 | 0 | 32 | 143 | 66 | 54 | 142 | 27 |
| Binary | 1110101 | 1010111 | 1 | 0 | 11010 | 1100011 | 110110 | 101100 | 1100010 | 10111 |
Color Harmonies of #755701
Complementary color
Monochromatic Colors of #755701
Black with #755701
Text Example
Text Example
White with #755701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755701; }
p { color: rgb(117,87,1); }
H1.HeaderClassName
{
color: #755701;
}
.AnyTagClassName
{
color: #755701;
}
</style>
background-color css
<style>
a { background-color: #755701; }
a { background-color: rgb(117,87,1); }
div.DivClassName
{
background-color: #755701;
}
.BgClassName
{
background-color: #755701;
}
</style>
border-color css
<style>
span { border-color: #755701; }
span { border-color: rgb(117,87,1); }
td.TdClassName
{
border-color: #755701;
}
.TagClassName
{
border-color: #755701;
}
</style>