Shades of Raw Umber #763F04
Tints of Raw Umber #763F04
RGB
CMYK
RGB Variations
Color information
#763F04 (or 0x763F04) is known color: Raw Umber. HEX triplet: 76, 3F and 04. RGB value is (118,63,4). Sum of RGB (Red+Green+Blue) = 118+63+4=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #763F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F04 is #89C0FB. Grayscale: #494949. Windows color (decimal): -9027836 or 278390. OLE color: 278390.
HSL color Cylindrical-coordinate representation of color #763F04: hue angle of 31.05º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #763F04 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 4 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.54 |
| HSL | 31.05º | 0.93% | 0.24% | - |
| HSV(B) | 31.05º | 0.97% | 0.46% | - |
| XYZ | 9.27 | 7.42 | 1.06 | - |
| YUV | 72.72 | 89.22 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 4 | 0 | 0.47 | 0.97 | 0.54 | 31.05 | 0.93 | 0.24 |
| Hex | 76 | 3F | 4 | 0 | 2F | 61 | 36 | 1F | 5D | 18 |
| Octal | 166 | 77 | 4 | 0 | 57 | 141 | 66 | 37 | 135 | 30 |
| Binary | 1110110 | 111111 | 100 | 0 | 101111 | 1100001 | 110110 | 11111 | 1011101 | 11000 |
Color Harmonies of #763F04
Complementary color
Monochromatic Colors of #763F04
Black with #763F04
Text Example
Text Example
White with #763F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F04; }
p { color: rgb(118,63,4); }
H1.HeaderClassName
{
color: #763F04;
}
.AnyTagClassName
{
color: #763F04;
}
</style>
background-color css
<style>
a { background-color: #763F04; }
a { background-color: rgb(118,63,4); }
div.DivClassName
{
background-color: #763F04;
}
.BgClassName
{
background-color: #763F04;
}
</style>
border-color css
<style>
span { border-color: #763F04; }
span { border-color: rgb(118,63,4); }
td.TdClassName
{
border-color: #763F04;
}
.TagClassName
{
border-color: #763F04;
}
</style>