Shades of Old Copper #754E3C
Tints of Old Copper #754E3C
RGB
CMYK
RGB Variations
Color information
#754E3C (or 0x754E3C) is known color: Old Copper. HEX triplet: 75, 4E and 3C. RGB value is (117,78,60). Sum of RGB (Red+Green+Blue) = 117+78+60=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #754E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E3C is #8AB1C3. Grayscale: #575757. Windows color (decimal): -9089476 or 3952245. OLE color: 3952245.
HSL color Cylindrical-coordinate representation of color #754E3C: hue angle of 18.95º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #754E3C is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 60 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.54 |
| HSL | 18.95º | 0.32% | 0.35% | - |
| HSV(B) | 18.95º | 0.49% | 0.46% | - |
| XYZ | 10.88 | 9.56 | 5.55 | - |
| YUV | 87.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 60 | 0 | 0.33 | 0.49 | 0.54 | 18.95 | 0.32 | 0.35 |
| Hex | 75 | 4E | 3C | 0 | 21 | 31 | 36 | 13 | 20 | 23 |
| Octal | 165 | 116 | 74 | 0 | 41 | 61 | 66 | 23 | 40 | 43 |
| Binary | 1110101 | 1001110 | 111100 | 0 | 100001 | 110001 | 110110 | 10011 | 100000 | 100011 |
Color Harmonies of #754E3C
Complementary color
Monochromatic Colors of #754E3C
Black with #754E3C
Text Example
Text Example
White with #754E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E3C; }
p { color: rgb(117,78,60); }
H1.HeaderClassName
{
color: #754E3C;
}
.AnyTagClassName
{
color: #754E3C;
}
</style>
background-color css
<style>
a { background-color: #754E3C; }
a { background-color: rgb(117,78,60); }
div.DivClassName
{
background-color: #754E3C;
}
.BgClassName
{
background-color: #754E3C;
}
</style>
border-color css
<style>
span { border-color: #754E3C; }
span { border-color: rgb(117,78,60); }
td.TdClassName
{
border-color: #754E3C;
}
.TagClassName
{
border-color: #754E3C;
}
</style>