Shades of Raw Umber #783A07
Tints of Raw Umber #783A07
RGB
CMYK
RGB Variations
Color information
#783A07 (or 0x783A07) is known color: Raw Umber. HEX triplet: 78, 3A and 07. RGB value is (120,58,7). Sum of RGB (Red+Green+Blue) = 120+58+7=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #783A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783A07 is #87C5F8. Grayscale: #464646. Windows color (decimal): -8898041 or 473720. OLE color: 473720.
HSL color Cylindrical-coordinate representation of color #783A07: hue angle of 27.08º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #783A07 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 7 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.53 |
| HSL | 27.08º | 0.89% | 0.25% | - |
| HSV(B) | 27.08º | 0.94% | 0.47% | - |
| XYZ | 9.3 | 7.03 | 1.07 | - |
| YUV | 70.72 | 92.04 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 7 | 0 | 0.52 | 0.94 | 0.53 | 27.08 | 0.89 | 0.25 |
| Hex | 78 | 3A | 7 | 0 | 34 | 5E | 35 | 1B | 59 | 19 |
| Octal | 170 | 72 | 7 | 0 | 64 | 136 | 65 | 33 | 131 | 31 |
| Binary | 1111000 | 111010 | 111 | 0 | 110100 | 1011110 | 110101 | 11011 | 1011001 | 11001 |
Color Harmonies of #783A07
Complementary color
Monochromatic Colors of #783A07
Black with #783A07
Text Example
Text Example
White with #783A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A07; }
p { color: rgb(120,58,7); }
H1.HeaderClassName
{
color: #783A07;
}
.AnyTagClassName
{
color: #783A07;
}
</style>
background-color css
<style>
a { background-color: #783A07; }
a { background-color: rgb(120,58,7); }
div.DivClassName
{
background-color: #783A07;
}
.BgClassName
{
background-color: #783A07;
}
</style>
border-color css
<style>
span { border-color: #783A07; }
span { border-color: rgb(120,58,7); }
td.TdClassName
{
border-color: #783A07;
}
.TagClassName
{
border-color: #783A07;
}
</style>