Shades of Raw Umber #764C0F
Tints of Raw Umber #764C0F
RGB
CMYK
RGB Variations
Color information
#764C0F (or 0x764C0F) is known color: Raw Umber. HEX triplet: 76, 4C and 0F. RGB value is (118,76,15). Sum of RGB (Red+Green+Blue) = 118+76+15=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #764C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C0F is #89B3F0. Grayscale: #515151. Windows color (decimal): -9024497 or 1002614. OLE color: 1002614.
HSL color Cylindrical-coordinate representation of color #764C0F: hue angle of 35.53º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #764C0F is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 15 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.54 |
| HSL | 35.53º | 0.77% | 0.26% | - |
| HSV(B) | 35.53º | 0.87% | 0.46% | - |
| XYZ | 10.14 | 9.05 | 1.67 | - |
| YUV | 81.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 15 | 0 | 0.36 | 0.87 | 0.54 | 35.53 | 0.77 | 0.26 |
| Hex | 76 | 4C | F | 0 | 24 | 57 | 36 | 24 | 4D | 1A |
| Octal | 166 | 114 | 17 | 0 | 44 | 127 | 66 | 44 | 115 | 32 |
| Binary | 1110110 | 1001100 | 1111 | 0 | 100100 | 1010111 | 110110 | 100100 | 1001101 | 11010 |
Color Harmonies of #764C0F
Complementary color
Monochromatic Colors of #764C0F
Black with #764C0F
Text Example
Text Example
White with #764C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C0F; }
p { color: rgb(118,76,15); }
H1.HeaderClassName
{
color: #764C0F;
}
.AnyTagClassName
{
color: #764C0F;
}
</style>
background-color css
<style>
a { background-color: #764C0F; }
a { background-color: rgb(118,76,15); }
div.DivClassName
{
background-color: #764C0F;
}
.BgClassName
{
background-color: #764C0F;
}
</style>
border-color css
<style>
span { border-color: #764C0F; }
span { border-color: rgb(118,76,15); }
td.TdClassName
{
border-color: #764C0F;
}
.TagClassName
{
border-color: #764C0F;
}
</style>