Shades of Antique Brass #774B1D
Tints of Antique Brass #774B1D
RGB
CMYK
RGB Variations
Color information
#774B1D (or 0x774B1D) is known color: Antique Brass. HEX triplet: 77, 4B and 1D. RGB value is (119,75,29). Sum of RGB (Red+Green+Blue) = 119+75+29=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #774B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B1D is #88B4E2. Grayscale: #535353. Windows color (decimal): -8959203 or 1919863. OLE color: 1919863.
HSL color Cylindrical-coordinate representation of color #774B1D: hue angle of 30.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #774B1D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 29 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.53 |
| HSL | 30.67º | 0.61% | 0.29% | - |
| HSV(B) | 30.67º | 0.76% | 0.47% | - |
| XYZ | 10.35 | 9.04 | 2.36 | - |
| YUV | 82.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 29 | 0 | 0.37 | 0.76 | 0.53 | 30.67 | 0.61 | 0.29 |
| Hex | 77 | 4B | 1D | 0 | 25 | 4C | 35 | 1F | 3D | 1D |
| Octal | 167 | 113 | 35 | 0 | 45 | 114 | 65 | 37 | 75 | 35 |
| Binary | 1110111 | 1001011 | 11101 | 0 | 100101 | 1001100 | 110101 | 11111 | 111101 | 11101 |
Color Harmonies of #774B1D
Complementary color
Monochromatic Colors of #774B1D
Black with #774B1D
Text Example
Text Example
White with #774B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B1D; }
p { color: rgb(119,75,29); }
H1.HeaderClassName
{
color: #774B1D;
}
.AnyTagClassName
{
color: #774B1D;
}
</style>
background-color css
<style>
a { background-color: #774B1D; }
a { background-color: rgb(119,75,29); }
div.DivClassName
{
background-color: #774B1D;
}
.BgClassName
{
background-color: #774B1D;
}
</style>
border-color css
<style>
span { border-color: #774B1D; }
span { border-color: rgb(119,75,29); }
td.TdClassName
{
border-color: #774B1D;
}
.TagClassName
{
border-color: #774B1D;
}
</style>