Shades of Raw Umber #765700
Tints of Raw Umber #765700
RGB
CMYK
RGB Variations
Color information
#765700 (or 0x765700) is known color: Raw Umber. HEX triplet: 76, 57 and 00. RGB value is (118,87,0). Sum of RGB (Red+Green+Blue) = 118+87+0=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #765700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765700 is #89A8FF. Grayscale: #565656. Windows color (decimal): -9021696 or 22390. OLE color: 22390.
HSL color Cylindrical-coordinate representation of color #765700: hue angle of 44.24º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #765700 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.54 |
| HSL | 44.24º | 1% | 0.23% | - |
| HSV(B) | 44.24º | 1% | 0.46% | - |
| XYZ | 10.88 | 10.67 | 1.49 | - |
| YUV | 86.35 | 79.27 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 0 | 0 | 0.26 | 1 | 0.54 | 44.24 | 1 | 0.23 |
| Hex | 76 | 57 | 0 | 0 | 1A | 64 | 36 | 2C | 64 | 17 |
| Octal | 166 | 127 | 0 | 0 | 32 | 144 | 66 | 54 | 144 | 27 |
| Binary | 1110110 | 1010111 | 0 | 0 | 11010 | 1100100 | 110110 | 101100 | 1100100 | 10111 |
Color Harmonies of #765700
Complementary color
Monochromatic Colors of #765700
Black with #765700
Text Example
Text Example
White with #765700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765700; }
p { color: rgb(118,87,0); }
H1.HeaderClassName
{
color: #765700;
}
.AnyTagClassName
{
color: #765700;
}
</style>
background-color css
<style>
a { background-color: #765700; }
a { background-color: rgb(118,87,0); }
div.DivClassName
{
background-color: #765700;
}
.BgClassName
{
background-color: #765700;
}
</style>
border-color css
<style>
span { border-color: #765700; }
span { border-color: rgb(118,87,0); }
td.TdClassName
{
border-color: #765700;
}
.TagClassName
{
border-color: #765700;
}
</style>