Shades of Old Copper #754B37
Tints of Old Copper #754B37
RGB
CMYK
RGB Variations
Color information
#754B37 (or 0x754B37) is known color: Old Copper. HEX triplet: 75, 4B and 37. RGB value is (117,75,55). Sum of RGB (Red+Green+Blue) = 117+75+55=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #754B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B37 is #8AB4C8. Grayscale: #555555. Windows color (decimal): -9090249 or 3623797. OLE color: 3623797.
HSL color Cylindrical-coordinate representation of color #754B37: hue angle of 19.35º 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 #754B37 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 55 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.54 |
| HSL | 19.35º | 0.36% | 0.34% | - |
| HSV(B) | 19.35º | 0.53% | 0.46% | - |
| XYZ | 10.54 | 9.09 | 4.81 | - |
| YUV | 85.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 55 | 0 | 0.36 | 0.53 | 0.54 | 19.35 | 0.36 | 0.34 |
| Hex | 75 | 4B | 37 | 0 | 24 | 35 | 36 | 13 | 24 | 22 |
| Octal | 165 | 113 | 67 | 0 | 44 | 65 | 66 | 23 | 44 | 42 |
| Binary | 1110101 | 1001011 | 110111 | 0 | 100100 | 110101 | 110110 | 10011 | 100100 | 100010 |
Color Harmonies of #754B37
Complementary color
Monochromatic Colors of #754B37
Black with #754B37
Text Example
Text Example
White with #754B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B37; }
p { color: rgb(117,75,55); }
H1.HeaderClassName
{
color: #754B37;
}
.AnyTagClassName
{
color: #754B37;
}
</style>
background-color css
<style>
a { background-color: #754B37; }
a { background-color: rgb(117,75,55); }
div.DivClassName
{
background-color: #754B37;
}
.BgClassName
{
background-color: #754B37;
}
</style>
border-color css
<style>
span { border-color: #754B37; }
span { border-color: rgb(117,75,55); }
td.TdClassName
{
border-color: #754B37;
}
.TagClassName
{
border-color: #754B37;
}
</style>