Shades of Raw Umber #765401
Tints of Raw Umber #765401
RGB
CMYK
RGB Variations
Color information
#765401 (or 0x765401) is known color: Raw Umber. HEX triplet: 76, 54 and 01. RGB value is (118,84,1). Sum of RGB (Red+Green+Blue) = 118+84+1=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #765401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765401 is #89ABFE. Grayscale: #555555. Windows color (decimal): -9022463 or 87158. OLE color: 87158.
HSL color Cylindrical-coordinate representation of color #765401: hue angle of 42.56º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #765401 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.54 |
| HSL | 42.56º | 0.98% | 0.23% | - |
| HSV(B) | 42.56º | 0.99% | 0.46% | - |
| XYZ | 10.65 | 10.19 | 1.44 | - |
| YUV | 84.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 1 | 0 | 0.29 | 0.99 | 0.54 | 42.56 | 0.98 | 0.23 |
| Hex | 76 | 54 | 1 | 0 | 1D | 63 | 36 | 2B | 62 | 17 |
| Octal | 166 | 124 | 1 | 0 | 35 | 143 | 66 | 53 | 142 | 27 |
| Binary | 1110110 | 1010100 | 1 | 0 | 11101 | 1100011 | 110110 | 101011 | 1100010 | 10111 |
Color Harmonies of #765401
Complementary color
Monochromatic Colors of #765401
Black with #765401
Text Example
Text Example
White with #765401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765401; }
p { color: rgb(118,84,1); }
H1.HeaderClassName
{
color: #765401;
}
.AnyTagClassName
{
color: #765401;
}
</style>
background-color css
<style>
a { background-color: #765401; }
a { background-color: rgb(118,84,1); }
div.DivClassName
{
background-color: #765401;
}
.BgClassName
{
background-color: #765401;
}
</style>
border-color css
<style>
span { border-color: #765401; }
span { border-color: rgb(118,84,1); }
td.TdClassName
{
border-color: #765401;
}
.TagClassName
{
border-color: #765401;
}
</style>