Shades of Raw Umber #764C00
Tints of Raw Umber #764C00
RGB
CMYK
RGB Variations
Color information
#764C00 (or 0x764C00) is known color: Raw Umber. HEX triplet: 76, 4C and 00. RGB value is (118,76,0). Sum of RGB (Red+Green+Blue) = 118+76+0=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #764C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C00 is #89B3FF. Grayscale: #505050. Windows color (decimal): -9024512 or 19574. OLE color: 19574.
HSL color Cylindrical-coordinate representation of color #764C00: hue angle of 38.64º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #764C00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.54 |
| HSL | 38.64º | 1% | 0.23% | - |
| HSV(B) | 38.64º | 1% | 0.46% | - |
| XYZ | 10.06 | 9.02 | 1.21 | - |
| YUV | 79.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 0 | 0 | 0.36 | 1 | 0.54 | 38.64 | 1 | 0.23 |
| Hex | 76 | 4C | 0 | 0 | 24 | 64 | 36 | 27 | 64 | 17 |
| Octal | 166 | 114 | 0 | 0 | 44 | 144 | 66 | 47 | 144 | 27 |
| Binary | 1110110 | 1001100 | 0 | 0 | 100100 | 1100100 | 110110 | 100111 | 1100100 | 10111 |
Color Harmonies of #764C00
Complementary color
Monochromatic Colors of #764C00
Black with #764C00
Text Example
Text Example
White with #764C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C00; }
p { color: rgb(118,76,0); }
H1.HeaderClassName
{
color: #764C00;
}
.AnyTagClassName
{
color: #764C00;
}
</style>
background-color css
<style>
a { background-color: #764C00; }
a { background-color: rgb(118,76,0); }
div.DivClassName
{
background-color: #764C00;
}
.BgClassName
{
background-color: #764C00;
}
</style>
border-color css
<style>
span { border-color: #764C00; }
span { border-color: rgb(118,76,0); }
td.TdClassName
{
border-color: #764C00;
}
.TagClassName
{
border-color: #764C00;
}
</style>