#54776C

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

Shades of Dark Green Copper #54776C

Tints of Dark Green Copper #54776C

Color information

#54776C (or 0x54776C) is unknown color: approx Dark Green Copper. HEX triplet: 54, 77 and 6C. RGB value is (84,119,108). Sum of RGB (Red+Green+Blue) = 84+119+108=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #54776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54776C is #AB8893. Grayscale: #6B6B6B. Windows color (decimal): -11241620 or 7108436. OLE color: 7108436.

HSL color Cylindrical-coordinate representation of color #54776C: hue angle of 161.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54776C is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB84119108-
CMYK0.2900.090.53
HSL161.14º17.24%39.8%-
HSV(B)161.14º29.41%46.67%-
XYZ12.9616.1616.62-
YUV107.28128.4111.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 119 (46.88% from 255) = 38.26%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=27.01%
G=38.26%
B=34.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841191080.2900.090.53161.1417.2439.8
Hex54776C1D0935a11128
Octal12416715435011652412150
Binary10101001110111110110011101010011101011010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54776C; }

 p { color: rgb(84,119,108); }

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

<style>
 a { background-color: #54776C; }

 a { background-color: rgb(84,119,108); }

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

<style>
 span { border-color: #54776C; }

 span { border-color: rgb(84,119,108); }

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