Shades of Raw Umber #766003
Tints of Raw Umber #766003
RGB
CMYK
RGB Variations
Color information
#766003 (or 0x766003) is known color: Raw Umber. HEX triplet: 76, 60 and 03. RGB value is (118,96,3). Sum of RGB (Red+Green+Blue) = 118+96+3=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #766003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766003 is #899FFC. Grayscale: #5C5C5C. Windows color (decimal): -9019389 or 221302. OLE color: 221302.
HSL color Cylindrical-coordinate representation of color #766003: hue angle of 48.52º 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 #766003 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 3 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.54 |
| HSL | 48.52º | 0.95% | 0.24% | - |
| HSV(B) | 48.52º | 0.97% | 0.46% | - |
| XYZ | 11.67 | 12.22 | 1.83 | - |
| YUV | 91.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 3 | 0 | 0.19 | 0.97 | 0.54 | 48.52 | 0.95 | 0.24 |
| Hex | 76 | 60 | 3 | 0 | 13 | 61 | 36 | 31 | 5F | 18 |
| Octal | 166 | 140 | 3 | 0 | 23 | 141 | 66 | 61 | 137 | 30 |
| Binary | 1110110 | 1100000 | 11 | 0 | 10011 | 1100001 | 110110 | 110001 | 1011111 | 11000 |
Color Harmonies of #766003
Complementary color
Monochromatic Colors of #766003
Black with #766003
Text Example
Text Example
White with #766003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766003; }
p { color: rgb(118,96,3); }
H1.HeaderClassName
{
color: #766003;
}
.AnyTagClassName
{
color: #766003;
}
</style>
background-color css
<style>
a { background-color: #766003; }
a { background-color: rgb(118,96,3); }
div.DivClassName
{
background-color: #766003;
}
.BgClassName
{
background-color: #766003;
}
</style>
border-color css
<style>
span { border-color: #766003; }
span { border-color: rgb(118,96,3); }
td.TdClassName
{
border-color: #766003;
}
.TagClassName
{
border-color: #766003;
}
</style>