Shades of Dark Green Copper #53776B
Tints of Dark Green Copper #53776B
RGB
CMYK
RGB Variations
Color information
#53776B (or 0x53776B) is known color: Dark Green Copper. HEX triplet: 53, 77 and 6B. RGB value is (83,119,107). Sum of RGB (Red+Green+Blue) = 83+119+107=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #53776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53776B is #AC8894. Grayscale: #6A6A6A. Windows color (decimal): -11307157 or 7042899. OLE color: 7042899.
HSL color Cylindrical-coordinate representation of color #53776B: hue angle of 160º 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 #53776B is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 119 | 107 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.53 |
| HSL | 160º | 0.18% | 0.4% | - |
| HSV(B) | 160º | 0.3% | 0.47% | - |
| XYZ | 12.82 | 16.09 | 16.34 | - |
| YUV | 106.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 107 | 0.30 | 0 | 0.10 | 0.53 | 160 | 0.18 | 0.4 |
| Hex | 53 | 77 | 6B | 1E | 0 | A | 35 | A0 | 12 | 28 |
| Octal | 123 | 167 | 153 | 36 | 0 | 12 | 65 | 240 | 22 | 50 |
| Binary | 1010011 | 1110111 | 1101011 | 11110 | 0 | 1010 | 110101 | 10100000 | 10010 | 101000 |
Color Harmonies of #53776B
Complementary color
Monochromatic Colors of #53776B
Black with #53776B
Text Example
Text Example
White with #53776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53776B; }
p { color: rgb(83,119,107); }
H1.HeaderClassName
{
color: #53776B;
}
.AnyTagClassName
{
color: #53776B;
}
</style>
background-color css
<style>
a { background-color: #53776B; }
a { background-color: rgb(83,119,107); }
div.DivClassName
{
background-color: #53776B;
}
.BgClassName
{
background-color: #53776B;
}
</style>
border-color css
<style>
span { border-color: #53776B; }
span { border-color: rgb(83,119,107); }
td.TdClassName
{
border-color: #53776B;
}
.TagClassName
{
border-color: #53776B;
}
</style>