Shades of Raw Umber #773D08
Tints of Raw Umber #773D08
RGB
CMYK
RGB Variations
Color information
#773D08 (or 0x773D08) is known color: Raw Umber. HEX triplet: 77, 3D and 08. RGB value is (119,61,8). Sum of RGB (Red+Green+Blue) = 119+61+8=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #773D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773D08 is #88C2F7. Grayscale: #484848. Windows color (decimal): -8962808 or 540023. OLE color: 540023.
HSL color Cylindrical-coordinate representation of color #773D08: hue angle of 28.65º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #773D08 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 8 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.53 |
| HSL | 28.65º | 0.87% | 0.25% | - |
| HSV(B) | 28.65º | 0.93% | 0.47% | - |
| XYZ | 9.32 | 7.28 | 1.14 | - |
| YUV | 72.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 8 | 0 | 0.49 | 0.93 | 0.53 | 28.65 | 0.87 | 0.25 |
| Hex | 77 | 3D | 8 | 0 | 31 | 5D | 35 | 1D | 57 | 19 |
| Octal | 167 | 75 | 10 | 0 | 61 | 135 | 65 | 35 | 127 | 31 |
| Binary | 1110111 | 111101 | 1000 | 0 | 110001 | 1011101 | 110101 | 11101 | 1010111 | 11001 |
Color Harmonies of #773D08
Complementary color
Monochromatic Colors of #773D08
Black with #773D08
Text Example
Text Example
White with #773D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D08; }
p { color: rgb(119,61,8); }
H1.HeaderClassName
{
color: #773D08;
}
.AnyTagClassName
{
color: #773D08;
}
</style>
background-color css
<style>
a { background-color: #773D08; }
a { background-color: rgb(119,61,8); }
div.DivClassName
{
background-color: #773D08;
}
.BgClassName
{
background-color: #773D08;
}
</style>
border-color css
<style>
span { border-color: #773D08; }
span { border-color: rgb(119,61,8); }
td.TdClassName
{
border-color: #773D08;
}
.TagClassName
{
border-color: #773D08;
}
</style>