Shades of Dark Green Copper #3F776A
Tints of Dark Green Copper #3F776A
RGB
CMYK
RGB Variations
Color information
#3F776A (or 0x3F776A) is known color: Dark Green Copper. HEX triplet: 3F, 77 and 6A. RGB value is (63,119,106). Sum of RGB (Red+Green+Blue) = 63+119+106=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #3F776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F776A is #C08895. Grayscale: #646464. Windows color (decimal): -12617878 or 6977343. OLE color: 6977343.
HSL color Cylindrical-coordinate representation of color #3F776A: hue angle of 166.07º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F776A is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 106 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.53 |
| HSL | 166.07º | 0.31% | 0.36% | - |
| HSV(B) | 166.07º | 0.47% | 0.47% | - |
| XYZ | 11.25 | 15.29 | 15.99 | - |
| YUV | 100.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 106 | 0.47 | 0 | 0.11 | 0.53 | 166.07 | 0.31 | 0.36 |
| Hex | 3F | 77 | 6A | 2F | 0 | B | 35 | A6 | 1F | 24 |
| Octal | 77 | 167 | 152 | 57 | 0 | 13 | 65 | 246 | 37 | 44 |
| Binary | 111111 | 1110111 | 1101010 | 101111 | 0 | 1011 | 110101 | 10100110 | 11111 | 100100 |
Color Harmonies of #3F776A
Complementary color
Monochromatic Colors of #3F776A
Black with #3F776A
Text Example
Text Example
White with #3F776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F776A; }
p { color: rgb(63,119,106); }
H1.HeaderClassName
{
color: #3F776A;
}
.AnyTagClassName
{
color: #3F776A;
}
</style>
background-color css
<style>
a { background-color: #3F776A; }
a { background-color: rgb(63,119,106); }
div.DivClassName
{
background-color: #3F776A;
}
.BgClassName
{
background-color: #3F776A;
}
</style>
border-color css
<style>
span { border-color: #3F776A; }
span { border-color: rgb(63,119,106); }
td.TdClassName
{
border-color: #3F776A;
}
.TagClassName
{
border-color: #3F776A;
}
</style>