Shades of Raw Umber #774500
Tints of Raw Umber #774500
RGB
CMYK
RGB Variations
Color information
#774500 (or 0x774500) is known color: Raw Umber. HEX triplet: 77, 45 and 00. RGB value is (119,69,0). Sum of RGB (Red+Green+Blue) = 119+69+0=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #774500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774500 is #88BAFF. Grayscale: #4C4C4C. Windows color (decimal): -8960768 or 17783. OLE color: 17783.
HSL color Cylindrical-coordinate representation of color #774500: hue angle of 34.79º 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 #774500 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 69 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.53 |
| HSL | 34.79º | 1% | 0.23% | - |
| HSV(B) | 34.79º | 1% | 0.47% | - |
| XYZ | 9.74 | 8.18 | 1.07 | - |
| YUV | 76.08 | 85.07 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 0 | 0 | 0.42 | 1 | 0.53 | 34.79 | 1 | 0.23 |
| Hex | 77 | 45 | 0 | 0 | 2A | 64 | 35 | 23 | 64 | 17 |
| Octal | 167 | 105 | 0 | 0 | 52 | 144 | 65 | 43 | 144 | 27 |
| Binary | 1110111 | 1000101 | 0 | 0 | 101010 | 1100100 | 110101 | 100011 | 1100100 | 10111 |
Color Harmonies of #774500
Complementary color
Monochromatic Colors of #774500
Black with #774500
Text Example
Text Example
White with #774500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774500; }
p { color: rgb(119,69,0); }
H1.HeaderClassName
{
color: #774500;
}
.AnyTagClassName
{
color: #774500;
}
</style>
background-color css
<style>
a { background-color: #774500; }
a { background-color: rgb(119,69,0); }
div.DivClassName
{
background-color: #774500;
}
.BgClassName
{
background-color: #774500;
}
</style>
border-color css
<style>
span { border-color: #774500; }
span { border-color: rgb(119,69,0); }
td.TdClassName
{
border-color: #774500;
}
.TagClassName
{
border-color: #774500;
}
</style>