Shades of Old Copper #754D37
Tints of Old Copper #754D37
RGB
CMYK
RGB Variations
Color information
#754D37 (or 0x754D37) is known color: Old Copper. HEX triplet: 75, 4D and 37. RGB value is (117,77,55). Sum of RGB (Red+Green+Blue) = 117+77+55=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #754D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D37 is #8AB2C8. Grayscale: #565656. Windows color (decimal): -9089737 or 3624309. OLE color: 3624309.
HSL color Cylindrical-coordinate representation of color #754D37: hue angle of 21.29º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754D37 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 55 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.54 |
| HSL | 21.29º | 0.36% | 0.34% | - |
| HSV(B) | 21.29º | 0.53% | 0.46% | - |
| XYZ | 10.68 | 9.37 | 4.86 | - |
| YUV | 86.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 55 | 0 | 0.34 | 0.53 | 0.54 | 21.29 | 0.36 | 0.34 |
| Hex | 75 | 4D | 37 | 0 | 22 | 35 | 36 | 15 | 24 | 22 |
| Octal | 165 | 115 | 67 | 0 | 42 | 65 | 66 | 25 | 44 | 42 |
| Binary | 1110101 | 1001101 | 110111 | 0 | 100010 | 110101 | 110110 | 10101 | 100100 | 100010 |
Color Harmonies of #754D37
Complementary color
Monochromatic Colors of #754D37
Black with #754D37
Text Example
Text Example
White with #754D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D37; }
p { color: rgb(117,77,55); }
H1.HeaderClassName
{
color: #754D37;
}
.AnyTagClassName
{
color: #754D37;
}
</style>
background-color css
<style>
a { background-color: #754D37; }
a { background-color: rgb(117,77,55); }
div.DivClassName
{
background-color: #754D37;
}
.BgClassName
{
background-color: #754D37;
}
</style>
border-color css
<style>
span { border-color: #754D37; }
span { border-color: rgb(117,77,55); }
td.TdClassName
{
border-color: #754D37;
}
.TagClassName
{
border-color: #754D37;
}
</style>