Shades of Old Copper #765144
Tints of Old Copper #765144
RGB
CMYK
RGB Variations
Color information
#765144 (or 0x765144) is known color: Old Copper. HEX triplet: 76, 51 and 44. RGB value is (118,81,68). Sum of RGB (Red+Green+Blue) = 118+81+68=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #765144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765144 is #89AEBB. Grayscale: #5A5A5A. Windows color (decimal): -9023164 or 4477302. OLE color: 4477302.
HSL color Cylindrical-coordinate representation of color #765144: hue angle of 15.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765144 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 68 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.54 |
| HSL | 15.6º | 0.27% | 0.36% | - |
| HSV(B) | 15.6º | 0.42% | 0.46% | - |
| XYZ | 11.46 | 10.15 | 6.82 | - |
| YUV | 90.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 68 | 0 | 0.31 | 0.42 | 0.54 | 15.6 | 0.27 | 0.36 |
| Hex | 76 | 51 | 44 | 0 | 1F | 2A | 36 | 10 | 1B | 24 |
| Octal | 166 | 121 | 104 | 0 | 37 | 52 | 66 | 20 | 33 | 44 |
| Binary | 1110110 | 1010001 | 1000100 | 0 | 11111 | 101010 | 110110 | 10000 | 11011 | 100100 |
Color Harmonies of #765144
Complementary color
Monochromatic Colors of #765144
Black with #765144
Text Example
Text Example
White with #765144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765144; }
p { color: rgb(118,81,68); }
H1.HeaderClassName
{
color: #765144;
}
.AnyTagClassName
{
color: #765144;
}
</style>
background-color css
<style>
a { background-color: #765144; }
a { background-color: rgb(118,81,68); }
div.DivClassName
{
background-color: #765144;
}
.BgClassName
{
background-color: #765144;
}
</style>
border-color css
<style>
span { border-color: #765144; }
span { border-color: rgb(118,81,68); }
td.TdClassName
{
border-color: #765144;
}
.TagClassName
{
border-color: #765144;
}
</style>