Shades of Raw Umber #78450C
Tints of Raw Umber #78450C
RGB
CMYK
RGB Variations
Color information
#78450C (or 0x78450C) is known color: Raw Umber. HEX triplet: 78, 45 and 0C. RGB value is (120,69,12). Sum of RGB (Red+Green+Blue) = 120+69+12=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78450C is #87BAF3. Grayscale: #4E4E4E. Windows color (decimal): -8895220 or 804216. OLE color: 804216.
HSL color Cylindrical-coordinate representation of color #78450C: hue angle of 31.67º 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 #78450C is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 69 | 12 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.53 |
| HSL | 31.67º | 0.82% | 0.26% | - |
| HSV(B) | 31.67º | 0.9% | 0.47% | - |
| XYZ | 9.94 | 8.28 | 1.42 | - |
| YUV | 77.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 69 | 12 | 0 | 0.42 | 0.90 | 0.53 | 31.67 | 0.82 | 0.26 |
| Hex | 78 | 45 | C | 0 | 2A | 5A | 35 | 20 | 52 | 1A |
| Octal | 170 | 105 | 14 | 0 | 52 | 132 | 65 | 40 | 122 | 32 |
| Binary | 1111000 | 1000101 | 1100 | 0 | 101010 | 1011010 | 110101 | 100000 | 1010010 | 11010 |
Color Harmonies of #78450C
Complementary color
Monochromatic Colors of #78450C
Black with #78450C
Text Example
Text Example
White with #78450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78450C; }
p { color: rgb(120,69,12); }
H1.HeaderClassName
{
color: #78450C;
}
.AnyTagClassName
{
color: #78450C;
}
</style>
background-color css
<style>
a { background-color: #78450C; }
a { background-color: rgb(120,69,12); }
div.DivClassName
{
background-color: #78450C;
}
.BgClassName
{
background-color: #78450C;
}
</style>
border-color css
<style>
span { border-color: #78450C; }
span { border-color: rgb(120,69,12); }
td.TdClassName
{
border-color: #78450C;
}
.TagClassName
{
border-color: #78450C;
}
</style>