Shades of Antique Brass #764D23
Tints of Antique Brass #764D23
RGB
CMYK
RGB Variations
Color information
#764D23 (or 0x764D23) is known color: Antique Brass. HEX triplet: 76, 4D and 23. RGB value is (118,77,35). Sum of RGB (Red+Green+Blue) = 118+77+35=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #764D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D23 is #89B2DC. Grayscale: #545454. Windows color (decimal): -9024221 or 2313590. OLE color: 2313590.
HSL color Cylindrical-coordinate representation of color #764D23: hue angle of 30.36º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764D23 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 35 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.54 |
| HSL | 30.36º | 0.54% | 0.3% | - |
| HSV(B) | 30.36º | 0.7% | 0.46% | - |
| XYZ | 10.43 | 9.28 | 2.83 | - |
| YUV | 84.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 35 | 0 | 0.35 | 0.70 | 0.54 | 30.36 | 0.54 | 0.3 |
| Hex | 76 | 4D | 23 | 0 | 23 | 46 | 36 | 1E | 36 | 1E |
| Octal | 166 | 115 | 43 | 0 | 43 | 106 | 66 | 36 | 66 | 36 |
| Binary | 1110110 | 1001101 | 100011 | 0 | 100011 | 1000110 | 110110 | 11110 | 110110 | 11110 |
Color Harmonies of #764D23
Complementary color
Monochromatic Colors of #764D23
Black with #764D23
Text Example
Text Example
White with #764D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D23; }
p { color: rgb(118,77,35); }
H1.HeaderClassName
{
color: #764D23;
}
.AnyTagClassName
{
color: #764D23;
}
</style>
background-color css
<style>
a { background-color: #764D23; }
a { background-color: rgb(118,77,35); }
div.DivClassName
{
background-color: #764D23;
}
.BgClassName
{
background-color: #764D23;
}
</style>
border-color css
<style>
span { border-color: #764D23; }
span { border-color: rgb(118,77,35); }
td.TdClassName
{
border-color: #764D23;
}
.TagClassName
{
border-color: #764D23;
}
</style>