Shades of Raw Umber #765C07
Tints of Raw Umber #765C07
RGB
CMYK
RGB Variations
Color information
#765C07 (or 0x765C07) is known color: Raw Umber. HEX triplet: 76, 5C and 07. RGB value is (118,92,7). Sum of RGB (Red+Green+Blue) = 118+92+7=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #765C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765C07 is #89A3F8. Grayscale: #5A5A5A. Windows color (decimal): -9020409 or 482422. OLE color: 482422.
HSL color Cylindrical-coordinate representation of color #765C07: hue angle of 45.95º 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 #765C07 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 7 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.54 |
| HSL | 45.95º | 0.89% | 0.25% | - |
| HSV(B) | 45.95º | 0.94% | 0.46% | - |
| XYZ | 11.34 | 11.52 | 1.83 | - |
| YUV | 90.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 7 | 0 | 0.22 | 0.94 | 0.54 | 45.95 | 0.89 | 0.25 |
| Hex | 76 | 5C | 7 | 0 | 16 | 5E | 36 | 2E | 59 | 19 |
| Octal | 166 | 134 | 7 | 0 | 26 | 136 | 66 | 56 | 131 | 31 |
| Binary | 1110110 | 1011100 | 111 | 0 | 10110 | 1011110 | 110110 | 101110 | 1011001 | 11001 |
Color Harmonies of #765C07
Complementary color
Monochromatic Colors of #765C07
Black with #765C07
Text Example
Text Example
White with #765C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C07; }
p { color: rgb(118,92,7); }
H1.HeaderClassName
{
color: #765C07;
}
.AnyTagClassName
{
color: #765C07;
}
</style>
background-color css
<style>
a { background-color: #765C07; }
a { background-color: rgb(118,92,7); }
div.DivClassName
{
background-color: #765C07;
}
.BgClassName
{
background-color: #765C07;
}
</style>
border-color css
<style>
span { border-color: #765C07; }
span { border-color: rgb(118,92,7); }
td.TdClassName
{
border-color: #765C07;
}
.TagClassName
{
border-color: #765C07;
}
</style>