Shades of Old Copper #765543
Tints of Old Copper #765543
RGB
CMYK
RGB Variations
Color information
#765543 (or 0x765543) is known color: Old Copper. HEX triplet: 76, 55 and 43. RGB value is (118,85,67). Sum of RGB (Red+Green+Blue) = 118+85+67=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #765543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765543 is #89AABC. Grayscale: #5C5C5C. Windows color (decimal): -9022141 or 4412790. OLE color: 4412790.
HSL color Cylindrical-coordinate representation of color #765543: hue angle of 21.18º 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 #765543 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 67 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.54 |
| HSL | 21.18º | 0.28% | 0.36% | - |
| HSV(B) | 21.18º | 0.43% | 0.46% | - |
| XYZ | 11.73 | 10.75 | 6.77 | - |
| YUV | 92.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 67 | 0 | 0.28 | 0.43 | 0.54 | 21.18 | 0.28 | 0.36 |
| Hex | 76 | 55 | 43 | 0 | 1C | 2B | 36 | 15 | 1C | 24 |
| Octal | 166 | 125 | 103 | 0 | 34 | 53 | 66 | 25 | 34 | 44 |
| Binary | 1110110 | 1010101 | 1000011 | 0 | 11100 | 101011 | 110110 | 10101 | 11100 | 100100 |
Color Harmonies of #765543
Complementary color
Monochromatic Colors of #765543
Black with #765543
Text Example
Text Example
White with #765543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765543; }
p { color: rgb(118,85,67); }
H1.HeaderClassName
{
color: #765543;
}
.AnyTagClassName
{
color: #765543;
}
</style>
background-color css
<style>
a { background-color: #765543; }
a { background-color: rgb(118,85,67); }
div.DivClassName
{
background-color: #765543;
}
.BgClassName
{
background-color: #765543;
}
</style>
border-color css
<style>
span { border-color: #765543; }
span { border-color: rgb(118,85,67); }
td.TdClassName
{
border-color: #765543;
}
.TagClassName
{
border-color: #765543;
}
</style>