Shades of Old Copper #77543A
Tints of Old Copper #77543A
RGB
CMYK
RGB Variations
Color information
#77543A (or 0x77543A) is known color: Old Copper. HEX triplet: 77, 54 and 3A. RGB value is (119,84,58). Sum of RGB (Red+Green+Blue) = 119+84+58=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77543A is #88ABC5. Grayscale: #5B5B5B. Windows color (decimal): -8956870 or 3822711. OLE color: 3822711.
HSL color Cylindrical-coordinate representation of color #77543A: hue angle of 25.57º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77543A is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 58 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.53 |
| HSL | 25.57º | 0.34% | 0.35% | - |
| HSV(B) | 25.57º | 0.51% | 0.47% | - |
| XYZ | 11.54 | 10.57 | 5.43 | - |
| YUV | 91.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 58 | 0 | 0.29 | 0.51 | 0.53 | 25.57 | 0.34 | 0.35 |
| Hex | 77 | 54 | 3A | 0 | 1D | 33 | 35 | 1A | 22 | 23 |
| Octal | 167 | 124 | 72 | 0 | 35 | 63 | 65 | 32 | 42 | 43 |
| Binary | 1110111 | 1010100 | 111010 | 0 | 11101 | 110011 | 110101 | 11010 | 100010 | 100011 |
Color Harmonies of #77543A
Complementary color
Monochromatic Colors of #77543A
Black with #77543A
Text Example
Text Example
White with #77543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77543A; }
p { color: rgb(119,84,58); }
H1.HeaderClassName
{
color: #77543A;
}
.AnyTagClassName
{
color: #77543A;
}
</style>
background-color css
<style>
a { background-color: #77543A; }
a { background-color: rgb(119,84,58); }
div.DivClassName
{
background-color: #77543A;
}
.BgClassName
{
background-color: #77543A;
}
</style>
border-color css
<style>
span { border-color: #77543A; }
span { border-color: rgb(119,84,58); }
td.TdClassName
{
border-color: #77543A;
}
.TagClassName
{
border-color: #77543A;
}
</style>