Shades of Dark Green Copper #54776D
Tints of Dark Green Copper #54776D
RGB
CMYK
RGB Variations
Color information
#54776D (or 0x54776D) is known color: Dark Green Copper. HEX triplet: 54, 77 and 6D. RGB value is (84,119,109). Sum of RGB (Red+Green+Blue) = 84+119+109=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #54776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54776D is #AB8892. Grayscale: #6B6B6B. Windows color (decimal): -11241619 or 7173972. OLE color: 7173972.
HSL color Cylindrical-coordinate representation of color #54776D: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54776D is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 119 | 109 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.53 |
| HSL | 162.86º | 0.17% | 0.4% | - |
| HSV(B) | 162.86º | 0.29% | 0.47% | - |
| XYZ | 13.01 | 16.18 | 16.91 | - |
| YUV | 107.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 109 | 0.29 | 0 | 0.08 | 0.53 | 162.86 | 0.17 | 0.4 |
| Hex | 54 | 77 | 6D | 1D | 0 | 8 | 35 | A3 | 11 | 28 |
| Octal | 124 | 167 | 155 | 35 | 0 | 10 | 65 | 243 | 21 | 50 |
| Binary | 1010100 | 1110111 | 1101101 | 11101 | 0 | 1000 | 110101 | 10100011 | 10001 | 101000 |
Color Harmonies of #54776D
Complementary color
Monochromatic Colors of #54776D
Black with #54776D
Text Example
Text Example
White with #54776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54776D; }
p { color: rgb(84,119,109); }
H1.HeaderClassName
{
color: #54776D;
}
.AnyTagClassName
{
color: #54776D;
}
</style>
background-color css
<style>
a { background-color: #54776D; }
a { background-color: rgb(84,119,109); }
div.DivClassName
{
background-color: #54776D;
}
.BgClassName
{
background-color: #54776D;
}
</style>
border-color css
<style>
span { border-color: #54776D; }
span { border-color: rgb(84,119,109); }
td.TdClassName
{
border-color: #54776D;
}
.TagClassName
{
border-color: #54776D;
}
</style>