Shades of Old Copper #765544
Tints of Old Copper #765544
RGB
CMYK
RGB Variations
Color information
#765544 (or 0x765544) is known color: Old Copper. HEX triplet: 76, 55 and 44. RGB value is (118,85,68). Sum of RGB (Red+Green+Blue) = 118+85+68=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #765544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765544 is #89AABB. Grayscale: #5D5D5D. Windows color (decimal): -9022140 or 4478326. OLE color: 4478326.
HSL color Cylindrical-coordinate representation of color #765544: hue angle of 20.4º 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 #765544 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 68 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.54 |
| HSL | 20.4º | 0.27% | 0.36% | - |
| HSV(B) | 20.4º | 0.42% | 0.46% | - |
| XYZ | 11.76 | 10.77 | 6.93 | - |
| YUV | 92.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 68 | 0 | 0.28 | 0.42 | 0.54 | 20.4 | 0.27 | 0.36 |
| Hex | 76 | 55 | 44 | 0 | 1C | 2A | 36 | 14 | 1B | 24 |
| Octal | 166 | 125 | 104 | 0 | 34 | 52 | 66 | 24 | 33 | 44 |
| Binary | 1110110 | 1010101 | 1000100 | 0 | 11100 | 101010 | 110110 | 10100 | 11011 | 100100 |
Color Harmonies of #765544
Complementary color
Monochromatic Colors of #765544
Black with #765544
Text Example
Text Example
White with #765544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765544; }
p { color: rgb(118,85,68); }
H1.HeaderClassName
{
color: #765544;
}
.AnyTagClassName
{
color: #765544;
}
</style>
background-color css
<style>
a { background-color: #765544; }
a { background-color: rgb(118,85,68); }
div.DivClassName
{
background-color: #765544;
}
.BgClassName
{
background-color: #765544;
}
</style>
border-color css
<style>
span { border-color: #765544; }
span { border-color: rgb(118,85,68); }
td.TdClassName
{
border-color: #765544;
}
.TagClassName
{
border-color: #765544;
}
</style>