Shades of Dark Green Copper #55766C
Tints of Dark Green Copper #55766C
RGB
CMYK
RGB Variations
Color information
#55766C (or 0x55766C) is known color: Dark Green Copper. HEX triplet: 55, 76 and 6C. RGB value is (85,118,108). Sum of RGB (Red+Green+Blue) = 85+118+108=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #55766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55766C is #AA8993. Grayscale: #6A6A6A. Windows color (decimal): -11176340 or 7108181. OLE color: 7108181.
HSL color Cylindrical-coordinate representation of color #55766C: hue angle of 161.82º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55766C is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 108 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.54 |
| HSL | 161.82º | 0.16% | 0.4% | - |
| HSV(B) | 161.82º | 0.28% | 0.46% | - |
| XYZ | 12.93 | 15.97 | 16.59 | - |
| YUV | 106.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 108 | 0.28 | 0 | 0.08 | 0.54 | 161.82 | 0.16 | 0.4 |
| Hex | 55 | 76 | 6C | 1C | 0 | 8 | 36 | A2 | 10 | 28 |
| Octal | 125 | 166 | 154 | 34 | 0 | 10 | 66 | 242 | 20 | 50 |
| Binary | 1010101 | 1110110 | 1101100 | 11100 | 0 | 1000 | 110110 | 10100010 | 10000 | 101000 |
Color Harmonies of #55766C
Complementary color
Monochromatic Colors of #55766C
Black with #55766C
Text Example
Text Example
White with #55766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55766C; }
p { color: rgb(85,118,108); }
H1.HeaderClassName
{
color: #55766C;
}
.AnyTagClassName
{
color: #55766C;
}
</style>
background-color css
<style>
a { background-color: #55766C; }
a { background-color: rgb(85,118,108); }
div.DivClassName
{
background-color: #55766C;
}
.BgClassName
{
background-color: #55766C;
}
</style>
border-color css
<style>
span { border-color: #55766C; }
span { border-color: rgb(85,118,108); }
td.TdClassName
{
border-color: #55766C;
}
.TagClassName
{
border-color: #55766C;
}
</style>