Shades of Antique Brass #774A20
Tints of Antique Brass #774A20
RGB
CMYK
RGB Variations
Color information
#774A20 (or 0x774A20) is known color: Antique Brass. HEX triplet: 77, 4A and 20. RGB value is (119,74,32). Sum of RGB (Red+Green+Blue) = 119+74+32=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #774A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A20 is #88B5DF. Grayscale: #525252. Windows color (decimal): -8959456 or 2116215. OLE color: 2116215.
HSL color Cylindrical-coordinate representation of color #774A20: hue angle of 28.97º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #774A20 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 32 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.53 |
| HSL | 28.97º | 0.58% | 0.3% | - |
| HSV(B) | 28.97º | 0.73% | 0.47% | - |
| XYZ | 10.32 | 8.92 | 2.55 | - |
| YUV | 82.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 32 | 0 | 0.38 | 0.73 | 0.53 | 28.97 | 0.58 | 0.3 |
| Hex | 77 | 4A | 20 | 0 | 26 | 49 | 35 | 1D | 3A | 1E |
| Octal | 167 | 112 | 40 | 0 | 46 | 111 | 65 | 35 | 72 | 36 |
| Binary | 1110111 | 1001010 | 100000 | 0 | 100110 | 1001001 | 110101 | 11101 | 111010 | 11110 |
Color Harmonies of #774A20
Complementary color
Monochromatic Colors of #774A20
Black with #774A20
Text Example
Text Example
White with #774A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A20; }
p { color: rgb(119,74,32); }
H1.HeaderClassName
{
color: #774A20;
}
.AnyTagClassName
{
color: #774A20;
}
</style>
background-color css
<style>
a { background-color: #774A20; }
a { background-color: rgb(119,74,32); }
div.DivClassName
{
background-color: #774A20;
}
.BgClassName
{
background-color: #774A20;
}
</style>
border-color css
<style>
span { border-color: #774A20; }
span { border-color: rgb(119,74,32); }
td.TdClassName
{
border-color: #774A20;
}
.TagClassName
{
border-color: #774A20;
}
</style>