Shades of Old Copper #77513D
Tints of Old Copper #77513D
RGB
CMYK
RGB Variations
Color information
#77513D (or 0x77513D) is known color: Old Copper. HEX triplet: 77, 51 and 3D. RGB value is (119,81,61). Sum of RGB (Red+Green+Blue) = 119+81+61=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77513D is #88AEC2. Grayscale: #5A5A5A. Windows color (decimal): -8957635 or 4018551. OLE color: 4018551.
HSL color Cylindrical-coordinate representation of color #77513D: hue angle of 20.69º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77513D is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 81 | 61 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.53 |
| HSL | 20.69º | 0.32% | 0.35% | - |
| HSV(B) | 20.69º | 0.49% | 0.47% | - |
| XYZ | 11.39 | 10.14 | 5.77 | - |
| YUV | 90.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 61 | 0 | 0.32 | 0.49 | 0.53 | 20.69 | 0.32 | 0.35 |
| Hex | 77 | 51 | 3D | 0 | 20 | 31 | 35 | 15 | 20 | 23 |
| Octal | 167 | 121 | 75 | 0 | 40 | 61 | 65 | 25 | 40 | 43 |
| Binary | 1110111 | 1010001 | 111101 | 0 | 100000 | 110001 | 110101 | 10101 | 100000 | 100011 |
Color Harmonies of #77513D
Complementary color
Monochromatic Colors of #77513D
Black with #77513D
Text Example
Text Example
White with #77513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77513D; }
p { color: rgb(119,81,61); }
H1.HeaderClassName
{
color: #77513D;
}
.AnyTagClassName
{
color: #77513D;
}
</style>
background-color css
<style>
a { background-color: #77513D; }
a { background-color: rgb(119,81,61); }
div.DivClassName
{
background-color: #77513D;
}
.BgClassName
{
background-color: #77513D;
}
</style>
border-color css
<style>
span { border-color: #77513D; }
span { border-color: rgb(119,81,61); }
td.TdClassName
{
border-color: #77513D;
}
.TagClassName
{
border-color: #77513D;
}
</style>