Html Css Color HEX #54776C Dark Green Copper

📋 copy color: '#54776C'

red 84 ◦ green 119 ◦ blue 108

#54776C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #54776C

Tints of Dark Green Copper #54776C

RGB

 RED value IS 84 (33.2% 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 value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#54776C (or 0x54776C) is known color: 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

RGB 84 119 108 -
CMYK 0.29 0 0.09 0.53
HSL 161.14º 0.17% 0.4% -
HSV(B) 161.14º 0.29% 0.47% -
XYZ 12.96 16.16 16.62 -
YUV 107.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 84 119 108 0.29 0 0.09 0.53 161.14 0.17 0.4
Hex 54 77 6C 1D 0 9 35 A1 11 28
Octal 124 167 154 35 0 11 65 241 21 50
Binary 1010100 1110111 1101100 11101 0 1001 110101 10100001 10001 101000

Color Harmonies of #54776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54776C

Black with #54776C

Text Example


Text Example

White with #54776C

Text Example


Text Example

HTML Codes & Css Web 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>