Shades of Raw Umber #774D09
Tints of Raw Umber #774D09
RGB
CMYK
RGB Variations
Color information
#774D09 (or 0x774D09) is known color: Raw Umber. HEX triplet: 77, 4D and 09. RGB value is (119,77,9). Sum of RGB (Red+Green+Blue) = 119+77+9=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #774D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774D09 is #88B2F6. Grayscale: #525252. Windows color (decimal): -8958711 or 609655. OLE color: 609655.
HSL color Cylindrical-coordinate representation of color #774D09: hue angle of 37.09º 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 #774D09 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 9 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.53 |
| HSL | 37.09º | 0.86% | 0.25% | - |
| HSV(B) | 37.09º | 0.92% | 0.47% | - |
| XYZ | 10.31 | 9.25 | 1.5 | - |
| YUV | 81.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 9 | 0 | 0.35 | 0.92 | 0.53 | 37.09 | 0.86 | 0.25 |
| Hex | 77 | 4D | 9 | 0 | 23 | 5C | 35 | 25 | 56 | 19 |
| Octal | 167 | 115 | 11 | 0 | 43 | 134 | 65 | 45 | 126 | 31 |
| Binary | 1110111 | 1001101 | 1001 | 0 | 100011 | 1011100 | 110101 | 100101 | 1010110 | 11001 |
Color Harmonies of #774D09
Complementary color
Monochromatic Colors of #774D09
Black with #774D09
Text Example
Text Example
White with #774D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D09; }
p { color: rgb(119,77,9); }
H1.HeaderClassName
{
color: #774D09;
}
.AnyTagClassName
{
color: #774D09;
}
</style>
background-color css
<style>
a { background-color: #774D09; }
a { background-color: rgb(119,77,9); }
div.DivClassName
{
background-color: #774D09;
}
.BgClassName
{
background-color: #774D09;
}
</style>
border-color css
<style>
span { border-color: #774D09; }
span { border-color: rgb(119,77,9); }
td.TdClassName
{
border-color: #774D09;
}
.TagClassName
{
border-color: #774D09;
}
</style>