Shades of Raw Umber #78550F
Tints of Raw Umber #78550F
RGB
CMYK
RGB Variations
Color information
#78550F (or 0x78550F) is known color: Raw Umber. HEX triplet: 78, 55 and 0F. RGB value is (120,85,15). Sum of RGB (Red+Green+Blue) = 120+85+15=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #78550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78550F is #87AAF0. Grayscale: #575757. Windows color (decimal): -8891121 or 1004920. OLE color: 1004920.
HSL color Cylindrical-coordinate representation of color #78550F: hue angle of 40º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78550F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 85 | 15 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.53 |
| HSL | 40º | 0.78% | 0.26% | - |
| HSV(B) | 40º | 0.88% | 0.47% | - |
| XYZ | 11.08 | 10.52 | 1.9 | - |
| YUV | 87.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 15 | 0 | 0.29 | 0.87 | 0.53 | 40 | 0.78 | 0.26 |
| Hex | 78 | 55 | F | 0 | 1D | 57 | 35 | 28 | 4E | 1A |
| Octal | 170 | 125 | 17 | 0 | 35 | 127 | 65 | 50 | 116 | 32 |
| Binary | 1111000 | 1010101 | 1111 | 0 | 11101 | 1010111 | 110101 | 101000 | 1001110 | 11010 |
Color Harmonies of #78550F
Complementary color
Monochromatic Colors of #78550F
Black with #78550F
Text Example
Text Example
White with #78550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78550F; }
p { color: rgb(120,85,15); }
H1.HeaderClassName
{
color: #78550F;
}
.AnyTagClassName
{
color: #78550F;
}
</style>
background-color css
<style>
a { background-color: #78550F; }
a { background-color: rgb(120,85,15); }
div.DivClassName
{
background-color: #78550F;
}
.BgClassName
{
background-color: #78550F;
}
</style>
border-color css
<style>
span { border-color: #78550F; }
span { border-color: rgb(120,85,15); }
td.TdClassName
{
border-color: #78550F;
}
.TagClassName
{
border-color: #78550F;
}
</style>