Shades of Raw Umber #774801
Tints of Raw Umber #774801
RGB
CMYK
RGB Variations
Color information
#774801 (or 0x774801) is known color: Raw Umber. HEX triplet: 77, 48 and 01. RGB value is (119,72,1). Sum of RGB (Red+Green+Blue) = 119+72+1=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #774801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774801 is #88B7FE. Grayscale: #4E4E4E. Windows color (decimal): -8959999 or 84087. OLE color: 84087.
HSL color Cylindrical-coordinate representation of color #774801: hue angle of 36.1º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #774801 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.53 |
| HSL | 36.1º | 0.98% | 0.24% | - |
| HSV(B) | 36.1º | 0.99% | 0.47% | - |
| XYZ | 9.93 | 8.56 | 1.16 | - |
| YUV | 77.96 | 84.57 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 1 | 0 | 0.39 | 0.99 | 0.53 | 36.1 | 0.98 | 0.24 |
| Hex | 77 | 48 | 1 | 0 | 27 | 63 | 35 | 24 | 62 | 18 |
| Octal | 167 | 110 | 1 | 0 | 47 | 143 | 65 | 44 | 142 | 30 |
| Binary | 1110111 | 1001000 | 1 | 0 | 100111 | 1100011 | 110101 | 100100 | 1100010 | 11000 |
Color Harmonies of #774801
Complementary color
Monochromatic Colors of #774801
Black with #774801
Text Example
Text Example
White with #774801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774801; }
p { color: rgb(119,72,1); }
H1.HeaderClassName
{
color: #774801;
}
.AnyTagClassName
{
color: #774801;
}
</style>
background-color css
<style>
a { background-color: #774801; }
a { background-color: rgb(119,72,1); }
div.DivClassName
{
background-color: #774801;
}
.BgClassName
{
background-color: #774801;
}
</style>
border-color css
<style>
span { border-color: #774801; }
span { border-color: rgb(119,72,1); }
td.TdClassName
{
border-color: #774801;
}
.TagClassName
{
border-color: #774801;
}
</style>