Shades of Raw Umber #764C01
Tints of Raw Umber #764C01
RGB
CMYK
RGB Variations
Color information
#764C01 (or 0x764C01) is known color: Raw Umber. HEX triplet: 76, 4C and 01. RGB value is (118,76,1). Sum of RGB (Red+Green+Blue) = 118+76+1=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #764C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C01 is #89B3FE. Grayscale: #505050. Windows color (decimal): -9024511 or 85110. OLE color: 85110.
HSL color Cylindrical-coordinate representation of color #764C01: hue angle of 38.46º 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 #764C01 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.54 |
| HSL | 38.46º | 0.98% | 0.23% | - |
| HSV(B) | 38.46º | 0.99% | 0.46% | - |
| XYZ | 10.06 | 9.02 | 1.24 | - |
| YUV | 80.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 1 | 0 | 0.36 | 0.99 | 0.54 | 38.46 | 0.98 | 0.23 |
| Hex | 76 | 4C | 1 | 0 | 24 | 63 | 36 | 26 | 62 | 17 |
| Octal | 166 | 114 | 1 | 0 | 44 | 143 | 66 | 46 | 142 | 27 |
| Binary | 1110110 | 1001100 | 1 | 0 | 100100 | 1100011 | 110110 | 100110 | 1100010 | 10111 |
Color Harmonies of #764C01
Complementary color
Monochromatic Colors of #764C01
Black with #764C01
Text Example
Text Example
White with #764C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C01; }
p { color: rgb(118,76,1); }
H1.HeaderClassName
{
color: #764C01;
}
.AnyTagClassName
{
color: #764C01;
}
</style>
background-color css
<style>
a { background-color: #764C01; }
a { background-color: rgb(118,76,1); }
div.DivClassName
{
background-color: #764C01;
}
.BgClassName
{
background-color: #764C01;
}
</style>
border-color css
<style>
span { border-color: #764C01; }
span { border-color: rgb(118,76,1); }
td.TdClassName
{
border-color: #764C01;
}
.TagClassName
{
border-color: #764C01;
}
</style>