Shades of Old Copper #76533C
Tints of Old Copper #76533C
RGB
CMYK
RGB Variations
Color information
#76533C (or 0x76533C) is known color: Old Copper. HEX triplet: 76, 53 and 3C. RGB value is (118,83,60). Sum of RGB (Red+Green+Blue) = 118+83+60=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76533C is #89ACC3. Grayscale: #5A5A5A. Windows color (decimal): -9022660 or 3953526. OLE color: 3953526.
HSL color Cylindrical-coordinate representation of color #76533C: hue angle of 23.79º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76533C is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 60 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.54 |
| HSL | 23.79º | 0.33% | 0.35% | - |
| HSV(B) | 23.79º | 0.49% | 0.46% | - |
| XYZ | 11.38 | 10.36 | 5.68 | - |
| YUV | 90.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 60 | 0 | 0.30 | 0.49 | 0.54 | 23.79 | 0.33 | 0.35 |
| Hex | 76 | 53 | 3C | 0 | 1E | 31 | 36 | 18 | 21 | 23 |
| Octal | 166 | 123 | 74 | 0 | 36 | 61 | 66 | 30 | 41 | 43 |
| Binary | 1110110 | 1010011 | 111100 | 0 | 11110 | 110001 | 110110 | 11000 | 100001 | 100011 |
Color Harmonies of #76533C
Complementary color
Monochromatic Colors of #76533C
Black with #76533C
Text Example
Text Example
White with #76533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76533C; }
p { color: rgb(118,83,60); }
H1.HeaderClassName
{
color: #76533C;
}
.AnyTagClassName
{
color: #76533C;
}
</style>
background-color css
<style>
a { background-color: #76533C; }
a { background-color: rgb(118,83,60); }
div.DivClassName
{
background-color: #76533C;
}
.BgClassName
{
background-color: #76533C;
}
</style>
border-color css
<style>
span { border-color: #76533C; }
span { border-color: rgb(118,83,60); }
td.TdClassName
{
border-color: #76533C;
}
.TagClassName
{
border-color: #76533C;
}
</style>