Shades of Old Copper #775143
Tints of Old Copper #775143
RGB
CMYK
RGB Variations
Color information
#775143 (or 0x775143) is known color: Old Copper. HEX triplet: 77, 51 and 43. RGB value is (119,81,67). Sum of RGB (Red+Green+Blue) = 119+81+67=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #775143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775143 is #88AEBC. Grayscale: #5A5A5A. Windows color (decimal): -8957629 or 4411767. OLE color: 4411767.
HSL color Cylindrical-coordinate representation of color #775143: hue angle of 16.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #775143 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 81 | 67 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.53 |
| HSL | 16.15º | 0.28% | 0.36% | - |
| HSV(B) | 16.15º | 0.44% | 0.47% | - |
| XYZ | 11.56 | 10.21 | 6.67 | - |
| YUV | 90.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 67 | 0 | 0.32 | 0.44 | 0.53 | 16.15 | 0.28 | 0.36 |
| Hex | 77 | 51 | 43 | 0 | 20 | 2C | 35 | 10 | 1C | 24 |
| Octal | 167 | 121 | 103 | 0 | 40 | 54 | 65 | 20 | 34 | 44 |
| Binary | 1110111 | 1010001 | 1000011 | 0 | 100000 | 101100 | 110101 | 10000 | 11100 | 100100 |
Color Harmonies of #775143
Complementary color
Monochromatic Colors of #775143
Black with #775143
Text Example
Text Example
White with #775143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775143; }
p { color: rgb(119,81,67); }
H1.HeaderClassName
{
color: #775143;
}
.AnyTagClassName
{
color: #775143;
}
</style>
background-color css
<style>
a { background-color: #775143; }
a { background-color: rgb(119,81,67); }
div.DivClassName
{
background-color: #775143;
}
.BgClassName
{
background-color: #775143;
}
</style>
border-color css
<style>
span { border-color: #775143; }
span { border-color: rgb(119,81,67); }
td.TdClassName
{
border-color: #775143;
}
.TagClassName
{
border-color: #775143;
}
</style>