Shades of Raw Umber #765701
Tints of Raw Umber #765701
RGB
CMYK
RGB Variations
Color information
#765701 (or 0x765701) is known color: Raw Umber. HEX triplet: 76, 57 and 01. RGB value is (118,87,1). Sum of RGB (Red+Green+Blue) = 118+87+1=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #765701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765701 is #89A8FE. Grayscale: #565656. Windows color (decimal): -9021695 or 87926. OLE color: 87926.
HSL color Cylindrical-coordinate representation of color #765701: hue angle of 44.1º 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 #765701 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.54 |
| HSL | 44.1º | 0.98% | 0.23% | - |
| HSV(B) | 44.1º | 0.99% | 0.46% | - |
| XYZ | 10.88 | 10.67 | 1.51 | - |
| YUV | 86.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 1 | 0 | 0.26 | 0.99 | 0.54 | 44.1 | 0.98 | 0.23 |
| Hex | 76 | 57 | 1 | 0 | 1A | 63 | 36 | 2C | 62 | 17 |
| Octal | 166 | 127 | 1 | 0 | 32 | 143 | 66 | 54 | 142 | 27 |
| Binary | 1110110 | 1010111 | 1 | 0 | 11010 | 1100011 | 110110 | 101100 | 1100010 | 10111 |
Color Harmonies of #765701
Complementary color
Monochromatic Colors of #765701
Black with #765701
Text Example
Text Example
White with #765701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765701; }
p { color: rgb(118,87,1); }
H1.HeaderClassName
{
color: #765701;
}
.AnyTagClassName
{
color: #765701;
}
</style>
background-color css
<style>
a { background-color: #765701; }
a { background-color: rgb(118,87,1); }
div.DivClassName
{
background-color: #765701;
}
.BgClassName
{
background-color: #765701;
}
</style>
border-color css
<style>
span { border-color: #765701; }
span { border-color: rgb(118,87,1); }
td.TdClassName
{
border-color: #765701;
}
.TagClassName
{
border-color: #765701;
}
</style>