Shades of Raw Umber #765C02
Tints of Raw Umber #765C02
RGB
CMYK
RGB Variations
Color information
#765C02 (or 0x765C02) is known color: Raw Umber. HEX triplet: 76, 5C and 02. RGB value is (118,92,2). Sum of RGB (Red+Green+Blue) = 118+92+2=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #765C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765C02 is #89A3FD. Grayscale: #595959. Windows color (decimal): -9020414 or 154742. OLE color: 154742.
HSL color Cylindrical-coordinate representation of color #765C02: hue angle of 46.55º 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 #765C02 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 2 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.54 |
| HSL | 46.55º | 0.97% | 0.24% | - |
| HSV(B) | 46.55º | 0.98% | 0.46% | - |
| XYZ | 11.31 | 11.51 | 1.68 | - |
| YUV | 89.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 2 | 0 | 0.22 | 0.98 | 0.54 | 46.55 | 0.97 | 0.24 |
| Hex | 76 | 5C | 2 | 0 | 16 | 62 | 36 | 2F | 61 | 18 |
| Octal | 166 | 134 | 2 | 0 | 26 | 142 | 66 | 57 | 141 | 30 |
| Binary | 1110110 | 1011100 | 10 | 0 | 10110 | 1100010 | 110110 | 101111 | 1100001 | 11000 |
Color Harmonies of #765C02
Complementary color
Monochromatic Colors of #765C02
Black with #765C02
Text Example
Text Example
White with #765C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C02; }
p { color: rgb(118,92,2); }
H1.HeaderClassName
{
color: #765C02;
}
.AnyTagClassName
{
color: #765C02;
}
</style>
background-color css
<style>
a { background-color: #765C02; }
a { background-color: rgb(118,92,2); }
div.DivClassName
{
background-color: #765C02;
}
.BgClassName
{
background-color: #765C02;
}
</style>
border-color css
<style>
span { border-color: #765C02; }
span { border-color: rgb(118,92,2); }
td.TdClassName
{
border-color: #765C02;
}
.TagClassName
{
border-color: #765C02;
}
</style>