Shades of Raw Umber #773A09
Tints of Raw Umber #773A09
RGB
CMYK
RGB Variations
Color information
#773A09 (or 0x773A09) is known color: Raw Umber. HEX triplet: 77, 3A and 09. RGB value is (119,58,9). Sum of RGB (Red+Green+Blue) = 119+58+9=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #773A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773A09 is #88C5F6. Grayscale: #464646. Windows color (decimal): -8963575 or 604791. OLE color: 604791.
HSL color Cylindrical-coordinate representation of color #773A09: hue angle of 26.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #773A09 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 9 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.53 |
| HSL | 26.73º | 0.86% | 0.25% | - |
| HSV(B) | 26.73º | 0.92% | 0.47% | - |
| XYZ | 9.17 | 6.97 | 1.12 | - |
| YUV | 70.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 9 | 0 | 0.51 | 0.92 | 0.53 | 26.73 | 0.86 | 0.25 |
| Hex | 77 | 3A | 9 | 0 | 33 | 5C | 35 | 1B | 56 | 19 |
| Octal | 167 | 72 | 11 | 0 | 63 | 134 | 65 | 33 | 126 | 31 |
| Binary | 1110111 | 111010 | 1001 | 0 | 110011 | 1011100 | 110101 | 11011 | 1010110 | 11001 |
Color Harmonies of #773A09
Complementary color
Monochromatic Colors of #773A09
Black with #773A09
Text Example
Text Example
White with #773A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A09; }
p { color: rgb(119,58,9); }
H1.HeaderClassName
{
color: #773A09;
}
.AnyTagClassName
{
color: #773A09;
}
</style>
background-color css
<style>
a { background-color: #773A09; }
a { background-color: rgb(119,58,9); }
div.DivClassName
{
background-color: #773A09;
}
.BgClassName
{
background-color: #773A09;
}
</style>
border-color css
<style>
span { border-color: #773A09; }
span { border-color: rgb(119,58,9); }
td.TdClassName
{
border-color: #773A09;
}
.TagClassName
{
border-color: #773A09;
}
</style>