Shades of Raw Umber #773302
Tints of Raw Umber #773302
RGB
CMYK
RGB Variations
Color information
#773302 (or 0x773302) is known color: Raw Umber. HEX triplet: 77, 33 and 02. RGB value is (119,51,2). Sum of RGB (Red+Green+Blue) = 119+51+2=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #773302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773302 is #88CCFD. Grayscale: #424242. Windows color (decimal): -8965374 or 144247. OLE color: 144247.
HSL color Cylindrical-coordinate representation of color #773302: hue angle of 25.13º 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 #773302 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 51 | 2 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.53 |
| HSL | 25.13º | 0.97% | 0.24% | - |
| HSV(B) | 25.13º | 0.98% | 0.47% | - |
| XYZ | 8.8 | 6.29 | 0.81 | - |
| YUV | 65.75 | 92.03 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 2 | 0 | 0.57 | 0.98 | 0.53 | 25.13 | 0.97 | 0.24 |
| Hex | 77 | 33 | 2 | 0 | 39 | 62 | 35 | 19 | 61 | 18 |
| Octal | 167 | 63 | 2 | 0 | 71 | 142 | 65 | 31 | 141 | 30 |
| Binary | 1110111 | 110011 | 10 | 0 | 111001 | 1100010 | 110101 | 11001 | 1100001 | 11000 |
Color Harmonies of #773302
Complementary color
Monochromatic Colors of #773302
Black with #773302
Text Example
Text Example
White with #773302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773302; }
p { color: rgb(119,51,2); }
H1.HeaderClassName
{
color: #773302;
}
.AnyTagClassName
{
color: #773302;
}
</style>
background-color css
<style>
a { background-color: #773302; }
a { background-color: rgb(119,51,2); }
div.DivClassName
{
background-color: #773302;
}
.BgClassName
{
background-color: #773302;
}
</style>
border-color css
<style>
span { border-color: #773302; }
span { border-color: rgb(119,51,2); }
td.TdClassName
{
border-color: #773302;
}
.TagClassName
{
border-color: #773302;
}
</style>