Shades of Raw Umber #77420F
Tints of Raw Umber #77420F
RGB
CMYK
RGB Variations
Color information
#77420F (or 0x77420F) is known color: Raw Umber. HEX triplet: 77, 42 and 0F. RGB value is (119,66,15). Sum of RGB (Red+Green+Blue) = 119+66+15=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77420F is #88BDF0. Grayscale: #4C4C4C. Windows color (decimal): -8961521 or 1000055. OLE color: 1000055.
HSL color Cylindrical-coordinate representation of color #77420F: hue angle of 29.42º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77420F is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 66 | 15 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.53 |
| HSL | 29.42º | 0.78% | 0.26% | - |
| HSV(B) | 29.42º | 0.87% | 0.47% | - |
| XYZ | 9.64 | 7.85 | 1.46 | - |
| YUV | 76.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 15 | 0 | 0.45 | 0.87 | 0.53 | 29.42 | 0.78 | 0.26 |
| Hex | 77 | 42 | F | 0 | 2D | 57 | 35 | 1D | 4E | 1A |
| Octal | 167 | 102 | 17 | 0 | 55 | 127 | 65 | 35 | 116 | 32 |
| Binary | 1110111 | 1000010 | 1111 | 0 | 101101 | 1010111 | 110101 | 11101 | 1001110 | 11010 |
Color Harmonies of #77420F
Complementary color
Monochromatic Colors of #77420F
Black with #77420F
Text Example
Text Example
White with #77420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77420F; }
p { color: rgb(119,66,15); }
H1.HeaderClassName
{
color: #77420F;
}
.AnyTagClassName
{
color: #77420F;
}
</style>
background-color css
<style>
a { background-color: #77420F; }
a { background-color: rgb(119,66,15); }
div.DivClassName
{
background-color: #77420F;
}
.BgClassName
{
background-color: #77420F;
}
</style>
border-color css
<style>
span { border-color: #77420F; }
span { border-color: rgb(119,66,15); }
td.TdClassName
{
border-color: #77420F;
}
.TagClassName
{
border-color: #77420F;
}
</style>