Shades of Raw Umber #764A1A
Tints of Raw Umber #764A1A
RGB
CMYK
RGB Variations
Color information
#764A1A (or 0x764A1A) is known color: Raw Umber. HEX triplet: 76, 4A and 1A. RGB value is (118,74,26). Sum of RGB (Red+Green+Blue) = 118+74+26=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #764A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A1A is #89B5E5. Grayscale: #515151. Windows color (decimal): -9024998 or 1722998. OLE color: 1722998.
HSL color Cylindrical-coordinate representation of color #764A1A: hue angle of 31.3º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #764A1A is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 26 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.54 |
| HSL | 31.3º | 0.64% | 0.28% | - |
| HSV(B) | 31.3º | 0.78% | 0.46% | - |
| XYZ | 10.11 | 8.82 | 2.15 | - |
| YUV | 81.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 26 | 0 | 0.37 | 0.78 | 0.54 | 31.3 | 0.64 | 0.28 |
| Hex | 76 | 4A | 1A | 0 | 25 | 4E | 36 | 1F | 40 | 1C |
| Octal | 166 | 112 | 32 | 0 | 45 | 116 | 66 | 37 | 100 | 34 |
| Binary | 1110110 | 1001010 | 11010 | 0 | 100101 | 1001110 | 110110 | 11111 | 1000000 | 11100 |
Color Harmonies of #764A1A
Complementary color
Monochromatic Colors of #764A1A
Black with #764A1A
Text Example
Text Example
White with #764A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A1A; }
p { color: rgb(118,74,26); }
H1.HeaderClassName
{
color: #764A1A;
}
.AnyTagClassName
{
color: #764A1A;
}
</style>
background-color css
<style>
a { background-color: #764A1A; }
a { background-color: rgb(118,74,26); }
div.DivClassName
{
background-color: #764A1A;
}
.BgClassName
{
background-color: #764A1A;
}
</style>
border-color css
<style>
span { border-color: #764A1A; }
span { border-color: rgb(118,74,26); }
td.TdClassName
{
border-color: #764A1A;
}
.TagClassName
{
border-color: #764A1A;
}
</style>