Shades of Raw Umber #773E06
Tints of Raw Umber #773E06
RGB
CMYK
RGB Variations
Color information
#773E06 (or 0x773E06) is known color: Raw Umber. HEX triplet: 77, 3E and 06. RGB value is (119,62,6). Sum of RGB (Red+Green+Blue) = 119+62+6=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #773E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773E06 is #88C1F9. Grayscale: #484848. Windows color (decimal): -8962554 or 409207. OLE color: 409207.
HSL color Cylindrical-coordinate representation of color #773E06: hue angle of 29.73º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #773E06 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 6 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.53 |
| HSL | 29.73º | 0.9% | 0.25% | - |
| HSV(B) | 29.73º | 0.95% | 0.47% | - |
| XYZ | 9.36 | 7.38 | 1.1 | - |
| YUV | 72.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 6 | 0 | 0.48 | 0.95 | 0.53 | 29.73 | 0.9 | 0.25 |
| Hex | 77 | 3E | 6 | 0 | 30 | 5F | 35 | 1E | 5A | 19 |
| Octal | 167 | 76 | 6 | 0 | 60 | 137 | 65 | 36 | 132 | 31 |
| Binary | 1110111 | 111110 | 110 | 0 | 110000 | 1011111 | 110101 | 11110 | 1011010 | 11001 |
Color Harmonies of #773E06
Complementary color
Monochromatic Colors of #773E06
Black with #773E06
Text Example
Text Example
White with #773E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E06; }
p { color: rgb(119,62,6); }
H1.HeaderClassName
{
color: #773E06;
}
.AnyTagClassName
{
color: #773E06;
}
</style>
background-color css
<style>
a { background-color: #773E06; }
a { background-color: rgb(119,62,6); }
div.DivClassName
{
background-color: #773E06;
}
.BgClassName
{
background-color: #773E06;
}
</style>
border-color css
<style>
span { border-color: #773E06; }
span { border-color: rgb(119,62,6); }
td.TdClassName
{
border-color: #773E06;
}
.TagClassName
{
border-color: #773E06;
}
</style>