Shades of Raw Umber #774000
Tints of Raw Umber #774000
RGB
CMYK
RGB Variations
Color information
#774000 (or 0x774000) is known color: Raw Umber. HEX triplet: 77, 40 and 00. RGB value is (119,64,0). Sum of RGB (Red+Green+Blue) = 119+64+0=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #774000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774000 is #88BFFF. Grayscale: #494949. Windows color (decimal): -8962048 or 16503. OLE color: 16503.
HSL color Cylindrical-coordinate representation of color #774000: hue angle of 32.27º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #774000 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 64 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.53 |
| HSL | 32.27º | 1% | 0.23% | - |
| HSV(B) | 32.27º | 1% | 0.47% | - |
| XYZ | 9.44 | 7.59 | 0.97 | - |
| YUV | 73.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 0 | 0 | 0.46 | 1 | 0.53 | 32.27 | 1 | 0.23 |
| Hex | 77 | 40 | 0 | 0 | 2E | 64 | 35 | 20 | 64 | 17 |
| Octal | 167 | 100 | 0 | 0 | 56 | 144 | 65 | 40 | 144 | 27 |
| Binary | 1110111 | 1000000 | 0 | 0 | 101110 | 1100100 | 110101 | 100000 | 1100100 | 10111 |
Color Harmonies of #774000
Complementary color
Monochromatic Colors of #774000
Black with #774000
Text Example
Text Example
White with #774000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774000; }
p { color: rgb(119,64,0); }
H1.HeaderClassName
{
color: #774000;
}
.AnyTagClassName
{
color: #774000;
}
</style>
background-color css
<style>
a { background-color: #774000; }
a { background-color: rgb(119,64,0); }
div.DivClassName
{
background-color: #774000;
}
.BgClassName
{
background-color: #774000;
}
</style>
border-color css
<style>
span { border-color: #774000; }
span { border-color: rgb(119,64,0); }
td.TdClassName
{
border-color: #774000;
}
.TagClassName
{
border-color: #774000;
}
</style>