Shades of Antique Brass #764A1C
Tints of Antique Brass #764A1C
RGB
CMYK
RGB Variations
Color information
#764A1C (or 0x764A1C) is known color: Antique Brass. HEX triplet: 76, 4A and 1C. RGB value is (118,74,28). Sum of RGB (Red+Green+Blue) = 118+74+28=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #764A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A1C is #89B5E3. Grayscale: #525252. Windows color (decimal): -9024996 or 1854070. OLE color: 1854070.
HSL color Cylindrical-coordinate representation of color #764A1C: hue angle of 30.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #764A1C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 28 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.54 |
| HSL | 30.67º | 0.62% | 0.29% | - |
| HSV(B) | 30.67º | 0.76% | 0.46% | - |
| XYZ | 10.13 | 8.83 | 2.27 | - |
| YUV | 81.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 28 | 0 | 0.37 | 0.76 | 0.54 | 30.67 | 0.62 | 0.29 |
| Hex | 76 | 4A | 1C | 0 | 25 | 4C | 36 | 1F | 3E | 1D |
| Octal | 166 | 112 | 34 | 0 | 45 | 114 | 66 | 37 | 76 | 35 |
| Binary | 1110110 | 1001010 | 11100 | 0 | 100101 | 1001100 | 110110 | 11111 | 111110 | 11101 |
Color Harmonies of #764A1C
Complementary color
Monochromatic Colors of #764A1C
Black with #764A1C
Text Example
Text Example
White with #764A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A1C; }
p { color: rgb(118,74,28); }
H1.HeaderClassName
{
color: #764A1C;
}
.AnyTagClassName
{
color: #764A1C;
}
</style>
background-color css
<style>
a { background-color: #764A1C; }
a { background-color: rgb(118,74,28); }
div.DivClassName
{
background-color: #764A1C;
}
.BgClassName
{
background-color: #764A1C;
}
</style>
border-color css
<style>
span { border-color: #764A1C; }
span { border-color: rgb(118,74,28); }
td.TdClassName
{
border-color: #764A1C;
}
.TagClassName
{
border-color: #764A1C;
}
</style>