Shades of Raw Umber #765D00
Tints of Raw Umber #765D00
RGB
CMYK
RGB Variations
Color information
#765D00 (or 0x765D00) is known color: Raw Umber. HEX triplet: 76, 5D and 00. RGB value is (118,93,0). Sum of RGB (Red+Green+Blue) = 118+93+0=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #765D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D00 is #89A2FF. Grayscale: #5A5A5A. Windows color (decimal): -9020160 or 23926. OLE color: 23926.
HSL color Cylindrical-coordinate representation of color #765D00: hue angle of 47.29º 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 #765D00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.54 |
| HSL | 47.29º | 1% | 0.23% | - |
| HSV(B) | 47.29º | 1% | 0.46% | - |
| XYZ | 11.39 | 11.68 | 1.65 | - |
| YUV | 89.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 0 | 0 | 0.21 | 1 | 0.54 | 47.29 | 1 | 0.23 |
| Hex | 76 | 5D | 0 | 0 | 15 | 64 | 36 | 2F | 64 | 17 |
| Octal | 166 | 135 | 0 | 0 | 25 | 144 | 66 | 57 | 144 | 27 |
| Binary | 1110110 | 1011101 | 0 | 0 | 10101 | 1100100 | 110110 | 101111 | 1100100 | 10111 |
Color Harmonies of #765D00
Complementary color
Monochromatic Colors of #765D00
Black with #765D00
Text Example
Text Example
White with #765D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D00; }
p { color: rgb(118,93,0); }
H1.HeaderClassName
{
color: #765D00;
}
.AnyTagClassName
{
color: #765D00;
}
</style>
background-color css
<style>
a { background-color: #765D00; }
a { background-color: rgb(118,93,0); }
div.DivClassName
{
background-color: #765D00;
}
.BgClassName
{
background-color: #765D00;
}
</style>
border-color css
<style>
span { border-color: #765D00; }
span { border-color: rgb(118,93,0); }
td.TdClassName
{
border-color: #765D00;
}
.TagClassName
{
border-color: #765D00;
}
</style>