Shades of Old Copper #755344
Tints of Old Copper #755344
RGB
CMYK
RGB Variations
Color information
#755344 (or 0x755344) is known color: Old Copper. HEX triplet: 75, 53 and 44. RGB value is (117,83,68). Sum of RGB (Red+Green+Blue) = 117+83+68=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755344 is #8AACBB. Grayscale: #5B5B5B. Windows color (decimal): -9088188 or 4477813. OLE color: 4477813.
HSL color Cylindrical-coordinate representation of color #755344: hue angle of 18.37º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755344 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 68 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.54 |
| HSL | 18.37º | 0.26% | 0.36% | - |
| HSV(B) | 18.37º | 0.42% | 0.46% | - |
| XYZ | 11.47 | 10.39 | 6.87 | - |
| YUV | 91.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 68 | 0 | 0.29 | 0.42 | 0.54 | 18.37 | 0.26 | 0.36 |
| Hex | 75 | 53 | 44 | 0 | 1D | 2A | 36 | 12 | 1A | 24 |
| Octal | 165 | 123 | 104 | 0 | 35 | 52 | 66 | 22 | 32 | 44 |
| Binary | 1110101 | 1010011 | 1000100 | 0 | 11101 | 101010 | 110110 | 10010 | 11010 | 100100 |
Color Harmonies of #755344
Complementary color
Monochromatic Colors of #755344
Black with #755344
Text Example
Text Example
White with #755344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755344; }
p { color: rgb(117,83,68); }
H1.HeaderClassName
{
color: #755344;
}
.AnyTagClassName
{
color: #755344;
}
</style>
background-color css
<style>
a { background-color: #755344; }
a { background-color: rgb(117,83,68); }
div.DivClassName
{
background-color: #755344;
}
.BgClassName
{
background-color: #755344;
}
</style>
border-color css
<style>
span { border-color: #755344; }
span { border-color: rgb(117,83,68); }
td.TdClassName
{
border-color: #755344;
}
.TagClassName
{
border-color: #755344;
}
</style>