Shades of Old Copper #754E3F
Tints of Old Copper #754E3F
RGB
CMYK
RGB Variations
Color information
#754E3F (or 0x754E3F) is known color: Old Copper. HEX triplet: 75, 4E and 3F. RGB value is (117,78,63). Sum of RGB (Red+Green+Blue) = 117+78+63=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #754E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E3F is #8AB1C0. Grayscale: #585858. Windows color (decimal): -9089473 or 4148853. OLE color: 4148853.
HSL color Cylindrical-coordinate representation of color #754E3F: hue angle of 16.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #754E3F is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 63 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.54 |
| HSL | 16.67º | 0.3% | 0.35% | - |
| HSV(B) | 16.67º | 0.46% | 0.46% | - |
| XYZ | 10.96 | 9.59 | 5.98 | - |
| YUV | 87.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 63 | 0 | 0.33 | 0.46 | 0.54 | 16.67 | 0.3 | 0.35 |
| Hex | 75 | 4E | 3F | 0 | 21 | 2E | 36 | 11 | 1E | 23 |
| Octal | 165 | 116 | 77 | 0 | 41 | 56 | 66 | 21 | 36 | 43 |
| Binary | 1110101 | 1001110 | 111111 | 0 | 100001 | 101110 | 110110 | 10001 | 11110 | 100011 |
Color Harmonies of #754E3F
Complementary color
Monochromatic Colors of #754E3F
Black with #754E3F
Text Example
Text Example
White with #754E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E3F; }
p { color: rgb(117,78,63); }
H1.HeaderClassName
{
color: #754E3F;
}
.AnyTagClassName
{
color: #754E3F;
}
</style>
background-color css
<style>
a { background-color: #754E3F; }
a { background-color: rgb(117,78,63); }
div.DivClassName
{
background-color: #754E3F;
}
.BgClassName
{
background-color: #754E3F;
}
</style>
border-color css
<style>
span { border-color: #754E3F; }
span { border-color: rgb(117,78,63); }
td.TdClassName
{
border-color: #754E3F;
}
.TagClassName
{
border-color: #754E3F;
}
</style>