Color Hex Logo

#778571 Color Hex

#778571
(119,133,113)
0 Favorites   0 Comments

Color spaces of #778571

RGB 119133113
HSL0.280.080.48
HSV102°15°52°
CMYK 0.110.000.15   0.48
XYZ18.975921.889318.8477
Yxy21.88930.31780.3666
Hunter Lab46.7860-9.47788.8653
CIE-Lab53.9094-9.10359.0707

#778571 color RGB value is (119,133,113).

#778571 hex color red value is 119, green value is 133 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #778571 hue: 0.28 , saturation: 0.08 and the lightness value of 778571 is 0.48.

The process color (four color CMYK) of #778571 color hex is 0.11, 0.00, 0.15, 0.48. Web safe color of #778571 is #669966. Color #778571 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000101 01110001
Octal 167 205 161
Decimal 119 133 113
Hex 77 85 71

RGB Percentages of Color #778571

%32.60
%36.44
%30.96

CMYK Percentages of Color #778571

%11
%0
%15
%48

Triadic Colors of #778571

#778571 #717785 #857177

Analogous Colors of #778571

#778571 #718575 #818571

Monochromatic Colors of #778571

#778571

Complementary Color

#778571 #7f7185

#778571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778571 Color CSS Codes

.mybgcolor {background-color:#778571; } 
.myforecolor {color:#778571; }
.mybordercolor {border:3px solid #778571; }

#778571 Text Font Color

<p style="color:#778571">Text here</p>

This sample text font color is #778571
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#778571 Background Color

<div style="background-color:#778571">
Div content here</div>

This div background color is #778571


#778571 Border Color

<div style="border:3px solid #778571">
Div here</div>

This div border color is #778571


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,133,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #778571; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #778571;
  -webkit-box-shadow: 1px 1px 3px 2px #778571;
  box-shadow:         1px 1px 3px 2px #778571; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,133,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #778571">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #778571;
  -webkit-box-shadow: 1px 1px 3px 2px #778571;
  box-shadow:         1px 1px 3px 2px #778571;">
Div content here</div>

This div box has shadow with color #778571


Comments

No comments written yet.

Please login to write comment.