Shades of Raw Umber #765414
Tints of Raw Umber #765414
RGB
CMYK
RGB Variations
Color information
#765414 (or 0x765414) is known color: Raw Umber. HEX triplet: 76, 54 and 14. RGB value is (118,84,20). Sum of RGB (Red+Green+Blue) = 118+84+20=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #765414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765414 is #89ABEB. Grayscale: #575757. Windows color (decimal): -9022444 or 1332342. OLE color: 1332342.
HSL color Cylindrical-coordinate representation of color #765414: hue angle of 39.18º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #765414 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 20 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.54 |
| HSL | 39.18º | 0.71% | 0.27% | - |
| HSV(B) | 39.18º | 0.83% | 0.46% | - |
| XYZ | 10.77 | 10.24 | 2.07 | - |
| YUV | 86.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 20 | 0 | 0.29 | 0.83 | 0.54 | 39.18 | 0.71 | 0.27 |
| Hex | 76 | 54 | 14 | 0 | 1D | 53 | 36 | 27 | 47 | 1B |
| Octal | 166 | 124 | 24 | 0 | 35 | 123 | 66 | 47 | 107 | 33 |
| Binary | 1110110 | 1010100 | 10100 | 0 | 11101 | 1010011 | 110110 | 100111 | 1000111 | 11011 |
Color Harmonies of #765414
Complementary color
Monochromatic Colors of #765414
Black with #765414
Text Example
Text Example
White with #765414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765414; }
p { color: rgb(118,84,20); }
H1.HeaderClassName
{
color: #765414;
}
.AnyTagClassName
{
color: #765414;
}
</style>
background-color css
<style>
a { background-color: #765414; }
a { background-color: rgb(118,84,20); }
div.DivClassName
{
background-color: #765414;
}
.BgClassName
{
background-color: #765414;
}
</style>
border-color css
<style>
span { border-color: #765414; }
span { border-color: rgb(118,84,20); }
td.TdClassName
{
border-color: #765414;
}
.TagClassName
{
border-color: #765414;
}
</style>