Shades of Old Copper #774E3A
Tints of Old Copper #774E3A
RGB
CMYK
RGB Variations
Color information
#774E3A (or 0x774E3A) is known color: Old Copper. HEX triplet: 77, 4E and 3A. RGB value is (119,78,58). Sum of RGB (Red+Green+Blue) = 119+78+58=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E3A is #88B1C5. Grayscale: #585858. Windows color (decimal): -8958406 or 3821175. OLE color: 3821175.
HSL color Cylindrical-coordinate representation of color #774E3A: hue angle of 19.67º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #774E3A is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 58 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.53 |
| HSL | 19.67º | 0.34% | 0.35% | - |
| HSV(B) | 19.67º | 0.51% | 0.47% | - |
| XYZ | 11.1 | 9.68 | 5.29 | - |
| YUV | 87.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 58 | 0 | 0.34 | 0.51 | 0.53 | 19.67 | 0.34 | 0.35 |
| Hex | 77 | 4E | 3A | 0 | 22 | 33 | 35 | 14 | 22 | 23 |
| Octal | 167 | 116 | 72 | 0 | 42 | 63 | 65 | 24 | 42 | 43 |
| Binary | 1110111 | 1001110 | 111010 | 0 | 100010 | 110011 | 110101 | 10100 | 100010 | 100011 |
Color Harmonies of #774E3A
Complementary color
Monochromatic Colors of #774E3A
Black with #774E3A
Text Example
Text Example
White with #774E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E3A; }
p { color: rgb(119,78,58); }
H1.HeaderClassName
{
color: #774E3A;
}
.AnyTagClassName
{
color: #774E3A;
}
</style>
background-color css
<style>
a { background-color: #774E3A; }
a { background-color: rgb(119,78,58); }
div.DivClassName
{
background-color: #774E3A;
}
.BgClassName
{
background-color: #774E3A;
}
</style>
border-color css
<style>
span { border-color: #774E3A; }
span { border-color: rgb(119,78,58); }
td.TdClassName
{
border-color: #774E3A;
}
.TagClassName
{
border-color: #774E3A;
}
</style>