Shades of Raw Umber #774C07
Tints of Raw Umber #774C07
RGB
CMYK
RGB Variations
Color information
#774C07 (or 0x774C07) is known color: Raw Umber. HEX triplet: 77, 4C and 07. RGB value is (119,76,7). Sum of RGB (Red+Green+Blue) = 119+76+7=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #774C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774C07 is #88B3F8. Grayscale: #515151. Windows color (decimal): -8958969 or 478327. OLE color: 478327.
HSL color Cylindrical-coordinate representation of color #774C07: hue angle of 36.96º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #774C07 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 7 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.53 |
| HSL | 36.96º | 0.89% | 0.25% | - |
| HSV(B) | 36.96º | 0.94% | 0.47% | - |
| XYZ | 10.23 | 9.11 | 1.42 | - |
| YUV | 80.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 7 | 0 | 0.36 | 0.94 | 0.53 | 36.96 | 0.89 | 0.25 |
| Hex | 77 | 4C | 7 | 0 | 24 | 5E | 35 | 25 | 59 | 19 |
| Octal | 167 | 114 | 7 | 0 | 44 | 136 | 65 | 45 | 131 | 31 |
| Binary | 1110111 | 1001100 | 111 | 0 | 100100 | 1011110 | 110101 | 100101 | 1011001 | 11001 |
Color Harmonies of #774C07
Complementary color
Monochromatic Colors of #774C07
Black with #774C07
Text Example
Text Example
White with #774C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C07; }
p { color: rgb(119,76,7); }
H1.HeaderClassName
{
color: #774C07;
}
.AnyTagClassName
{
color: #774C07;
}
</style>
background-color css
<style>
a { background-color: #774C07; }
a { background-color: rgb(119,76,7); }
div.DivClassName
{
background-color: #774C07;
}
.BgClassName
{
background-color: #774C07;
}
</style>
border-color css
<style>
span { border-color: #774C07; }
span { border-color: rgb(119,76,7); }
td.TdClassName
{
border-color: #774C07;
}
.TagClassName
{
border-color: #774C07;
}
</style>