Shades of Old Copper #77563D
Tints of Old Copper #77563D
RGB
CMYK
RGB Variations
Color information
#77563D (or 0x77563D) is known color: Old Copper. HEX triplet: 77, 56 and 3D. RGB value is (119,86,61). Sum of RGB (Red+Green+Blue) = 119+86+61=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77563D is #88A9C2. Grayscale: #5D5D5D. Windows color (decimal): -8956355 or 4019831. OLE color: 4019831.
HSL color Cylindrical-coordinate representation of color #77563D: hue angle of 25.86º 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 #77563D is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 86 | 61 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.53 |
| HSL | 25.86º | 0.32% | 0.35% | - |
| HSV(B) | 25.86º | 0.49% | 0.47% | - |
| XYZ | 11.78 | 10.91 | 5.9 | - |
| YUV | 93.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 61 | 0 | 0.28 | 0.49 | 0.53 | 25.86 | 0.32 | 0.35 |
| Hex | 77 | 56 | 3D | 0 | 1C | 31 | 35 | 1A | 20 | 23 |
| Octal | 167 | 126 | 75 | 0 | 34 | 61 | 65 | 32 | 40 | 43 |
| Binary | 1110111 | 1010110 | 111101 | 0 | 11100 | 110001 | 110101 | 11010 | 100000 | 100011 |
Color Harmonies of #77563D
Complementary color
Monochromatic Colors of #77563D
Black with #77563D
Text Example
Text Example
White with #77563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77563D; }
p { color: rgb(119,86,61); }
H1.HeaderClassName
{
color: #77563D;
}
.AnyTagClassName
{
color: #77563D;
}
</style>
background-color css
<style>
a { background-color: #77563D; }
a { background-color: rgb(119,86,61); }
div.DivClassName
{
background-color: #77563D;
}
.BgClassName
{
background-color: #77563D;
}
</style>
border-color css
<style>
span { border-color: #77563D; }
span { border-color: rgb(119,86,61); }
td.TdClassName
{
border-color: #77563D;
}
.TagClassName
{
border-color: #77563D;
}
</style>