Shades of Antique Brass #76481B
Tints of Antique Brass #76481B
RGB
CMYK
RGB Variations
Color information
#76481B (or 0x76481B) is known color: Antique Brass. HEX triplet: 76, 48 and 1B. RGB value is (118,72,27). Sum of RGB (Red+Green+Blue) = 118+72+27=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76481B is #89B7E4. Grayscale: #505050. Windows color (decimal): -9025509 or 1788022. OLE color: 1788022.
HSL color Cylindrical-coordinate representation of color #76481B: hue angle of 29.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76481B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 27 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.54 |
| HSL | 29.67º | 0.63% | 0.28% | - |
| HSV(B) | 29.67º | 0.77% | 0.46% | - |
| XYZ | 9.99 | 8.57 | 2.16 | - |
| YUV | 80.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 27 | 0 | 0.39 | 0.77 | 0.54 | 29.67 | 0.63 | 0.28 |
| Hex | 76 | 48 | 1B | 0 | 27 | 4D | 36 | 1E | 3F | 1C |
| Octal | 166 | 110 | 33 | 0 | 47 | 115 | 66 | 36 | 77 | 34 |
| Binary | 1110110 | 1001000 | 11011 | 0 | 100111 | 1001101 | 110110 | 11110 | 111111 | 11100 |
Color Harmonies of #76481B
Complementary color
Monochromatic Colors of #76481B
Black with #76481B
Text Example
Text Example
White with #76481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76481B; }
p { color: rgb(118,72,27); }
H1.HeaderClassName
{
color: #76481B;
}
.AnyTagClassName
{
color: #76481B;
}
</style>
background-color css
<style>
a { background-color: #76481B; }
a { background-color: rgb(118,72,27); }
div.DivClassName
{
background-color: #76481B;
}
.BgClassName
{
background-color: #76481B;
}
</style>
border-color css
<style>
span { border-color: #76481B; }
span { border-color: rgb(118,72,27); }
td.TdClassName
{
border-color: #76481B;
}
.TagClassName
{
border-color: #76481B;
}
</style>