Shades of Raw Umber #765D01
Tints of Raw Umber #765D01
RGB
CMYK
RGB Variations
Color information
#765D01 (or 0x765D01) is known color: Raw Umber. HEX triplet: 76, 5D and 01. RGB value is (118,93,1). Sum of RGB (Red+Green+Blue) = 118+93+1=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #765D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D01 is #89A2FE. Grayscale: #5A5A5A. Windows color (decimal): -9020159 or 89462. OLE color: 89462.
HSL color Cylindrical-coordinate representation of color #765D01: hue angle of 47.18º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #765D01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.54 |
| HSL | 47.18º | 0.98% | 0.23% | - |
| HSV(B) | 47.18º | 0.99% | 0.46% | - |
| XYZ | 11.39 | 11.68 | 1.68 | - |
| YUV | 89.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 1 | 0 | 0.21 | 0.99 | 0.54 | 47.18 | 0.98 | 0.23 |
| Hex | 76 | 5D | 1 | 0 | 15 | 63 | 36 | 2F | 62 | 17 |
| Octal | 166 | 135 | 1 | 0 | 25 | 143 | 66 | 57 | 142 | 27 |
| Binary | 1110110 | 1011101 | 1 | 0 | 10101 | 1100011 | 110110 | 101111 | 1100010 | 10111 |
Color Harmonies of #765D01
Complementary color
Monochromatic Colors of #765D01
Black with #765D01
Text Example
Text Example
White with #765D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D01; }
p { color: rgb(118,93,1); }
H1.HeaderClassName
{
color: #765D01;
}
.AnyTagClassName
{
color: #765D01;
}
</style>
background-color css
<style>
a { background-color: #765D01; }
a { background-color: rgb(118,93,1); }
div.DivClassName
{
background-color: #765D01;
}
.BgClassName
{
background-color: #765D01;
}
</style>
border-color css
<style>
span { border-color: #765D01; }
span { border-color: rgb(118,93,1); }
td.TdClassName
{
border-color: #765D01;
}
.TagClassName
{
border-color: #765D01;
}
</style>