Shades of Dark Green Copper #407F77
Tints of Dark Green Copper #407F77
RGB
CMYK
RGB Variations
Color information
#407F77 (or 0x407F77) is known color: Dark Green Copper. HEX triplet: 40, 7F and 77. RGB value is (64,127,119). Sum of RGB (Red+Green+Blue) = 64+127+119=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #407F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F77 is #BF8088. Grayscale: #6B6B6B. Windows color (decimal): -12550281 or 7831360. OLE color: 7831360.
HSL color Cylindrical-coordinate representation of color #407F77: hue angle of 172.38º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407F77 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 127 | 119 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.50 |
| HSL | 172.38º | 0.33% | 0.37% | - |
| HSV(B) | 172.38º | 0.5% | 0.5% | - |
| XYZ | 13.03 | 17.6 | 20.16 | - |
| YUV | 107.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 119 | 0.50 | 0 | 0.06 | 0.50 | 172.38 | 0.33 | 0.37 |
| Hex | 40 | 7F | 77 | 32 | 0 | 6 | 32 | AC | 21 | 25 |
| Octal | 100 | 177 | 167 | 62 | 0 | 6 | 62 | 254 | 41 | 45 |
| Binary | 1000000 | 1111111 | 1110111 | 110010 | 0 | 110 | 110010 | 10101100 | 100001 | 100101 |
Color Harmonies of #407F77
Complementary color
Monochromatic Colors of #407F77
Black with #407F77
Text Example
Text Example
White with #407F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F77; }
p { color: rgb(64,127,119); }
H1.HeaderClassName
{
color: #407F77;
}
.AnyTagClassName
{
color: #407F77;
}
</style>
background-color css
<style>
a { background-color: #407F77; }
a { background-color: rgb(64,127,119); }
div.DivClassName
{
background-color: #407F77;
}
.BgClassName
{
background-color: #407F77;
}
</style>
border-color css
<style>
span { border-color: #407F77; }
span { border-color: rgb(64,127,119); }
td.TdClassName
{
border-color: #407F77;
}
.TagClassName
{
border-color: #407F77;
}
</style>