Shades of Raw Umber #773800
Tints of Raw Umber #773800
RGB
CMYK
RGB Variations
Color information
#773800 (or 0x773800) is known color: Raw Umber. HEX triplet: 77, 38 and 00. RGB value is (119,56,0). Sum of RGB (Red+Green+Blue) = 119+56+0=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #773800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773800 is #88C7FF. Grayscale: #444444. Windows color (decimal): -8964096 or 14455. OLE color: 14455.
HSL color Cylindrical-coordinate representation of color #773800: hue angle of 28.24º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #773800 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 56 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.53 |
| HSL | 28.24º | 1% | 0.23% | - |
| HSV(B) | 28.24º | 1% | 0.47% | - |
| XYZ | 9.02 | 6.75 | 0.83 | - |
| YUV | 68.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 0 | 0 | 0.53 | 1 | 0.53 | 28.24 | 1 | 0.23 |
| Hex | 77 | 38 | 0 | 0 | 35 | 64 | 35 | 1C | 64 | 17 |
| Octal | 167 | 70 | 0 | 0 | 65 | 144 | 65 | 34 | 144 | 27 |
| Binary | 1110111 | 111000 | 0 | 0 | 110101 | 1100100 | 110101 | 11100 | 1100100 | 10111 |
Color Harmonies of #773800
Complementary color
Monochromatic Colors of #773800
Black with #773800
Text Example
Text Example
White with #773800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773800; }
p { color: rgb(119,56,0); }
H1.HeaderClassName
{
color: #773800;
}
.AnyTagClassName
{
color: #773800;
}
</style>
background-color css
<style>
a { background-color: #773800; }
a { background-color: rgb(119,56,0); }
div.DivClassName
{
background-color: #773800;
}
.BgClassName
{
background-color: #773800;
}
</style>
border-color css
<style>
span { border-color: #773800; }
span { border-color: rgb(119,56,0); }
td.TdClassName
{
border-color: #773800;
}
.TagClassName
{
border-color: #773800;
}
</style>