Shades of Raw Umber #765F00
Tints of Raw Umber #765F00
RGB
CMYK
RGB Variations
Color information
#765F00 (or 0x765F00) is known color: Raw Umber. HEX triplet: 76, 5F and 00. RGB value is (118,95,0). Sum of RGB (Red+Green+Blue) = 118+95+0=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #765F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765F00 is #89A0FF. Grayscale: #5B5B5B. Windows color (decimal): -9019648 or 24438. OLE color: 24438.
HSL color Cylindrical-coordinate representation of color #765F00: hue angle of 48.31º 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 #765F00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.54 |
| HSL | 48.31º | 1% | 0.23% | - |
| HSV(B) | 48.31º | 1% | 0.46% | - |
| XYZ | 11.56 | 12.04 | 1.71 | - |
| YUV | 91.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 0 | 0 | 0.19 | 1 | 0.54 | 48.31 | 1 | 0.23 |
| Hex | 76 | 5F | 0 | 0 | 13 | 64 | 36 | 30 | 64 | 17 |
| Octal | 166 | 137 | 0 | 0 | 23 | 144 | 66 | 60 | 144 | 27 |
| Binary | 1110110 | 1011111 | 0 | 0 | 10011 | 1100100 | 110110 | 110000 | 1100100 | 10111 |
Color Harmonies of #765F00
Complementary color
Monochromatic Colors of #765F00
Black with #765F00
Text Example
Text Example
White with #765F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F00; }
p { color: rgb(118,95,0); }
H1.HeaderClassName
{
color: #765F00;
}
.AnyTagClassName
{
color: #765F00;
}
</style>
background-color css
<style>
a { background-color: #765F00; }
a { background-color: rgb(118,95,0); }
div.DivClassName
{
background-color: #765F00;
}
.BgClassName
{
background-color: #765F00;
}
</style>
border-color css
<style>
span { border-color: #765F00; }
span { border-color: rgb(118,95,0); }
td.TdClassName
{
border-color: #765F00;
}
.TagClassName
{
border-color: #765F00;
}
</style>