Html Css Color HEX #53776B Dark Green Copper

📋 copy color: '#53776B'

red 83 ◦ green 119 ◦ blue 107

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

Shades of Dark Green Copper #53776B

Tints of Dark Green Copper #53776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 26.86%
G = 38.51%
B = 34.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#53776B (or 0x53776B) is known color: Dark Green Copper. HEX triplet: 53, 77 and 6B. RGB value is (83,119,107). Sum of RGB (Red+Green+Blue) = 83+119+107=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #53776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53776B is #AC8894. Grayscale: #6A6A6A. Windows color (decimal): -11307157 or 7042899. OLE color: 7042899.

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

Color convert

RGB 83 119 107 -
CMYK 0.30 0 0.10 0.53
HSL 160º 0.18% 0.4% -
HSV(B) 160º 0.3% 0.47% -
XYZ 12.82 16.09 16.34 -
YUV 106.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 83 119 107 0.30 0 0.10 0.53 160 0.18 0.4
Hex 53 77 6B 1E 0 A 35 A0 12 28
Octal 123 167 153 36 0 12 65 240 22 50
Binary 1010011 1110111 1101011 11110 0 1010 110101 10100000 10010 101000

Color Harmonies of #53776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53776B

Black with #53776B

Text Example


Text Example

White with #53776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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