Shades of Raw Umber #764A0B
Tints of Raw Umber #764A0B
RGB
CMYK
RGB Variations
Color information
#764A0B (or 0x764A0B) is known color: Raw Umber. HEX triplet: 76, 4A and 0B. RGB value is (118,74,11). Sum of RGB (Red+Green+Blue) = 118+74+11=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #764A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A0B is #89B5F4. Grayscale: #505050. Windows color (decimal): -9025013 or 739958. OLE color: 739958.
HSL color Cylindrical-coordinate representation of color #764A0B: hue angle of 35.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #764A0B is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 11 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.54 |
| HSL | 35.33º | 0.83% | 0.25% | - |
| HSV(B) | 35.33º | 0.91% | 0.46% | - |
| XYZ | 9.98 | 8.77 | 1.48 | - |
| YUV | 79.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 11 | 0 | 0.37 | 0.91 | 0.54 | 35.33 | 0.83 | 0.25 |
| Hex | 76 | 4A | B | 0 | 25 | 5B | 36 | 23 | 53 | 19 |
| Octal | 166 | 112 | 13 | 0 | 45 | 133 | 66 | 43 | 123 | 31 |
| Binary | 1110110 | 1001010 | 1011 | 0 | 100101 | 1011011 | 110110 | 100011 | 1010011 | 11001 |
Color Harmonies of #764A0B
Complementary color
Monochromatic Colors of #764A0B
Black with #764A0B
Text Example
Text Example
White with #764A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A0B; }
p { color: rgb(118,74,11); }
H1.HeaderClassName
{
color: #764A0B;
}
.AnyTagClassName
{
color: #764A0B;
}
</style>
background-color css
<style>
a { background-color: #764A0B; }
a { background-color: rgb(118,74,11); }
div.DivClassName
{
background-color: #764A0B;
}
.BgClassName
{
background-color: #764A0B;
}
</style>
border-color css
<style>
span { border-color: #764A0B; }
span { border-color: rgb(118,74,11); }
td.TdClassName
{
border-color: #764A0B;
}
.TagClassName
{
border-color: #764A0B;
}
</style>