Shades of Raw Umber #784B0C
Tints of Raw Umber #784B0C
RGB
CMYK
RGB Variations
Color information
#784B0C (or 0x784B0C) is known color: Raw Umber. HEX triplet: 78, 4B and 0C. RGB value is (120,75,12). Sum of RGB (Red+Green+Blue) = 120+75+12=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #784B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784B0C is #87B4F3. Grayscale: #515151. Windows color (decimal): -8893684 or 805752. OLE color: 805752.
HSL color Cylindrical-coordinate representation of color #784B0C: hue angle of 35º 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 #784B0C is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 75 | 12 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.53 |
| HSL | 35º | 0.82% | 0.26% | - |
| HSV(B) | 35º | 0.9% | 0.47% | - |
| XYZ | 10.33 | 9.05 | 1.55 | - |
| YUV | 81.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 12 | 0 | 0.37 | 0.90 | 0.53 | 35 | 0.82 | 0.26 |
| Hex | 78 | 4B | C | 0 | 25 | 5A | 35 | 23 | 52 | 1A |
| Octal | 170 | 113 | 14 | 0 | 45 | 132 | 65 | 43 | 122 | 32 |
| Binary | 1111000 | 1001011 | 1100 | 0 | 100101 | 1011010 | 110101 | 100011 | 1010010 | 11010 |
Color Harmonies of #784B0C
Complementary color
Monochromatic Colors of #784B0C
Black with #784B0C
Text Example
Text Example
White with #784B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784B0C; }
p { color: rgb(120,75,12); }
H1.HeaderClassName
{
color: #784B0C;
}
.AnyTagClassName
{
color: #784B0C;
}
</style>
background-color css
<style>
a { background-color: #784B0C; }
a { background-color: rgb(120,75,12); }
div.DivClassName
{
background-color: #784B0C;
}
.BgClassName
{
background-color: #784B0C;
}
</style>
border-color css
<style>
span { border-color: #784B0C; }
span { border-color: rgb(120,75,12); }
td.TdClassName
{
border-color: #784B0C;
}
.TagClassName
{
border-color: #784B0C;
}
</style>