Shades of Old Copper #76533F
Tints of Old Copper #76533F
RGB
CMYK
RGB Variations
Color information
#76533F (or 0x76533F) is known color: Old Copper. HEX triplet: 76, 53 and 3F. RGB value is (118,83,63). Sum of RGB (Red+Green+Blue) = 118+83+63=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76533F is #89ACC0. Grayscale: #5B5B5B. Windows color (decimal): -9022657 or 4150134. OLE color: 4150134.
HSL color Cylindrical-coordinate representation of color #76533F: hue angle of 21.82º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76533F is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 63 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.54 |
| HSL | 21.82º | 0.3% | 0.35% | - |
| HSV(B) | 21.82º | 0.47% | 0.46% | - |
| XYZ | 11.46 | 10.4 | 6.11 | - |
| YUV | 91.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 63 | 0 | 0.30 | 0.47 | 0.54 | 21.82 | 0.3 | 0.35 |
| Hex | 76 | 53 | 3F | 0 | 1E | 2F | 36 | 16 | 1E | 23 |
| Octal | 166 | 123 | 77 | 0 | 36 | 57 | 66 | 26 | 36 | 43 |
| Binary | 1110110 | 1010011 | 111111 | 0 | 11110 | 101111 | 110110 | 10110 | 11110 | 100011 |
Color Harmonies of #76533F
Complementary color
Monochromatic Colors of #76533F
Black with #76533F
Text Example
Text Example
White with #76533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76533F; }
p { color: rgb(118,83,63); }
H1.HeaderClassName
{
color: #76533F;
}
.AnyTagClassName
{
color: #76533F;
}
</style>
background-color css
<style>
a { background-color: #76533F; }
a { background-color: rgb(118,83,63); }
div.DivClassName
{
background-color: #76533F;
}
.BgClassName
{
background-color: #76533F;
}
</style>
border-color css
<style>
span { border-color: #76533F; }
span { border-color: rgb(118,83,63); }
td.TdClassName
{
border-color: #76533F;
}
.TagClassName
{
border-color: #76533F;
}
</style>