Shades of Raw Umber #764B0B
Tints of Raw Umber #764B0B
RGB
CMYK
RGB Variations
Color information
#764B0B (or 0x764B0B) is known color: Raw Umber. HEX triplet: 76, 4B and 0B. RGB value is (118,75,11). Sum of RGB (Red+Green+Blue) = 118+75+11=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #764B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764B0B is #89B4F4. Grayscale: #505050. Windows color (decimal): -9024757 or 740214. OLE color: 740214.
HSL color Cylindrical-coordinate representation of color #764B0B: hue angle of 35.89º 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 #764B0B is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 11 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.54 |
| HSL | 35.89º | 0.83% | 0.25% | - |
| HSV(B) | 35.89º | 0.91% | 0.46% | - |
| XYZ | 10.05 | 8.91 | 1.51 | - |
| YUV | 80.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 11 | 0 | 0.36 | 0.91 | 0.54 | 35.89 | 0.83 | 0.25 |
| Hex | 76 | 4B | B | 0 | 24 | 5B | 36 | 24 | 53 | 19 |
| Octal | 166 | 113 | 13 | 0 | 44 | 133 | 66 | 44 | 123 | 31 |
| Binary | 1110110 | 1001011 | 1011 | 0 | 100100 | 1011011 | 110110 | 100100 | 1010011 | 11001 |
Color Harmonies of #764B0B
Complementary color
Monochromatic Colors of #764B0B
Black with #764B0B
Text Example
Text Example
White with #764B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B0B; }
p { color: rgb(118,75,11); }
H1.HeaderClassName
{
color: #764B0B;
}
.AnyTagClassName
{
color: #764B0B;
}
</style>
background-color css
<style>
a { background-color: #764B0B; }
a { background-color: rgb(118,75,11); }
div.DivClassName
{
background-color: #764B0B;
}
.BgClassName
{
background-color: #764B0B;
}
</style>
border-color css
<style>
span { border-color: #764B0B; }
span { border-color: rgb(118,75,11); }
td.TdClassName
{
border-color: #764B0B;
}
.TagClassName
{
border-color: #764B0B;
}
</style>