Shades of Raw Umber #773A02
Tints of Raw Umber #773A02
RGB
CMYK
RGB Variations
Color information
#773A02 (or 0x773A02) is known color: Raw Umber. HEX triplet: 77, 3A and 02. RGB value is (119,58,2). Sum of RGB (Red+Green+Blue) = 119+58+2=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #773A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773A02 is #88C5FD. Grayscale: #464646. Windows color (decimal): -8963582 or 146039. OLE color: 146039.
HSL color Cylindrical-coordinate representation of color #773A02: hue angle of 28.72º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #773A02 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 2 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.53 |
| HSL | 28.72º | 0.97% | 0.24% | - |
| HSV(B) | 28.72º | 0.98% | 0.47% | - |
| XYZ | 9.13 | 6.95 | 0.92 | - |
| YUV | 69.86 | 89.71 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 2 | 0 | 0.51 | 0.98 | 0.53 | 28.72 | 0.97 | 0.24 |
| Hex | 77 | 3A | 2 | 0 | 33 | 62 | 35 | 1D | 61 | 18 |
| Octal | 167 | 72 | 2 | 0 | 63 | 142 | 65 | 35 | 141 | 30 |
| Binary | 1110111 | 111010 | 10 | 0 | 110011 | 1100010 | 110101 | 11101 | 1100001 | 11000 |
Color Harmonies of #773A02
Complementary color
Monochromatic Colors of #773A02
Black with #773A02
Text Example
Text Example
White with #773A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A02; }
p { color: rgb(119,58,2); }
H1.HeaderClassName
{
color: #773A02;
}
.AnyTagClassName
{
color: #773A02;
}
</style>
background-color css
<style>
a { background-color: #773A02; }
a { background-color: rgb(119,58,2); }
div.DivClassName
{
background-color: #773A02;
}
.BgClassName
{
background-color: #773A02;
}
</style>
border-color css
<style>
span { border-color: #773A02; }
span { border-color: rgb(119,58,2); }
td.TdClassName
{
border-color: #773A02;
}
.TagClassName
{
border-color: #773A02;
}
</style>