Shades of Raw Umber #773C06
Tints of Raw Umber #773C06
RGB
CMYK
RGB Variations
Color information
#773C06 (or 0x773C06) is known color: Raw Umber. HEX triplet: 77, 3C and 06. RGB value is (119,60,6). Sum of RGB (Red+Green+Blue) = 119+60+6=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #773C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C06 is #88C3F9. Grayscale: #474747. Windows color (decimal): -8963066 or 408695. OLE color: 408695.
HSL color Cylindrical-coordinate representation of color #773C06: hue angle of 28.67º 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 #773C06 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 60 | 6 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.53 |
| HSL | 28.67º | 0.9% | 0.25% | - |
| HSV(B) | 28.67º | 0.95% | 0.47% | - |
| XYZ | 9.26 | 7.17 | 1.07 | - |
| YUV | 71.49 | 91.05 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 6 | 0 | 0.50 | 0.95 | 0.53 | 28.67 | 0.9 | 0.25 |
| Hex | 77 | 3C | 6 | 0 | 32 | 5F | 35 | 1D | 5A | 19 |
| Octal | 167 | 74 | 6 | 0 | 62 | 137 | 65 | 35 | 132 | 31 |
| Binary | 1110111 | 111100 | 110 | 0 | 110010 | 1011111 | 110101 | 11101 | 1011010 | 11001 |
Color Harmonies of #773C06
Complementary color
Monochromatic Colors of #773C06
Black with #773C06
Text Example
Text Example
White with #773C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C06; }
p { color: rgb(119,60,6); }
H1.HeaderClassName
{
color: #773C06;
}
.AnyTagClassName
{
color: #773C06;
}
</style>
background-color css
<style>
a { background-color: #773C06; }
a { background-color: rgb(119,60,6); }
div.DivClassName
{
background-color: #773C06;
}
.BgClassName
{
background-color: #773C06;
}
</style>
border-color css
<style>
span { border-color: #773C06; }
span { border-color: rgb(119,60,6); }
td.TdClassName
{
border-color: #773C06;
}
.TagClassName
{
border-color: #773C06;
}
</style>