Shades of Raw Umber #765D02
Tints of Raw Umber #765D02
RGB
CMYK
RGB Variations
Color information
#765D02 (or 0x765D02) is known color: Raw Umber. HEX triplet: 76, 5D and 02. RGB value is (118,93,2). Sum of RGB (Red+Green+Blue) = 118+93+2=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #765D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D02 is #89A2FD. Grayscale: #5A5A5A. Windows color (decimal): -9020158 or 154998. OLE color: 154998.
HSL color Cylindrical-coordinate representation of color #765D02: hue angle of 47.07º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #765D02 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 2 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.54 |
| HSL | 47.07º | 0.97% | 0.24% | - |
| HSV(B) | 47.07º | 0.98% | 0.46% | - |
| XYZ | 11.4 | 11.68 | 1.71 | - |
| YUV | 90.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 2 | 0 | 0.21 | 0.98 | 0.54 | 47.07 | 0.97 | 0.24 |
| Hex | 76 | 5D | 2 | 0 | 15 | 62 | 36 | 2F | 61 | 18 |
| Octal | 166 | 135 | 2 | 0 | 25 | 142 | 66 | 57 | 141 | 30 |
| Binary | 1110110 | 1011101 | 10 | 0 | 10101 | 1100010 | 110110 | 101111 | 1100001 | 11000 |
Color Harmonies of #765D02
Complementary color
Monochromatic Colors of #765D02
Black with #765D02
Text Example
Text Example
White with #765D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D02; }
p { color: rgb(118,93,2); }
H1.HeaderClassName
{
color: #765D02;
}
.AnyTagClassName
{
color: #765D02;
}
</style>
background-color css
<style>
a { background-color: #765D02; }
a { background-color: rgb(118,93,2); }
div.DivClassName
{
background-color: #765D02;
}
.BgClassName
{
background-color: #765D02;
}
</style>
border-color css
<style>
span { border-color: #765D02; }
span { border-color: rgb(118,93,2); }
td.TdClassName
{
border-color: #765D02;
}
.TagClassName
{
border-color: #765D02;
}
</style>