Shades of Raw Umber #774100
Tints of Raw Umber #774100
RGB
CMYK
RGB Variations
Color information
#774100 (or 0x774100) is known color: Raw Umber. HEX triplet: 77, 41 and 00. RGB value is (119,65,0). Sum of RGB (Red+Green+Blue) = 119+65+0=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #774100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774100 is #88BEFF. Grayscale: #4A4A4A. Windows color (decimal): -8961792 or 16759. OLE color: 16759.
HSL color Cylindrical-coordinate representation of color #774100: hue angle of 32.77º 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 #774100 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 65 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.53 |
| HSL | 32.77º | 1% | 0.23% | - |
| HSV(B) | 32.77º | 1% | 0.47% | - |
| XYZ | 9.5 | 7.7 | 0.99 | - |
| YUV | 73.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 0 | 0 | 0.45 | 1 | 0.53 | 32.77 | 1 | 0.23 |
| Hex | 77 | 41 | 0 | 0 | 2D | 64 | 35 | 21 | 64 | 17 |
| Octal | 167 | 101 | 0 | 0 | 55 | 144 | 65 | 41 | 144 | 27 |
| Binary | 1110111 | 1000001 | 0 | 0 | 101101 | 1100100 | 110101 | 100001 | 1100100 | 10111 |
Color Harmonies of #774100
Complementary color
Monochromatic Colors of #774100
Black with #774100
Text Example
Text Example
White with #774100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774100; }
p { color: rgb(119,65,0); }
H1.HeaderClassName
{
color: #774100;
}
.AnyTagClassName
{
color: #774100;
}
</style>
background-color css
<style>
a { background-color: #774100; }
a { background-color: rgb(119,65,0); }
div.DivClassName
{
background-color: #774100;
}
.BgClassName
{
background-color: #774100;
}
</style>
border-color css
<style>
span { border-color: #774100; }
span { border-color: rgb(119,65,0); }
td.TdClassName
{
border-color: #774100;
}
.TagClassName
{
border-color: #774100;
}
</style>