Shades of Antique Brass #764A21
Tints of Antique Brass #764A21
RGB
CMYK
RGB Variations
Color information
#764A21 (or 0x764A21) is known color: Antique Brass. HEX triplet: 76, 4A and 21. RGB value is (118,74,33). Sum of RGB (Red+Green+Blue) = 118+74+33=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #764A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A21 is #89B5DE. Grayscale: #525252. Windows color (decimal): -9024991 or 2181750. OLE color: 2181750.
HSL color Cylindrical-coordinate representation of color #764A21: hue angle of 28.94º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #764A21 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 33 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.54 |
| HSL | 28.94º | 0.56% | 0.3% | - |
| HSV(B) | 28.94º | 0.72% | 0.46% | - |
| XYZ | 10.19 | 8.86 | 2.61 | - |
| YUV | 82.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 33 | 0 | 0.37 | 0.72 | 0.54 | 28.94 | 0.56 | 0.3 |
| Hex | 76 | 4A | 21 | 0 | 25 | 48 | 36 | 1D | 38 | 1E |
| Octal | 166 | 112 | 41 | 0 | 45 | 110 | 66 | 35 | 70 | 36 |
| Binary | 1110110 | 1001010 | 100001 | 0 | 100101 | 1001000 | 110110 | 11101 | 111000 | 11110 |
Color Harmonies of #764A21
Complementary color
Monochromatic Colors of #764A21
Black with #764A21
Text Example
Text Example
White with #764A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A21; }
p { color: rgb(118,74,33); }
H1.HeaderClassName
{
color: #764A21;
}
.AnyTagClassName
{
color: #764A21;
}
</style>
background-color css
<style>
a { background-color: #764A21; }
a { background-color: rgb(118,74,33); }
div.DivClassName
{
background-color: #764A21;
}
.BgClassName
{
background-color: #764A21;
}
</style>
border-color css
<style>
span { border-color: #764A21; }
span { border-color: rgb(118,74,33); }
td.TdClassName
{
border-color: #764A21;
}
.TagClassName
{
border-color: #764A21;
}
</style>