Shades of Old Copper #765438
Tints of Old Copper #765438
RGB
CMYK
RGB Variations
Color information
#765438 (or 0x765438) is known color: Old Copper. HEX triplet: 76, 54 and 38. RGB value is (118,84,56). Sum of RGB (Red+Green+Blue) = 118+84+56=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #765438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765438 is #89ABC7. Grayscale: #5B5B5B. Windows color (decimal): -9022408 or 3691638. OLE color: 3691638.
HSL color Cylindrical-coordinate representation of color #765438: hue angle of 27.1º 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 #765438 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 56 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.54 |
| HSL | 27.1º | 0.36% | 0.34% | - |
| HSV(B) | 27.1º | 0.53% | 0.46% | - |
| XYZ | 11.36 | 10.48 | 5.17 | - |
| YUV | 90.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 56 | 0 | 0.29 | 0.53 | 0.54 | 27.1 | 0.36 | 0.34 |
| Hex | 76 | 54 | 38 | 0 | 1D | 35 | 36 | 1B | 24 | 22 |
| Octal | 166 | 124 | 70 | 0 | 35 | 65 | 66 | 33 | 44 | 42 |
| Binary | 1110110 | 1010100 | 111000 | 0 | 11101 | 110101 | 110110 | 11011 | 100100 | 100010 |
Color Harmonies of #765438
Complementary color
Monochromatic Colors of #765438
Black with #765438
Text Example
Text Example
White with #765438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765438; }
p { color: rgb(118,84,56); }
H1.HeaderClassName
{
color: #765438;
}
.AnyTagClassName
{
color: #765438;
}
</style>
background-color css
<style>
a { background-color: #765438; }
a { background-color: rgb(118,84,56); }
div.DivClassName
{
background-color: #765438;
}
.BgClassName
{
background-color: #765438;
}
</style>
border-color css
<style>
span { border-color: #765438; }
span { border-color: rgb(118,84,56); }
td.TdClassName
{
border-color: #765438;
}
.TagClassName
{
border-color: #765438;
}
</style>