Shades of Dark Green Copper #407771
Tints of Dark Green Copper #407771
RGB
CMYK
RGB Variations
Color information
#407771 (or 0x407771) is known color: Dark Green Copper. HEX triplet: 40, 77 and 71. RGB value is (64,119,113). Sum of RGB (Red+Green+Blue) = 64+119+113=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #407771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407771 is #BF888E. Grayscale: #656565. Windows color (decimal): -12552335 or 7436096. OLE color: 7436096.
HSL color Cylindrical-coordinate representation of color #407771: hue angle of 173.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407771 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 113 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.53 |
| HSL | 173.45º | 0.3% | 0.36% | - |
| HSV(B) | 173.45º | 0.46% | 0.47% | - |
| XYZ | 11.69 | 15.48 | 17.99 | - |
| YUV | 101.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 113 | 0.46 | 0 | 0.05 | 0.53 | 173.45 | 0.3 | 0.36 |
| Hex | 40 | 77 | 71 | 2E | 0 | 5 | 35 | AD | 1E | 24 |
| Octal | 100 | 167 | 161 | 56 | 0 | 5 | 65 | 255 | 36 | 44 |
| Binary | 1000000 | 1110111 | 1110001 | 101110 | 0 | 101 | 110101 | 10101101 | 11110 | 100100 |
Color Harmonies of #407771
Complementary color
Monochromatic Colors of #407771
Black with #407771
Text Example
Text Example
White with #407771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407771; }
p { color: rgb(64,119,113); }
H1.HeaderClassName
{
color: #407771;
}
.AnyTagClassName
{
color: #407771;
}
</style>
background-color css
<style>
a { background-color: #407771; }
a { background-color: rgb(64,119,113); }
div.DivClassName
{
background-color: #407771;
}
.BgClassName
{
background-color: #407771;
}
</style>
border-color css
<style>
span { border-color: #407771; }
span { border-color: rgb(64,119,113); }
td.TdClassName
{
border-color: #407771;
}
.TagClassName
{
border-color: #407771;
}
</style>