Shades of Raw Umber #774C19
Tints of Raw Umber #774C19
RGB
CMYK
RGB Variations
Color information
#774C19 (or 0x774C19) is known color: Raw Umber. HEX triplet: 77, 4C and 19. RGB value is (119,76,25). Sum of RGB (Red+Green+Blue) = 119+76+25=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #774C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774C19 is #88B3E6. Grayscale: #535353. Windows color (decimal): -8958951 or 1657975. OLE color: 1657975.
HSL color Cylindrical-coordinate representation of color #774C19: hue angle of 32.55º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #774C19 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 25 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.53 |
| HSL | 32.55º | 0.65% | 0.28% | - |
| HSV(B) | 32.55º | 0.79% | 0.47% | - |
| XYZ | 10.37 | 9.16 | 2.14 | - |
| YUV | 83.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 25 | 0 | 0.36 | 0.79 | 0.53 | 32.55 | 0.65 | 0.28 |
| Hex | 77 | 4C | 19 | 0 | 24 | 4F | 35 | 21 | 41 | 1C |
| Octal | 167 | 114 | 31 | 0 | 44 | 117 | 65 | 41 | 101 | 34 |
| Binary | 1110111 | 1001100 | 11001 | 0 | 100100 | 1001111 | 110101 | 100001 | 1000001 | 11100 |
Color Harmonies of #774C19
Complementary color
Monochromatic Colors of #774C19
Black with #774C19
Text Example
Text Example
White with #774C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C19; }
p { color: rgb(119,76,25); }
H1.HeaderClassName
{
color: #774C19;
}
.AnyTagClassName
{
color: #774C19;
}
</style>
background-color css
<style>
a { background-color: #774C19; }
a { background-color: rgb(119,76,25); }
div.DivClassName
{
background-color: #774C19;
}
.BgClassName
{
background-color: #774C19;
}
</style>
border-color css
<style>
span { border-color: #774C19; }
span { border-color: rgb(119,76,25); }
td.TdClassName
{
border-color: #774C19;
}
.TagClassName
{
border-color: #774C19;
}
</style>