Shades of Old Copper #765143
Tints of Old Copper #765143
RGB
CMYK
RGB Variations
Color information
#765143 (or 0x765143) is known color: Old Copper. HEX triplet: 76, 51 and 43. RGB value is (118,81,67). Sum of RGB (Red+Green+Blue) = 118+81+67=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #765143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765143 is #89AEBC. Grayscale: #5A5A5A. Windows color (decimal): -9023165 or 4411766. OLE color: 4411766.
HSL color Cylindrical-coordinate representation of color #765143: hue angle of 16.47º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #765143 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 67 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.54 |
| HSL | 16.47º | 0.28% | 0.36% | - |
| HSV(B) | 16.47º | 0.43% | 0.46% | - |
| XYZ | 11.43 | 10.14 | 6.67 | - |
| YUV | 90.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 67 | 0 | 0.31 | 0.43 | 0.54 | 16.47 | 0.28 | 0.36 |
| Hex | 76 | 51 | 43 | 0 | 1F | 2B | 36 | 10 | 1C | 24 |
| Octal | 166 | 121 | 103 | 0 | 37 | 53 | 66 | 20 | 34 | 44 |
| Binary | 1110110 | 1010001 | 1000011 | 0 | 11111 | 101011 | 110110 | 10000 | 11100 | 100100 |
Color Harmonies of #765143
Complementary color
Monochromatic Colors of #765143
Black with #765143
Text Example
Text Example
White with #765143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765143; }
p { color: rgb(118,81,67); }
H1.HeaderClassName
{
color: #765143;
}
.AnyTagClassName
{
color: #765143;
}
</style>
background-color css
<style>
a { background-color: #765143; }
a { background-color: rgb(118,81,67); }
div.DivClassName
{
background-color: #765143;
}
.BgClassName
{
background-color: #765143;
}
</style>
border-color css
<style>
span { border-color: #765143; }
span { border-color: rgb(118,81,67); }
td.TdClassName
{
border-color: #765143;
}
.TagClassName
{
border-color: #765143;
}
</style>