Shades of Raw Umber #77400A
Tints of Raw Umber #77400A
RGB
CMYK
RGB Variations
Color information
#77400A (or 0x77400A) is known color: Raw Umber. HEX triplet: 77, 40 and 0A. RGB value is (119,64,10). Sum of RGB (Red+Green+Blue) = 119+64+10=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #77400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77400A is #88BFF5. Grayscale: #4A4A4A. Windows color (decimal): -8962038 or 671863. OLE color: 671863.
HSL color Cylindrical-coordinate representation of color #77400A: hue angle of 29.72º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77400A is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 64 | 10 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.53 |
| HSL | 29.72º | 0.84% | 0.25% | - |
| HSV(B) | 29.72º | 0.92% | 0.47% | - |
| XYZ | 9.5 | 7.61 | 1.26 | - |
| YUV | 74.29 | 91.72 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 10 | 0 | 0.46 | 0.92 | 0.53 | 29.72 | 0.84 | 0.25 |
| Hex | 77 | 40 | A | 0 | 2E | 5C | 35 | 1E | 54 | 19 |
| Octal | 167 | 100 | 12 | 0 | 56 | 134 | 65 | 36 | 124 | 31 |
| Binary | 1110111 | 1000000 | 1010 | 0 | 101110 | 1011100 | 110101 | 11110 | 1010100 | 11001 |
Color Harmonies of #77400A
Complementary color
Monochromatic Colors of #77400A
Black with #77400A
Text Example
Text Example
White with #77400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77400A; }
p { color: rgb(119,64,10); }
H1.HeaderClassName
{
color: #77400A;
}
.AnyTagClassName
{
color: #77400A;
}
</style>
background-color css
<style>
a { background-color: #77400A; }
a { background-color: rgb(119,64,10); }
div.DivClassName
{
background-color: #77400A;
}
.BgClassName
{
background-color: #77400A;
}
</style>
border-color css
<style>
span { border-color: #77400A; }
span { border-color: rgb(119,64,10); }
td.TdClassName
{
border-color: #77400A;
}
.TagClassName
{
border-color: #77400A;
}
</style>