Shades of Dark Green Copper #447F77
Tints of Dark Green Copper #447F77
RGB
CMYK
RGB Variations
Color information
#447F77 (or 0x447F77) is known color: Dark Green Copper. HEX triplet: 44, 7F and 77. RGB value is (68,127,119). Sum of RGB (Red+Green+Blue) = 68+127+119=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 127 - color contains mainly: green. Hex color #447F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F77 is #BB8088. Grayscale: #6C6C6C. Windows color (decimal): -12288137 or 7831364. OLE color: 7831364.
HSL color Cylindrical-coordinate representation of color #447F77: hue angle of 171.86º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F77 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 119 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.50 |
| HSL | 171.86º | 0.3% | 0.38% | - |
| HSV(B) | 171.86º | 0.46% | 0.5% | - |
| XYZ | 13.3 | 17.74 | 20.18 | - |
| YUV | 108.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 119 | 0.46 | 0 | 0.06 | 0.50 | 171.86 | 0.3 | 0.38 |
| Hex | 44 | 7F | 77 | 2E | 0 | 6 | 32 | AC | 1E | 26 |
| Octal | 104 | 177 | 167 | 56 | 0 | 6 | 62 | 254 | 36 | 46 |
| Binary | 1000100 | 1111111 | 1110111 | 101110 | 0 | 110 | 110010 | 10101100 | 11110 | 100110 |
Color Harmonies of #447F77
Complementary color
Monochromatic Colors of #447F77
Black with #447F77
Text Example
Text Example
White with #447F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F77; }
p { color: rgb(68,127,119); }
H1.HeaderClassName
{
color: #447F77;
}
.AnyTagClassName
{
color: #447F77;
}
</style>
background-color css
<style>
a { background-color: #447F77; }
a { background-color: rgb(68,127,119); }
div.DivClassName
{
background-color: #447F77;
}
.BgClassName
{
background-color: #447F77;
}
</style>
border-color css
<style>
span { border-color: #447F77; }
span { border-color: rgb(68,127,119); }
td.TdClassName
{
border-color: #447F77;
}
.TagClassName
{
border-color: #447F77;
}
</style>