Shades of Raw Umber #77460C
Tints of Raw Umber #77460C
RGB
CMYK
RGB Variations
Color information
#77460C (or 0x77460C) is known color: Raw Umber. HEX triplet: 77, 46 and 0C. RGB value is (119,70,12). Sum of RGB (Red+Green+Blue) = 119+70+12=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77460C is #88B9F3. Grayscale: #4E4E4E. Windows color (decimal): -8960500 or 804471. OLE color: 804471.
HSL color Cylindrical-coordinate representation of color #77460C: hue angle of 32.52º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77460C is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 70 | 12 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.53 |
| HSL | 32.52º | 0.82% | 0.26% | - |
| HSV(B) | 32.52º | 0.9% | 0.47% | - |
| XYZ | 9.86 | 8.33 | 1.44 | - |
| YUV | 78.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 12 | 0 | 0.41 | 0.90 | 0.53 | 32.52 | 0.82 | 0.26 |
| Hex | 77 | 46 | C | 0 | 29 | 5A | 35 | 21 | 52 | 1A |
| Octal | 167 | 106 | 14 | 0 | 51 | 132 | 65 | 41 | 122 | 32 |
| Binary | 1110111 | 1000110 | 1100 | 0 | 101001 | 1011010 | 110101 | 100001 | 1010010 | 11010 |
Color Harmonies of #77460C
Complementary color
Monochromatic Colors of #77460C
Black with #77460C
Text Example
Text Example
White with #77460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77460C; }
p { color: rgb(119,70,12); }
H1.HeaderClassName
{
color: #77460C;
}
.AnyTagClassName
{
color: #77460C;
}
</style>
background-color css
<style>
a { background-color: #77460C; }
a { background-color: rgb(119,70,12); }
div.DivClassName
{
background-color: #77460C;
}
.BgClassName
{
background-color: #77460C;
}
</style>
border-color css
<style>
span { border-color: #77460C; }
span { border-color: rgb(119,70,12); }
td.TdClassName
{
border-color: #77460C;
}
.TagClassName
{
border-color: #77460C;
}
</style>