Shades of Old Copper #765547
Tints of Old Copper #765547
RGB
CMYK
RGB Variations
Color information
#765547 (or 0x765547) is known color: Old Copper. HEX triplet: 76, 55 and 47. RGB value is (118,85,71). Sum of RGB (Red+Green+Blue) = 118+85+71=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #765547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765547 is #89AAB8. Grayscale: #5D5D5D. Windows color (decimal): -9022137 or 4674934. OLE color: 4674934.
HSL color Cylindrical-coordinate representation of color #765547: hue angle of 17.87º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #765547 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 71 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.54 |
| HSL | 17.87º | 0.25% | 0.37% | - |
| HSV(B) | 17.87º | 0.4% | 0.46% | - |
| XYZ | 11.86 | 10.8 | 7.42 | - |
| YUV | 93.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 71 | 0 | 0.28 | 0.40 | 0.54 | 17.87 | 0.25 | 0.37 |
| Hex | 76 | 55 | 47 | 0 | 1C | 28 | 36 | 12 | 19 | 25 |
| Octal | 166 | 125 | 107 | 0 | 34 | 50 | 66 | 22 | 31 | 45 |
| Binary | 1110110 | 1010101 | 1000111 | 0 | 11100 | 101000 | 110110 | 10010 | 11001 | 100101 |
Color Harmonies of #765547
Complementary color
Monochromatic Colors of #765547
Black with #765547
Text Example
Text Example
White with #765547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765547; }
p { color: rgb(118,85,71); }
H1.HeaderClassName
{
color: #765547;
}
.AnyTagClassName
{
color: #765547;
}
</style>
background-color css
<style>
a { background-color: #765547; }
a { background-color: rgb(118,85,71); }
div.DivClassName
{
background-color: #765547;
}
.BgClassName
{
background-color: #765547;
}
</style>
border-color css
<style>
span { border-color: #765547; }
span { border-color: rgb(118,85,71); }
td.TdClassName
{
border-color: #765547;
}
.TagClassName
{
border-color: #765547;
}
</style>