Html Css Color HEX #55776D Dark Green Copper

📋 copy color: '#55776D'

red 85 ◦ green 119 ◦ blue 109

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

Shades of Dark Green Copper #55776D

Tints of Dark Green Copper #55776D

RGB

 RED value IS 85 (33.59% from 255) = 27.16%

 GREEN value IS 119 (46.88% from 255) = 38.02%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 27.16%
G = 38.02%
B = 34.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#55776D (or 0x55776D) is known color: Dark Green Copper. HEX triplet: 55, 77 and 6D. RGB value is (85,119,109). Sum of RGB (Red+Green+Blue) = 85+119+109=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #55776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55776D is #AA8892. Grayscale: #6B6B6B. Windows color (decimal): -11176083 or 7173973. OLE color: 7173973.

HSL color Cylindrical-coordinate representation of color #55776D: hue angle of 162.35º 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 #55776D is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 109 -
CMYK 0.29 0 0.08 0.53
HSL 162.35º 0.17% 0.4% -
HSV(B) 162.35º 0.29% 0.47% -
XYZ 13.1 16.23 16.91 -
YUV 107.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 85 119 109 0.29 0 0.08 0.53 162.35 0.17 0.4
Hex 55 77 6D 1D 0 8 35 A2 11 28
Octal 125 167 155 35 0 10 65 242 21 50
Binary 1010101 1110111 1101101 11101 0 1000 110101 10100010 10001 101000

Color Harmonies of #55776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55776D

Black with #55776D

Text Example


Text Example

White with #55776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55776D; }

 p { color: rgb(85,119,109); }

 H1.HeaderClassName
 {
   color: #55776D;
 }
 .AnyTagClassName
 {
   color: #55776D;
 }
</style>

background-color css

<style>
 a { background-color: #55776D; }

 a { background-color: rgb(85,119,109); }

 div.DivClassName
 {
   background-color: #55776D;
 }
 .BgClassName
 {
   background-color: #55776D;
 }
</style>

border-color css

<style>
 span { border-color: #55776D; }

 span { border-color: rgb(85,119,109); }

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