Shades of Antique Brass #774F1F
Tints of Antique Brass #774F1F
RGB
CMYK
RGB Variations
Color information
#774F1F (or 0x774F1F) is known color: Antique Brass. HEX triplet: 77, 4F and 1F. RGB value is (119,79,31). Sum of RGB (Red+Green+Blue) = 119+79+31=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #774F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F1F is #88B0E0. Grayscale: #555555. Windows color (decimal): -8958177 or 2051959. OLE color: 2051959.
HSL color Cylindrical-coordinate representation of color #774F1F: hue angle of 32.73º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #774F1F is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 31 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.53 |
| HSL | 32.73º | 0.59% | 0.29% | - |
| HSV(B) | 32.73º | 0.74% | 0.47% | - |
| XYZ | 10.65 | 9.61 | 2.59 | - |
| YUV | 85.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 31 | 0 | 0.34 | 0.74 | 0.53 | 32.73 | 0.59 | 0.29 |
| Hex | 77 | 4F | 1F | 0 | 22 | 4A | 35 | 21 | 3B | 1D |
| Octal | 167 | 117 | 37 | 0 | 42 | 112 | 65 | 41 | 73 | 35 |
| Binary | 1110111 | 1001111 | 11111 | 0 | 100010 | 1001010 | 110101 | 100001 | 111011 | 11101 |
Color Harmonies of #774F1F
Complementary color
Monochromatic Colors of #774F1F
Black with #774F1F
Text Example
Text Example
White with #774F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F1F; }
p { color: rgb(119,79,31); }
H1.HeaderClassName
{
color: #774F1F;
}
.AnyTagClassName
{
color: #774F1F;
}
</style>
background-color css
<style>
a { background-color: #774F1F; }
a { background-color: rgb(119,79,31); }
div.DivClassName
{
background-color: #774F1F;
}
.BgClassName
{
background-color: #774F1F;
}
</style>
border-color css
<style>
span { border-color: #774F1F; }
span { border-color: rgb(119,79,31); }
td.TdClassName
{
border-color: #774F1F;
}
.TagClassName
{
border-color: #774F1F;
}
</style>