Shades of Old Copper #765238
Tints of Old Copper #765238
RGB
CMYK
RGB Variations
Color information
#765238 (or 0x765238) is known color: Old Copper. HEX triplet: 76, 52 and 38. RGB value is (118,82,56). Sum of RGB (Red+Green+Blue) = 118+82+56=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #765238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765238 is #89ADC7. Grayscale: #595959. Windows color (decimal): -9022920 or 3691126. OLE color: 3691126.
HSL color Cylindrical-coordinate representation of color #765238: hue angle of 25.16º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #765238 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 56 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.54 |
| HSL | 25.16º | 0.36% | 0.34% | - |
| HSV(B) | 25.16º | 0.53% | 0.46% | - |
| XYZ | 11.2 | 10.17 | 5.11 | - |
| YUV | 89.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 56 | 0 | 0.31 | 0.53 | 0.54 | 25.16 | 0.36 | 0.34 |
| Hex | 76 | 52 | 38 | 0 | 1F | 35 | 36 | 19 | 24 | 22 |
| Octal | 166 | 122 | 70 | 0 | 37 | 65 | 66 | 31 | 44 | 42 |
| Binary | 1110110 | 1010010 | 111000 | 0 | 11111 | 110101 | 110110 | 11001 | 100100 | 100010 |
Color Harmonies of #765238
Complementary color
Monochromatic Colors of #765238
Black with #765238
Text Example
Text Example
White with #765238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765238; }
p { color: rgb(118,82,56); }
H1.HeaderClassName
{
color: #765238;
}
.AnyTagClassName
{
color: #765238;
}
</style>
background-color css
<style>
a { background-color: #765238; }
a { background-color: rgb(118,82,56); }
div.DivClassName
{
background-color: #765238;
}
.BgClassName
{
background-color: #765238;
}
</style>
border-color css
<style>
span { border-color: #765238; }
span { border-color: rgb(118,82,56); }
td.TdClassName
{
border-color: #765238;
}
.TagClassName
{
border-color: #765238;
}
</style>