Shades of Raw Umber #78540F
Tints of Raw Umber #78540F
RGB
CMYK
RGB Variations
Color information
#78540F (or 0x78540F) is known color: Raw Umber. HEX triplet: 78, 54 and 0F. RGB value is (120,84,15). Sum of RGB (Red+Green+Blue) = 120+84+15=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78540F is #87ABF0. Grayscale: #575757. Windows color (decimal): -8891377 or 1004664. OLE color: 1004664.
HSL color Cylindrical-coordinate representation of color #78540F: hue angle of 39.43º 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 #78540F is Cyan = 0, Magento = 0.3, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 15 | - |
| CMYK | 0 | 0.3 | 0.87 | 0.53 |
| HSL | 39.43º | 0.78% | 0.26% | - |
| HSV(B) | 39.43º | 0.88% | 0.47% | - |
| XYZ | 11 | 10.37 | 1.87 | - |
| YUV | 86.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 15 | 0 | 0.3 | 0.87 | 0.53 | 39.43 | 0.78 | 0.26 |
| Hex | 78 | 54 | F | 0 | 1E | 57 | 35 | 27 | 4E | 1A |
| Octal | 170 | 124 | 17 | 0 | 36 | 127 | 65 | 47 | 116 | 32 |
| Binary | 1111000 | 1010100 | 1111 | 0 | 11110 | 1010111 | 110101 | 100111 | 1001110 | 11010 |
Color Harmonies of #78540F
Complementary color
Monochromatic Colors of #78540F
Black with #78540F
Text Example
Text Example
White with #78540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78540F; }
p { color: rgb(120,84,15); }
H1.HeaderClassName
{
color: #78540F;
}
.AnyTagClassName
{
color: #78540F;
}
</style>
background-color css
<style>
a { background-color: #78540F; }
a { background-color: rgb(120,84,15); }
div.DivClassName
{
background-color: #78540F;
}
.BgClassName
{
background-color: #78540F;
}
</style>
border-color css
<style>
span { border-color: #78540F; }
span { border-color: rgb(120,84,15); }
td.TdClassName
{
border-color: #78540F;
}
.TagClassName
{
border-color: #78540F;
}
</style>