Shades of Raw Umber #78430A
Tints of Raw Umber #78430A
RGB
CMYK
RGB Variations
Color information
#78430A (or 0x78430A) is known color: Raw Umber. HEX triplet: 78, 43 and 0A. RGB value is (120,67,10). Sum of RGB (Red+Green+Blue) = 120+67+10=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #78430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78430A is #87BCF5. Grayscale: #4C4C4C. Windows color (decimal): -8895734 or 672632. OLE color: 672632.
HSL color Cylindrical-coordinate representation of color #78430A: hue angle of 31.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78430A is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 67 | 10 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.53 |
| HSL | 31.09º | 0.85% | 0.25% | - |
| HSV(B) | 31.09º | 0.92% | 0.47% | - |
| XYZ | 9.81 | 8.03 | 1.32 | - |
| YUV | 76.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 10 | 0 | 0.44 | 0.92 | 0.53 | 31.09 | 0.85 | 0.25 |
| Hex | 78 | 43 | A | 0 | 2C | 5C | 35 | 1F | 55 | 19 |
| Octal | 170 | 103 | 12 | 0 | 54 | 134 | 65 | 37 | 125 | 31 |
| Binary | 1111000 | 1000011 | 1010 | 0 | 101100 | 1011100 | 110101 | 11111 | 1010101 | 11001 |
Color Harmonies of #78430A
Complementary color
Monochromatic Colors of #78430A
Black with #78430A
Text Example
Text Example
White with #78430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78430A; }
p { color: rgb(120,67,10); }
H1.HeaderClassName
{
color: #78430A;
}
.AnyTagClassName
{
color: #78430A;
}
</style>
background-color css
<style>
a { background-color: #78430A; }
a { background-color: rgb(120,67,10); }
div.DivClassName
{
background-color: #78430A;
}
.BgClassName
{
background-color: #78430A;
}
</style>
border-color css
<style>
span { border-color: #78430A; }
span { border-color: rgb(120,67,10); }
td.TdClassName
{
border-color: #78430A;
}
.TagClassName
{
border-color: #78430A;
}
</style>