Shades of Old Copper #745242
Tints of Old Copper #745242
RGB
CMYK
RGB Variations
Color information
#745242 (or 0x745242) is known color: Old Copper. HEX triplet: 74, 52 and 42. RGB value is (116,82,66). Sum of RGB (Red+Green+Blue) = 116+82+66=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #745242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745242 is #8BADBD. Grayscale: #5A5A5A. Windows color (decimal): -9153982 or 4346484. OLE color: 4346484.
HSL color Cylindrical-coordinate representation of color #745242: hue angle of 19.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #745242 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 66 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.55 |
| HSL | 19.2º | 0.27% | 0.36% | - |
| HSV(B) | 19.2º | 0.43% | 0.45% | - |
| XYZ | 11.2 | 10.14 | 6.52 | - |
| YUV | 90.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 66 | 0 | 0.29 | 0.43 | 0.55 | 19.2 | 0.27 | 0.36 |
| Hex | 74 | 52 | 42 | 0 | 1D | 2B | 37 | 13 | 1B | 24 |
| Octal | 164 | 122 | 102 | 0 | 35 | 53 | 67 | 23 | 33 | 44 |
| Binary | 1110100 | 1010010 | 1000010 | 0 | 11101 | 101011 | 110111 | 10011 | 11011 | 100100 |
Color Harmonies of #745242
Complementary color
Monochromatic Colors of #745242
Black with #745242
Text Example
Text Example
White with #745242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745242; }
p { color: rgb(116,82,66); }
H1.HeaderClassName
{
color: #745242;
}
.AnyTagClassName
{
color: #745242;
}
</style>
background-color css
<style>
a { background-color: #745242; }
a { background-color: rgb(116,82,66); }
div.DivClassName
{
background-color: #745242;
}
.BgClassName
{
background-color: #745242;
}
</style>
border-color css
<style>
span { border-color: #745242; }
span { border-color: rgb(116,82,66); }
td.TdClassName
{
border-color: #745242;
}
.TagClassName
{
border-color: #745242;
}
</style>