Html Css Color HEX #53776D Dark Green Copper

📋 copy color: '#53776D'

red 83 ◦ green 119 ◦ blue 109

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

Shades of Dark Green Copper #53776D

Tints of Dark Green Copper #53776D

RGB

 RED value IS 83 (32.81% from 255) = 26.69%

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

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

R = 26.69%
G = 38.26%
B = 35.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#53776D (or 0x53776D) is known color: Dark Green Copper. HEX triplet: 53, 77 and 6D. RGB value is (83,119,109). Sum of RGB (Red+Green+Blue) = 83+119+109=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #53776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53776D is #AC8892. Grayscale: #6B6B6B. Windows color (decimal): -11307155 or 7173971. OLE color: 7173971.

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

Color convert

RGB 83 119 109 -
CMYK 0.30 0 0.08 0.53
HSL 163.33º 0.18% 0.4% -
HSV(B) 163.33º 0.3% 0.47% -
XYZ 12.92 16.14 16.9 -
YUV 107.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 83 119 109 0.30 0 0.08 0.53 163.33 0.18 0.4
Hex 53 77 6D 1E 0 8 35 A3 12 28
Octal 123 167 155 36 0 10 65 243 22 50
Binary 1010011 1110111 1101101 11110 0 1000 110101 10100011 10010 101000

Color Harmonies of #53776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53776D

Black with #53776D

Text Example


Text Example

White with #53776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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