Shades of Raw Umber #763A07
Tints of Raw Umber #763A07
RGB
CMYK
RGB Variations
Color information
#763A07 (or 0x763A07) is known color: Raw Umber. HEX triplet: 76, 3A and 07. RGB value is (118,58,7). Sum of RGB (Red+Green+Blue) = 118+58+7=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #763A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763A07 is #89C5F8. Grayscale: #464646. Windows color (decimal): -9029113 or 473718. OLE color: 473718.
HSL color Cylindrical-coordinate representation of color #763A07: hue angle of 27.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #763A07 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 7 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.54 |
| HSL | 27.57º | 0.89% | 0.25% | - |
| HSV(B) | 27.57º | 0.94% | 0.46% | - |
| XYZ | 9.02 | 6.89 | 1.06 | - |
| YUV | 70.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 7 | 0 | 0.51 | 0.94 | 0.54 | 27.57 | 0.89 | 0.25 |
| Hex | 76 | 3A | 7 | 0 | 33 | 5E | 36 | 1C | 59 | 19 |
| Octal | 166 | 72 | 7 | 0 | 63 | 136 | 66 | 34 | 131 | 31 |
| Binary | 1110110 | 111010 | 111 | 0 | 110011 | 1011110 | 110110 | 11100 | 1011001 | 11001 |
Color Harmonies of #763A07
Complementary color
Monochromatic Colors of #763A07
Black with #763A07
Text Example
Text Example
White with #763A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A07; }
p { color: rgb(118,58,7); }
H1.HeaderClassName
{
color: #763A07;
}
.AnyTagClassName
{
color: #763A07;
}
</style>
background-color css
<style>
a { background-color: #763A07; }
a { background-color: rgb(118,58,7); }
div.DivClassName
{
background-color: #763A07;
}
.BgClassName
{
background-color: #763A07;
}
</style>
border-color css
<style>
span { border-color: #763A07; }
span { border-color: rgb(118,58,7); }
td.TdClassName
{
border-color: #763A07;
}
.TagClassName
{
border-color: #763A07;
}
</style>