Shades of Old Copper #77563F
Tints of Old Copper #77563F
RGB
CMYK
RGB Variations
Color information
#77563F (or 0x77563F) is known color: Old Copper. HEX triplet: 77, 56 and 3F. RGB value is (119,86,63). Sum of RGB (Red+Green+Blue) = 119+86+63=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #77563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77563F is #88A9C0. Grayscale: #5D5D5D. Windows color (decimal): -8956353 or 4150903. OLE color: 4150903.
HSL color Cylindrical-coordinate representation of color #77563F: hue angle of 24.64º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77563F is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 86 | 63 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.53 |
| HSL | 24.64º | 0.31% | 0.36% | - |
| HSV(B) | 24.64º | 0.47% | 0.47% | - |
| XYZ | 11.83 | 10.94 | 6.19 | - |
| YUV | 93.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 63 | 0 | 0.28 | 0.47 | 0.53 | 24.64 | 0.31 | 0.36 |
| Hex | 77 | 56 | 3F | 0 | 1C | 2F | 35 | 19 | 1F | 24 |
| Octal | 167 | 126 | 77 | 0 | 34 | 57 | 65 | 31 | 37 | 44 |
| Binary | 1110111 | 1010110 | 111111 | 0 | 11100 | 101111 | 110101 | 11001 | 11111 | 100100 |
Color Harmonies of #77563F
Complementary color
Monochromatic Colors of #77563F
Black with #77563F
Text Example
Text Example
White with #77563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77563F; }
p { color: rgb(119,86,63); }
H1.HeaderClassName
{
color: #77563F;
}
.AnyTagClassName
{
color: #77563F;
}
</style>
background-color css
<style>
a { background-color: #77563F; }
a { background-color: rgb(119,86,63); }
div.DivClassName
{
background-color: #77563F;
}
.BgClassName
{
background-color: #77563F;
}
</style>
border-color css
<style>
span { border-color: #77563F; }
span { border-color: rgb(119,86,63); }
td.TdClassName
{
border-color: #77563F;
}
.TagClassName
{
border-color: #77563F;
}
</style>