Shades of Raw Umber #774109
Tints of Raw Umber #774109
RGB
CMYK
RGB Variations
Color information
#774109 (or 0x774109) is known color: Raw Umber. HEX triplet: 77, 41 and 09. RGB value is (119,65,9). Sum of RGB (Red+Green+Blue) = 119+65+9=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #774109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774109 is #88BEF6. Grayscale: #4B4B4B. Windows color (decimal): -8961783 or 606583. OLE color: 606583.
HSL color Cylindrical-coordinate representation of color #774109: hue angle of 30.55º 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 #774109 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 65 | 9 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.53 |
| HSL | 30.55º | 0.86% | 0.25% | - |
| HSV(B) | 30.55º | 0.92% | 0.47% | - |
| XYZ | 9.55 | 7.72 | 1.25 | - |
| YUV | 74.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 9 | 0 | 0.45 | 0.92 | 0.53 | 30.55 | 0.86 | 0.25 |
| Hex | 77 | 41 | 9 | 0 | 2D | 5C | 35 | 1F | 56 | 19 |
| Octal | 167 | 101 | 11 | 0 | 55 | 134 | 65 | 37 | 126 | 31 |
| Binary | 1110111 | 1000001 | 1001 | 0 | 101101 | 1011100 | 110101 | 11111 | 1010110 | 11001 |
Color Harmonies of #774109
Complementary color
Monochromatic Colors of #774109
Black with #774109
Text Example
Text Example
White with #774109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774109; }
p { color: rgb(119,65,9); }
H1.HeaderClassName
{
color: #774109;
}
.AnyTagClassName
{
color: #774109;
}
</style>
background-color css
<style>
a { background-color: #774109; }
a { background-color: rgb(119,65,9); }
div.DivClassName
{
background-color: #774109;
}
.BgClassName
{
background-color: #774109;
}
</style>
border-color css
<style>
span { border-color: #774109; }
span { border-color: rgb(119,65,9); }
td.TdClassName
{
border-color: #774109;
}
.TagClassName
{
border-color: #774109;
}
</style>