Shades of Raw Umber #774F1D
Tints of Raw Umber #774F1D
RGB
CMYK
RGB Variations
Color information
#774F1D (or 0x774F1D) is known color: Raw Umber. HEX triplet: 77, 4F and 1D. RGB value is (119,79,29). Sum of RGB (Red+Green+Blue) = 119+79+29=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #774F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F1D is #88B0E2. Grayscale: #555555. Windows color (decimal): -8958179 or 1920887. OLE color: 1920887.
HSL color Cylindrical-coordinate representation of color #774F1D: hue angle of 33.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #774F1D is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 29 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.53 |
| HSL | 33.33º | 0.61% | 0.29% | - |
| HSV(B) | 33.33º | 0.76% | 0.47% | - |
| XYZ | 10.63 | 9.6 | 2.46 | - |
| YUV | 85.26 | 96.25 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 29 | 0 | 0.34 | 0.76 | 0.53 | 33.33 | 0.61 | 0.29 |
| Hex | 77 | 4F | 1D | 0 | 22 | 4C | 35 | 21 | 3D | 1D |
| Octal | 167 | 117 | 35 | 0 | 42 | 114 | 65 | 41 | 75 | 35 |
| Binary | 1110111 | 1001111 | 11101 | 0 | 100010 | 1001100 | 110101 | 100001 | 111101 | 11101 |
Color Harmonies of #774F1D
Complementary color
Monochromatic Colors of #774F1D
Black with #774F1D
Text Example
Text Example
White with #774F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F1D; }
p { color: rgb(119,79,29); }
H1.HeaderClassName
{
color: #774F1D;
}
.AnyTagClassName
{
color: #774F1D;
}
</style>
background-color css
<style>
a { background-color: #774F1D; }
a { background-color: rgb(119,79,29); }
div.DivClassName
{
background-color: #774F1D;
}
.BgClassName
{
background-color: #774F1D;
}
</style>
border-color css
<style>
span { border-color: #774F1D; }
span { border-color: rgb(119,79,29); }
td.TdClassName
{
border-color: #774F1D;
}
.TagClassName
{
border-color: #774F1D;
}
</style>