Shades of Raw Umber #765C03
Tints of Raw Umber #765C03
RGB
CMYK
RGB Variations
Color information
#765C03 (or 0x765C03) is known color: Raw Umber. HEX triplet: 76, 5C and 03. RGB value is (118,92,3). Sum of RGB (Red+Green+Blue) = 118+92+3=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #765C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765C03 is #89A3FC. Grayscale: #5A5A5A. Windows color (decimal): -9020413 or 220278. OLE color: 220278.
HSL color Cylindrical-coordinate representation of color #765C03: hue angle of 46.43º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #765C03 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 3 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.54 |
| HSL | 46.43º | 0.95% | 0.24% | - |
| HSV(B) | 46.43º | 0.97% | 0.46% | - |
| XYZ | 11.31 | 11.51 | 1.71 | - |
| YUV | 89.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 3 | 0 | 0.22 | 0.97 | 0.54 | 46.43 | 0.95 | 0.24 |
| Hex | 76 | 5C | 3 | 0 | 16 | 61 | 36 | 2E | 5F | 18 |
| Octal | 166 | 134 | 3 | 0 | 26 | 141 | 66 | 56 | 137 | 30 |
| Binary | 1110110 | 1011100 | 11 | 0 | 10110 | 1100001 | 110110 | 101110 | 1011111 | 11000 |
Color Harmonies of #765C03
Complementary color
Monochromatic Colors of #765C03
Black with #765C03
Text Example
Text Example
White with #765C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C03; }
p { color: rgb(118,92,3); }
H1.HeaderClassName
{
color: #765C03;
}
.AnyTagClassName
{
color: #765C03;
}
</style>
background-color css
<style>
a { background-color: #765C03; }
a { background-color: rgb(118,92,3); }
div.DivClassName
{
background-color: #765C03;
}
.BgClassName
{
background-color: #765C03;
}
</style>
border-color css
<style>
span { border-color: #765C03; }
span { border-color: rgb(118,92,3); }
td.TdClassName
{
border-color: #765C03;
}
.TagClassName
{
border-color: #765C03;
}
</style>