Shades of Old Copper #774E36
Tints of Old Copper #774E36
RGB
CMYK
RGB Variations
Color information
#774E36 (or 0x774E36) is known color: Old Copper. HEX triplet: 77, 4E and 36. RGB value is (119,78,54). Sum of RGB (Red+Green+Blue) = 119+78+54=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #774E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E36 is #88B1C9. Grayscale: #575757. Windows color (decimal): -8958410 or 3559031. OLE color: 3559031.
HSL color Cylindrical-coordinate representation of color #774E36: hue angle of 22.15º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774E36 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 54 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.53 |
| HSL | 22.15º | 0.38% | 0.34% | - |
| HSV(B) | 22.15º | 0.55% | 0.47% | - |
| XYZ | 11 | 9.64 | 4.77 | - |
| YUV | 87.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 54 | 0 | 0.34 | 0.55 | 0.53 | 22.15 | 0.38 | 0.34 |
| Hex | 77 | 4E | 36 | 0 | 22 | 37 | 35 | 16 | 26 | 22 |
| Octal | 167 | 116 | 66 | 0 | 42 | 67 | 65 | 26 | 46 | 42 |
| Binary | 1110111 | 1001110 | 110110 | 0 | 100010 | 110111 | 110101 | 10110 | 100110 | 100010 |
Color Harmonies of #774E36
Complementary color
Monochromatic Colors of #774E36
Black with #774E36
Text Example
Text Example
White with #774E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E36; }
p { color: rgb(119,78,54); }
H1.HeaderClassName
{
color: #774E36;
}
.AnyTagClassName
{
color: #774E36;
}
</style>
background-color css
<style>
a { background-color: #774E36; }
a { background-color: rgb(119,78,54); }
div.DivClassName
{
background-color: #774E36;
}
.BgClassName
{
background-color: #774E36;
}
</style>
border-color css
<style>
span { border-color: #774E36; }
span { border-color: rgb(119,78,54); }
td.TdClassName
{
border-color: #774E36;
}
.TagClassName
{
border-color: #774E36;
}
</style>