Shades of Raw Umber #764403
Tints of Raw Umber #764403
RGB
CMYK
RGB Variations
Color information
#764403 (or 0x764403) is known color: Raw Umber. HEX triplet: 76, 44 and 03. RGB value is (118,68,3). Sum of RGB (Red+Green+Blue) = 118+68+3=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #764403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764403 is #89BBFC. Grayscale: #4B4B4B. Windows color (decimal): -9026557 or 214134. OLE color: 214134.
HSL color Cylindrical-coordinate representation of color #764403: hue angle of 33.91º 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 #764403 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 3 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.54 |
| HSL | 33.91º | 0.95% | 0.24% | - |
| HSV(B) | 33.91º | 0.97% | 0.46% | - |
| XYZ | 9.55 | 7.99 | 1.13 | - |
| YUV | 75.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 3 | 0 | 0.42 | 0.97 | 0.54 | 33.91 | 0.95 | 0.24 |
| Hex | 76 | 44 | 3 | 0 | 2A | 61 | 36 | 22 | 5F | 18 |
| Octal | 166 | 104 | 3 | 0 | 52 | 141 | 66 | 42 | 137 | 30 |
| Binary | 1110110 | 1000100 | 11 | 0 | 101010 | 1100001 | 110110 | 100010 | 1011111 | 11000 |
Color Harmonies of #764403
Complementary color
Monochromatic Colors of #764403
Black with #764403
Text Example
Text Example
White with #764403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764403; }
p { color: rgb(118,68,3); }
H1.HeaderClassName
{
color: #764403;
}
.AnyTagClassName
{
color: #764403;
}
</style>
background-color css
<style>
a { background-color: #764403; }
a { background-color: rgb(118,68,3); }
div.DivClassName
{
background-color: #764403;
}
.BgClassName
{
background-color: #764403;
}
</style>
border-color css
<style>
span { border-color: #764403; }
span { border-color: rgb(118,68,3); }
td.TdClassName
{
border-color: #764403;
}
.TagClassName
{
border-color: #764403;
}
</style>