Shades of Raw Umber #774101
Tints of Raw Umber #774101
RGB
CMYK
RGB Variations
Color information
#774101 (or 0x774101) is known color: Raw Umber. HEX triplet: 77, 41 and 01. RGB value is (119,65,1). Sum of RGB (Red+Green+Blue) = 119+65+1=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #774101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774101 is #88BEFE. Grayscale: #4A4A4A. Windows color (decimal): -8961791 or 82295. OLE color: 82295.
HSL color Cylindrical-coordinate representation of color #774101: hue angle of 32.54º 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 #774101 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 65 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.53 |
| HSL | 32.54º | 0.98% | 0.24% | - |
| HSV(B) | 32.54º | 0.99% | 0.47% | - |
| XYZ | 9.5 | 7.7 | 1.01 | - |
| YUV | 73.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 1 | 0 | 0.45 | 0.99 | 0.53 | 32.54 | 0.98 | 0.24 |
| Hex | 77 | 41 | 1 | 0 | 2D | 63 | 35 | 21 | 62 | 18 |
| Octal | 167 | 101 | 1 | 0 | 55 | 143 | 65 | 41 | 142 | 30 |
| Binary | 1110111 | 1000001 | 1 | 0 | 101101 | 1100011 | 110101 | 100001 | 1100010 | 11000 |
Color Harmonies of #774101
Complementary color
Monochromatic Colors of #774101
Black with #774101
Text Example
Text Example
White with #774101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774101; }
p { color: rgb(119,65,1); }
H1.HeaderClassName
{
color: #774101;
}
.AnyTagClassName
{
color: #774101;
}
</style>
background-color css
<style>
a { background-color: #774101; }
a { background-color: rgb(119,65,1); }
div.DivClassName
{
background-color: #774101;
}
.BgClassName
{
background-color: #774101;
}
</style>
border-color css
<style>
span { border-color: #774101; }
span { border-color: rgb(119,65,1); }
td.TdClassName
{
border-color: #774101;
}
.TagClassName
{
border-color: #774101;
}
</style>