Shades of Raw Umber #773B0C
Tints of Raw Umber #773B0C
RGB
CMYK
RGB Variations
Color information
#773B0C (or 0x773B0C) is known color: Raw Umber. HEX triplet: 77, 3B and 0C. RGB value is (119,59,12). Sum of RGB (Red+Green+Blue) = 119+59+12=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #773B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773B0C is #88C4F3. Grayscale: #474747. Windows color (decimal): -8963316 or 801655. OLE color: 801655.
HSL color Cylindrical-coordinate representation of color #773B0C: hue angle of 26.36º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #773B0C is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 59 | 12 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.53 |
| HSL | 26.36º | 0.82% | 0.26% | - |
| HSV(B) | 26.36º | 0.9% | 0.47% | - |
| XYZ | 9.24 | 7.08 | 1.23 | - |
| YUV | 71.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 12 | 0 | 0.50 | 0.90 | 0.53 | 26.36 | 0.82 | 0.26 |
| Hex | 77 | 3B | C | 0 | 32 | 5A | 35 | 1A | 52 | 1A |
| Octal | 167 | 73 | 14 | 0 | 62 | 132 | 65 | 32 | 122 | 32 |
| Binary | 1110111 | 111011 | 1100 | 0 | 110010 | 1011010 | 110101 | 11010 | 1010010 | 11010 |
Color Harmonies of #773B0C
Complementary color
Monochromatic Colors of #773B0C
Black with #773B0C
Text Example
Text Example
White with #773B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B0C; }
p { color: rgb(119,59,12); }
H1.HeaderClassName
{
color: #773B0C;
}
.AnyTagClassName
{
color: #773B0C;
}
</style>
background-color css
<style>
a { background-color: #773B0C; }
a { background-color: rgb(119,59,12); }
div.DivClassName
{
background-color: #773B0C;
}
.BgClassName
{
background-color: #773B0C;
}
</style>
border-color css
<style>
span { border-color: #773B0C; }
span { border-color: rgb(119,59,12); }
td.TdClassName
{
border-color: #773B0C;
}
.TagClassName
{
border-color: #773B0C;
}
</style>