Shades of Old Copper #754E40
Tints of Old Copper #754E40
RGB
CMYK
RGB Variations
Color information
#754E40 (or 0x754E40) is known color: Old Copper. HEX triplet: 75, 4E and 40. RGB value is (117,78,64). Sum of RGB (Red+Green+Blue) = 117+78+64=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #754E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E40 is #8AB1BF. Grayscale: #585858. Windows color (decimal): -9089472 or 4214389. OLE color: 4214389.
HSL color Cylindrical-coordinate representation of color #754E40: hue angle of 15.85º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #754E40 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 64 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.54 |
| HSL | 15.85º | 0.29% | 0.35% | - |
| HSV(B) | 15.85º | 0.45% | 0.46% | - |
| XYZ | 10.99 | 9.6 | 6.12 | - |
| YUV | 88.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 64 | 0 | 0.33 | 0.45 | 0.54 | 15.85 | 0.29 | 0.35 |
| Hex | 75 | 4E | 40 | 0 | 21 | 2D | 36 | 10 | 1D | 23 |
| Octal | 165 | 116 | 100 | 0 | 41 | 55 | 66 | 20 | 35 | 43 |
| Binary | 1110101 | 1001110 | 1000000 | 0 | 100001 | 101101 | 110110 | 10000 | 11101 | 100011 |
Color Harmonies of #754E40
Complementary color
Monochromatic Colors of #754E40
Black with #754E40
Text Example
Text Example
White with #754E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E40; }
p { color: rgb(117,78,64); }
H1.HeaderClassName
{
color: #754E40;
}
.AnyTagClassName
{
color: #754E40;
}
</style>
background-color css
<style>
a { background-color: #754E40; }
a { background-color: rgb(117,78,64); }
div.DivClassName
{
background-color: #754E40;
}
.BgClassName
{
background-color: #754E40;
}
</style>
border-color css
<style>
span { border-color: #754E40; }
span { border-color: rgb(117,78,64); }
td.TdClassName
{
border-color: #754E40;
}
.TagClassName
{
border-color: #754E40;
}
</style>