Shades of Old Copper #755445
Tints of Old Copper #755445
RGB
CMYK
RGB Variations
Color information
#755445 (or 0x755445) is known color: Old Copper. HEX triplet: 75, 54 and 45. RGB value is (117,84,69). Sum of RGB (Red+Green+Blue) = 117+84+69=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755445 is #8AABBA. Grayscale: #5C5C5C. Windows color (decimal): -9087931 or 4543605. OLE color: 4543605.
HSL color Cylindrical-coordinate representation of color #755445: hue angle of 18.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755445 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 84 | 69 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.54 |
| HSL | 18.75º | 0.26% | 0.36% | - |
| HSV(B) | 18.75º | 0.41% | 0.46% | - |
| XYZ | 11.58 | 10.55 | 7.06 | - |
| YUV | 92.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 69 | 0 | 0.28 | 0.41 | 0.54 | 18.75 | 0.26 | 0.36 |
| Hex | 75 | 54 | 45 | 0 | 1C | 29 | 36 | 13 | 1A | 24 |
| Octal | 165 | 124 | 105 | 0 | 34 | 51 | 66 | 23 | 32 | 44 |
| Binary | 1110101 | 1010100 | 1000101 | 0 | 11100 | 101001 | 110110 | 10011 | 11010 | 100100 |
Color Harmonies of #755445
Complementary color
Monochromatic Colors of #755445
Black with #755445
Text Example
Text Example
White with #755445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755445; }
p { color: rgb(117,84,69); }
H1.HeaderClassName
{
color: #755445;
}
.AnyTagClassName
{
color: #755445;
}
</style>
background-color css
<style>
a { background-color: #755445; }
a { background-color: rgb(117,84,69); }
div.DivClassName
{
background-color: #755445;
}
.BgClassName
{
background-color: #755445;
}
</style>
border-color css
<style>
span { border-color: #755445; }
span { border-color: rgb(117,84,69); }
td.TdClassName
{
border-color: #755445;
}
.TagClassName
{
border-color: #755445;
}
</style>