#52776B

Color #52776B Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #52776B

Tints of Dark Green Copper #52776B

Color information

#52776B (or 0x52776B) is unknown color: approx Dark Green Copper. HEX triplet: 52, 77 and 6B. RGB value is (82,119,107). Sum of RGB (Red+Green+Blue) = 82+119+107=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #52776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52776B is #AD8894. Grayscale: #6A6A6A. Windows color (decimal): -11372693 or 7042898. OLE color: 7042898.

HSL color Cylindrical-coordinate representation of color #52776B: hue angle of 160.54º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52776B is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB82119107-
CMYK0.3100.100.53
HSL160.54º18.41%39.41%-
HSV(B)160.54º31.09%46.67%-
XYZ12.7316.0516.34-
YUV106.57128.24110.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=26.62%
G=38.64%
B=34.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821191070.3100.100.53160.5418.4139.41
Hex52776B1F0A35a11227
Octal12216715337012652412247
Binary10100101110111110101111111010101101011010000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52776B; }

 p { color: rgb(82,119,107); }

 H1.HeaderClassName
 {
   color: #52776B;
 }
 .AnyTagClassName
 {
   color: #52776B;
 }
</style>
background-color css

<style>
 a { background-color: #52776B; }

 a { background-color: rgb(82,119,107); }

 div.DivClassName
 {
   background-color: #52776B;
 }
 .BgClassName
 {
   background-color: #52776B;
 }
</style>
border-color css

<style>
 span { border-color: #52776B; }

 span { border-color: rgb(82,119,107); }

 td.TdClassName
 {
   border-color: #52776B;
 }
 .TagClassName
 {
   border-color: #52776B;
 }
</style>