Shades of Dark Green Copper #53776E
Tints of Dark Green Copper #53776E
RGB
CMYK
RGB Variations
Color information
#53776E (or 0x53776E) is known color: Dark Green Copper. HEX triplet: 53, 77 and 6E. RGB value is (83,119,110). Sum of RGB (Red+Green+Blue) = 83+119+110=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #53776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53776E is #AC8891. Grayscale: #6B6B6B. Windows color (decimal): -11307154 or 7239507. OLE color: 7239507.
HSL color Cylindrical-coordinate representation of color #53776E: hue angle of 165º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53776E is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 119 | 110 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.53 |
| HSL | 165º | 0.18% | 0.4% | - |
| HSV(B) | 165º | 0.3% | 0.47% | - |
| XYZ | 12.98 | 16.16 | 17.19 | - |
| YUV | 107.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 110 | 0.30 | 0 | 0.08 | 0.53 | 165 | 0.18 | 0.4 |
| Hex | 53 | 77 | 6E | 1E | 0 | 8 | 35 | A5 | 12 | 28 |
| Octal | 123 | 167 | 156 | 36 | 0 | 10 | 65 | 245 | 22 | 50 |
| Binary | 1010011 | 1110111 | 1101110 | 11110 | 0 | 1000 | 110101 | 10100101 | 10010 | 101000 |
Color Harmonies of #53776E
Complementary color
Monochromatic Colors of #53776E
Black with #53776E
Text Example
Text Example
White with #53776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53776E; }
p { color: rgb(83,119,110); }
H1.HeaderClassName
{
color: #53776E;
}
.AnyTagClassName
{
color: #53776E;
}
</style>
background-color css
<style>
a { background-color: #53776E; }
a { background-color: rgb(83,119,110); }
div.DivClassName
{
background-color: #53776E;
}
.BgClassName
{
background-color: #53776E;
}
</style>
border-color css
<style>
span { border-color: #53776E; }
span { border-color: rgb(83,119,110); }
td.TdClassName
{
border-color: #53776E;
}
.TagClassName
{
border-color: #53776E;
}
</style>