Shades of Raw Umber #765A00
Tints of Raw Umber #765A00
RGB
CMYK
RGB Variations
Color information
#765A00 (or 0x765A00) is known color: Raw Umber. HEX triplet: 76, 5A and 00. RGB value is (118,90,0). Sum of RGB (Red+Green+Blue) = 118+90+0=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #765A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765A00 is #89A5FF. Grayscale: #585858. Windows color (decimal): -9020928 or 23158. OLE color: 23158.
HSL color Cylindrical-coordinate representation of color #765A00: hue angle of 45.76º 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 #765A00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.54 |
| HSL | 45.76º | 1% | 0.23% | - |
| HSV(B) | 45.76º | 1% | 0.46% | - |
| XYZ | 11.13 | 11.16 | 1.57 | - |
| YUV | 88.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 0 | 0 | 0.24 | 1 | 0.54 | 45.76 | 1 | 0.23 |
| Hex | 76 | 5A | 0 | 0 | 18 | 64 | 36 | 2E | 64 | 17 |
| Octal | 166 | 132 | 0 | 0 | 30 | 144 | 66 | 56 | 144 | 27 |
| Binary | 1110110 | 1011010 | 0 | 0 | 11000 | 1100100 | 110110 | 101110 | 1100100 | 10111 |
Color Harmonies of #765A00
Complementary color
Monochromatic Colors of #765A00
Black with #765A00
Text Example
Text Example
White with #765A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A00; }
p { color: rgb(118,90,0); }
H1.HeaderClassName
{
color: #765A00;
}
.AnyTagClassName
{
color: #765A00;
}
</style>
background-color css
<style>
a { background-color: #765A00; }
a { background-color: rgb(118,90,0); }
div.DivClassName
{
background-color: #765A00;
}
.BgClassName
{
background-color: #765A00;
}
</style>
border-color css
<style>
span { border-color: #765A00; }
span { border-color: rgb(118,90,0); }
td.TdClassName
{
border-color: #765A00;
}
.TagClassName
{
border-color: #765A00;
}
</style>