Shades of Old Copper #755132
Tints of Old Copper #755132
RGB
CMYK
RGB Variations
Color information
#755132 (or 0x755132) is known color: Old Copper. HEX triplet: 75, 51 and 32. RGB value is (117,81,50). Sum of RGB (Red+Green+Blue) = 117+81+50=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #755132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755132 is #8AAECD. Grayscale: #585858. Windows color (decimal): -9088718 or 3297653. OLE color: 3297653.
HSL color Cylindrical-coordinate representation of color #755132: hue angle of 27.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755132 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 50 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.54 |
| HSL | 27.76º | 0.4% | 0.33% | - |
| HSV(B) | 27.76º | 0.57% | 0.46% | - |
| XYZ | 10.85 | 9.9 | 4.36 | - |
| YUV | 88.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 50 | 0 | 0.31 | 0.57 | 0.54 | 27.76 | 0.4 | 0.33 |
| Hex | 75 | 51 | 32 | 0 | 1F | 39 | 36 | 1C | 28 | 21 |
| Octal | 165 | 121 | 62 | 0 | 37 | 71 | 66 | 34 | 50 | 41 |
| Binary | 1110101 | 1010001 | 110010 | 0 | 11111 | 111001 | 110110 | 11100 | 101000 | 100001 |
Color Harmonies of #755132
Complementary color
Monochromatic Colors of #755132
Black with #755132
Text Example
Text Example
White with #755132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755132; }
p { color: rgb(117,81,50); }
H1.HeaderClassName
{
color: #755132;
}
.AnyTagClassName
{
color: #755132;
}
</style>
background-color css
<style>
a { background-color: #755132; }
a { background-color: rgb(117,81,50); }
div.DivClassName
{
background-color: #755132;
}
.BgClassName
{
background-color: #755132;
}
</style>
border-color css
<style>
span { border-color: #755132; }
span { border-color: rgb(117,81,50); }
td.TdClassName
{
border-color: #755132;
}
.TagClassName
{
border-color: #755132;
}
</style>