Shades of Raw Umber #775103
Tints of Raw Umber #775103
RGB
CMYK
RGB Variations
Color information
#775103 (or 0x775103) is known color: Raw Umber. HEX triplet: 77, 51 and 03. RGB value is (119,81,3). Sum of RGB (Red+Green+Blue) = 119+81+3=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #775103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775103 is #88AEFC. Grayscale: #535353. Windows color (decimal): -8957693 or 217463. OLE color: 217463.
HSL color Cylindrical-coordinate representation of color #775103: hue angle of 40.34º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #775103 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 81 | 3 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.53 |
| HSL | 40.34º | 0.95% | 0.24% | - |
| HSV(B) | 40.34º | 0.97% | 0.47% | - |
| XYZ | 10.57 | 9.81 | 1.42 | - |
| YUV | 83.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 3 | 0 | 0.32 | 0.97 | 0.53 | 40.34 | 0.95 | 0.24 |
| Hex | 77 | 51 | 3 | 0 | 20 | 61 | 35 | 28 | 5F | 18 |
| Octal | 167 | 121 | 3 | 0 | 40 | 141 | 65 | 50 | 137 | 30 |
| Binary | 1110111 | 1010001 | 11 | 0 | 100000 | 1100001 | 110101 | 101000 | 1011111 | 11000 |
Color Harmonies of #775103
Complementary color
Monochromatic Colors of #775103
Black with #775103
Text Example
Text Example
White with #775103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775103; }
p { color: rgb(119,81,3); }
H1.HeaderClassName
{
color: #775103;
}
.AnyTagClassName
{
color: #775103;
}
</style>
background-color css
<style>
a { background-color: #775103; }
a { background-color: rgb(119,81,3); }
div.DivClassName
{
background-color: #775103;
}
.BgClassName
{
background-color: #775103;
}
</style>
border-color css
<style>
span { border-color: #775103; }
span { border-color: rgb(119,81,3); }
td.TdClassName
{
border-color: #775103;
}
.TagClassName
{
border-color: #775103;
}
</style>