Shades of Raw Umber #765A02
Tints of Raw Umber #765A02
RGB
CMYK
RGB Variations
Color information
#765A02 (or 0x765A02) is known color: Raw Umber. HEX triplet: 76, 5A and 02. RGB value is (118,90,2). Sum of RGB (Red+Green+Blue) = 118+90+2=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #765A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765A02 is #89A5FD. Grayscale: #585858. Windows color (decimal): -9020926 or 154230. OLE color: 154230.
HSL color Cylindrical-coordinate representation of color #765A02: hue angle of 45.52º 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 #765A02 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 2 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.54 |
| HSL | 45.52º | 0.97% | 0.24% | - |
| HSV(B) | 45.52º | 0.98% | 0.46% | - |
| XYZ | 11.14 | 11.17 | 1.63 | - |
| YUV | 88.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 2 | 0 | 0.24 | 0.98 | 0.54 | 45.52 | 0.97 | 0.24 |
| Hex | 76 | 5A | 2 | 0 | 18 | 62 | 36 | 2E | 61 | 18 |
| Octal | 166 | 132 | 2 | 0 | 30 | 142 | 66 | 56 | 141 | 30 |
| Binary | 1110110 | 1011010 | 10 | 0 | 11000 | 1100010 | 110110 | 101110 | 1100001 | 11000 |
Color Harmonies of #765A02
Complementary color
Monochromatic Colors of #765A02
Black with #765A02
Text Example
Text Example
White with #765A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A02; }
p { color: rgb(118,90,2); }
H1.HeaderClassName
{
color: #765A02;
}
.AnyTagClassName
{
color: #765A02;
}
</style>
background-color css
<style>
a { background-color: #765A02; }
a { background-color: rgb(118,90,2); }
div.DivClassName
{
background-color: #765A02;
}
.BgClassName
{
background-color: #765A02;
}
</style>
border-color css
<style>
span { border-color: #765A02; }
span { border-color: rgb(118,90,2); }
td.TdClassName
{
border-color: #765A02;
}
.TagClassName
{
border-color: #765A02;
}
</style>