Shades of Dark Green Copper #43776A
Tints of Dark Green Copper #43776A
RGB
CMYK
RGB Variations
Color information
#43776A (or 0x43776A) is known color: Dark Green Copper. HEX triplet: 43, 77 and 6A. RGB value is (67,119,106). Sum of RGB (Red+Green+Blue) = 67+119+106=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #43776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43776A is #BC8895. Grayscale: #656565. Windows color (decimal): -12355734 or 6977347. OLE color: 6977347.
HSL color Cylindrical-coordinate representation of color #43776A: hue angle of 165º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #43776A is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 119 | 106 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.53 |
| HSL | 165º | 0.28% | 0.36% | - |
| HSV(B) | 165º | 0.44% | 0.47% | - |
| XYZ | 11.51 | 15.43 | 16.01 | - |
| YUV | 101.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 119 | 106 | 0.44 | 0 | 0.11 | 0.53 | 165 | 0.28 | 0.36 |
| Hex | 43 | 77 | 6A | 2C | 0 | B | 35 | A5 | 1C | 24 |
| Octal | 103 | 167 | 152 | 54 | 0 | 13 | 65 | 245 | 34 | 44 |
| Binary | 1000011 | 1110111 | 1101010 | 101100 | 0 | 1011 | 110101 | 10100101 | 11100 | 100100 |
Color Harmonies of #43776A
Complementary color
Monochromatic Colors of #43776A
Black with #43776A
Text Example
Text Example
White with #43776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43776A; }
p { color: rgb(67,119,106); }
H1.HeaderClassName
{
color: #43776A;
}
.AnyTagClassName
{
color: #43776A;
}
</style>
background-color css
<style>
a { background-color: #43776A; }
a { background-color: rgb(67,119,106); }
div.DivClassName
{
background-color: #43776A;
}
.BgClassName
{
background-color: #43776A;
}
</style>
border-color css
<style>
span { border-color: #43776A; }
span { border-color: rgb(67,119,106); }
td.TdClassName
{
border-color: #43776A;
}
.TagClassName
{
border-color: #43776A;
}
</style>