Shades of Old Copper #75503F
Tints of Old Copper #75503F
RGB
CMYK
RGB Variations
Color information
#75503F (or 0x75503F) is known color: Old Copper. HEX triplet: 75, 50 and 3F. RGB value is (117,80,63). Sum of RGB (Red+Green+Blue) = 117+80+63=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75503F is #8AAFC0. Grayscale: #595959. Windows color (decimal): -9088961 or 4149365. OLE color: 4149365.
HSL color Cylindrical-coordinate representation of color #75503F: hue angle of 18.89º 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 #75503F is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 63 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.54 |
| HSL | 18.89º | 0.3% | 0.35% | - |
| HSV(B) | 18.89º | 0.46% | 0.46% | - |
| XYZ | 11.1 | 9.88 | 6.02 | - |
| YUV | 89.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 63 | 0 | 0.32 | 0.46 | 0.54 | 18.89 | 0.3 | 0.35 |
| Hex | 75 | 50 | 3F | 0 | 20 | 2E | 36 | 13 | 1E | 23 |
| Octal | 165 | 120 | 77 | 0 | 40 | 56 | 66 | 23 | 36 | 43 |
| Binary | 1110101 | 1010000 | 111111 | 0 | 100000 | 101110 | 110110 | 10011 | 11110 | 100011 |
Color Harmonies of #75503F
Complementary color
Monochromatic Colors of #75503F
Black with #75503F
Text Example
Text Example
White with #75503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75503F; }
p { color: rgb(117,80,63); }
H1.HeaderClassName
{
color: #75503F;
}
.AnyTagClassName
{
color: #75503F;
}
</style>
background-color css
<style>
a { background-color: #75503F; }
a { background-color: rgb(117,80,63); }
div.DivClassName
{
background-color: #75503F;
}
.BgClassName
{
background-color: #75503F;
}
</style>
border-color css
<style>
span { border-color: #75503F; }
span { border-color: rgb(117,80,63); }
td.TdClassName
{
border-color: #75503F;
}
.TagClassName
{
border-color: #75503F;
}
</style>