Shades of Raw Umber #764A03
Tints of Raw Umber #764A03
RGB
CMYK
RGB Variations
Color information
#764A03 (or 0x764A03) is known color: Raw Umber. HEX triplet: 76, 4A and 03. RGB value is (118,74,3). Sum of RGB (Red+Green+Blue) = 118+74+3=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #764A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A03 is #89B5FC. Grayscale: #4F4F4F. Windows color (decimal): -9025021 or 215670. OLE color: 215670.
HSL color Cylindrical-coordinate representation of color #764A03: hue angle of 37.04º degrees, saturation: 0.95, 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 #764A03 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 3 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.54 |
| HSL | 37.04º | 0.95% | 0.24% | - |
| HSV(B) | 37.04º | 0.97% | 0.46% | - |
| XYZ | 9.94 | 8.76 | 1.25 | - |
| YUV | 79.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 3 | 0 | 0.37 | 0.97 | 0.54 | 37.04 | 0.95 | 0.24 |
| Hex | 76 | 4A | 3 | 0 | 25 | 61 | 36 | 25 | 5F | 18 |
| Octal | 166 | 112 | 3 | 0 | 45 | 141 | 66 | 45 | 137 | 30 |
| Binary | 1110110 | 1001010 | 11 | 0 | 100101 | 1100001 | 110110 | 100101 | 1011111 | 11000 |
Color Harmonies of #764A03
Complementary color
Monochromatic Colors of #764A03
Black with #764A03
Text Example
Text Example
White with #764A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A03; }
p { color: rgb(118,74,3); }
H1.HeaderClassName
{
color: #764A03;
}
.AnyTagClassName
{
color: #764A03;
}
</style>
background-color css
<style>
a { background-color: #764A03; }
a { background-color: rgb(118,74,3); }
div.DivClassName
{
background-color: #764A03;
}
.BgClassName
{
background-color: #764A03;
}
</style>
border-color css
<style>
span { border-color: #764A03; }
span { border-color: rgb(118,74,3); }
td.TdClassName
{
border-color: #764A03;
}
.TagClassName
{
border-color: #764A03;
}
</style>