Shades of Raw Umber #764D0D
Tints of Raw Umber #764D0D
RGB
CMYK
RGB Variations
Color information
#764D0D (or 0x764D0D) is known color: Raw Umber. HEX triplet: 76, 4D and 0D. RGB value is (118,77,13). Sum of RGB (Red+Green+Blue) = 118+77+13=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #764D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D0D is #89B2F2. Grayscale: #525252. Windows color (decimal): -9024243 or 871798. OLE color: 871798.
HSL color Cylindrical-coordinate representation of color #764D0D: hue angle of 36.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #764D0D is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 13 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.54 |
| HSL | 36.57º | 0.8% | 0.26% | - |
| HSV(B) | 36.57º | 0.89% | 0.46% | - |
| XYZ | 10.2 | 9.19 | 1.62 | - |
| YUV | 81.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 13 | 0 | 0.35 | 0.89 | 0.54 | 36.57 | 0.8 | 0.26 |
| Hex | 76 | 4D | D | 0 | 23 | 59 | 36 | 25 | 50 | 1A |
| Octal | 166 | 115 | 15 | 0 | 43 | 131 | 66 | 45 | 120 | 32 |
| Binary | 1110110 | 1001101 | 1101 | 0 | 100011 | 1011001 | 110110 | 100101 | 1010000 | 11010 |
Color Harmonies of #764D0D
Complementary color
Monochromatic Colors of #764D0D
Black with #764D0D
Text Example
Text Example
White with #764D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D0D; }
p { color: rgb(118,77,13); }
H1.HeaderClassName
{
color: #764D0D;
}
.AnyTagClassName
{
color: #764D0D;
}
</style>
background-color css
<style>
a { background-color: #764D0D; }
a { background-color: rgb(118,77,13); }
div.DivClassName
{
background-color: #764D0D;
}
.BgClassName
{
background-color: #764D0D;
}
</style>
border-color css
<style>
span { border-color: #764D0D; }
span { border-color: rgb(118,77,13); }
td.TdClassName
{
border-color: #764D0D;
}
.TagClassName
{
border-color: #764D0D;
}
</style>