Shades of Antique Brass #76471D
Tints of Antique Brass #76471D
RGB
CMYK
RGB Variations
Color information
#76471D (or 0x76471D) is known color: Antique Brass. HEX triplet: 76, 47 and 1D. RGB value is (118,71,29). Sum of RGB (Red+Green+Blue) = 118+71+29=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76471D is #89B8E2. Grayscale: #505050. Windows color (decimal): -9025763 or 1918838. OLE color: 1918838.
HSL color Cylindrical-coordinate representation of color #76471D: hue angle of 28.31º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76471D is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 71 | 29 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.54 |
| HSL | 28.31º | 0.61% | 0.29% | - |
| HSV(B) | 28.31º | 0.75% | 0.46% | - |
| XYZ | 9.95 | 8.45 | 2.27 | - |
| YUV | 80.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 29 | 0 | 0.40 | 0.75 | 0.54 | 28.31 | 0.61 | 0.29 |
| Hex | 76 | 47 | 1D | 0 | 28 | 4B | 36 | 1C | 3D | 1D |
| Octal | 166 | 107 | 35 | 0 | 50 | 113 | 66 | 34 | 75 | 35 |
| Binary | 1110110 | 1000111 | 11101 | 0 | 101000 | 1001011 | 110110 | 11100 | 111101 | 11101 |
Color Harmonies of #76471D
Complementary color
Monochromatic Colors of #76471D
Black with #76471D
Text Example
Text Example
White with #76471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76471D; }
p { color: rgb(118,71,29); }
H1.HeaderClassName
{
color: #76471D;
}
.AnyTagClassName
{
color: #76471D;
}
</style>
background-color css
<style>
a { background-color: #76471D; }
a { background-color: rgb(118,71,29); }
div.DivClassName
{
background-color: #76471D;
}
.BgClassName
{
background-color: #76471D;
}
</style>
border-color css
<style>
span { border-color: #76471D; }
span { border-color: rgb(118,71,29); }
td.TdClassName
{
border-color: #76471D;
}
.TagClassName
{
border-color: #76471D;
}
</style>