Shades of Old Copper #77573F
Tints of Old Copper #77573F
RGB
CMYK
RGB Variations
Color information
#77573F (or 0x77573F) is known color: Old Copper. HEX triplet: 77, 57 and 3F. RGB value is (119,87,63). Sum of RGB (Red+Green+Blue) = 119+87+63=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77573F is #88A8C0. Grayscale: #5D5D5D. Windows color (decimal): -8956097 or 4151159. OLE color: 4151159.
HSL color Cylindrical-coordinate representation of color #77573F: hue angle of 25.71º 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 #77573F is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 87 | 63 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.53 |
| HSL | 25.71º | 0.31% | 0.36% | - |
| HSV(B) | 25.71º | 0.47% | 0.47% | - |
| XYZ | 11.91 | 11.1 | 6.22 | - |
| YUV | 93.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 87 | 63 | 0 | 0.27 | 0.47 | 0.53 | 25.71 | 0.31 | 0.36 |
| Hex | 77 | 57 | 3F | 0 | 1B | 2F | 35 | 1A | 1F | 24 |
| Octal | 167 | 127 | 77 | 0 | 33 | 57 | 65 | 32 | 37 | 44 |
| Binary | 1110111 | 1010111 | 111111 | 0 | 11011 | 101111 | 110101 | 11010 | 11111 | 100100 |
Color Harmonies of #77573F
Complementary color
Monochromatic Colors of #77573F
Black with #77573F
Text Example
Text Example
White with #77573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77573F; }
p { color: rgb(119,87,63); }
H1.HeaderClassName
{
color: #77573F;
}
.AnyTagClassName
{
color: #77573F;
}
</style>
background-color css
<style>
a { background-color: #77573F; }
a { background-color: rgb(119,87,63); }
div.DivClassName
{
background-color: #77573F;
}
.BgClassName
{
background-color: #77573F;
}
</style>
border-color css
<style>
span { border-color: #77573F; }
span { border-color: rgb(119,87,63); }
td.TdClassName
{
border-color: #77573F;
}
.TagClassName
{
border-color: #77573F;
}
</style>