Shades of Raw Umber #774B00
Tints of Raw Umber #774B00
RGB
CMYK
RGB Variations
Color information
#774B00 (or 0x774B00) is known color: Raw Umber. HEX triplet: 77, 4B and 00. RGB value is (119,75,0). Sum of RGB (Red+Green+Blue) = 119+75+0=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #774B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774B00 is #88B4FF. Grayscale: #4F4F4F. Windows color (decimal): -8959232 or 19319. OLE color: 19319.
HSL color Cylindrical-coordinate representation of color #774B00: hue angle of 37.82º 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 #774B00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.53 |
| HSL | 37.82º | 1% | 0.23% | - |
| HSV(B) | 37.82º | 1% | 0.47% | - |
| XYZ | 10.12 | 8.95 | 1.19 | - |
| YUV | 79.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 0 | 0 | 0.37 | 1 | 0.53 | 37.82 | 1 | 0.23 |
| Hex | 77 | 4B | 0 | 0 | 25 | 64 | 35 | 26 | 64 | 17 |
| Octal | 167 | 113 | 0 | 0 | 45 | 144 | 65 | 46 | 144 | 27 |
| Binary | 1110111 | 1001011 | 0 | 0 | 100101 | 1100100 | 110101 | 100110 | 1100100 | 10111 |
Color Harmonies of #774B00
Complementary color
Monochromatic Colors of #774B00
Black with #774B00
Text Example
Text Example
White with #774B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B00; }
p { color: rgb(119,75,0); }
H1.HeaderClassName
{
color: #774B00;
}
.AnyTagClassName
{
color: #774B00;
}
</style>
background-color css
<style>
a { background-color: #774B00; }
a { background-color: rgb(119,75,0); }
div.DivClassName
{
background-color: #774B00;
}
.BgClassName
{
background-color: #774B00;
}
</style>
border-color css
<style>
span { border-color: #774B00; }
span { border-color: rgb(119,75,0); }
td.TdClassName
{
border-color: #774B00;
}
.TagClassName
{
border-color: #774B00;
}
</style>