Color Hex Logo

#778672 Color Hex

#778672
(119,134,114)
0 Favorites   0 Comments

Color spaces of #778672

RGB 119134114
HSL0.290.080.49
HSV105°15°53°
CMYK 0.110.000.15   0.47
XYZ19.170122.187019.1917
Yxy22.18700.31660.3664
Hunter Lab47.1031-9.78418.8150
CIE-Lab54.2249-9.46998.9406

#778672 color RGB value is (119,134,114).

#778672 hex color red value is 119, green value is 134 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #778672 hue: 0.29 , saturation: 0.08 and the lightness value of 778672 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000110 01110010
Octal 167 206 162
Decimal 119 134 114
Hex 77 86 72

RGB Percentages of Color #778672

%32.43
%36.51
%31.06

CMYK Percentages of Color #778672

%11
%0
%15
%47

Triadic Colors of #778672

#778672 #727786 #867277

Analogous Colors of #778672

#778672 #728677 #818672

Monochromatic Colors of #778672

#778672

Complementary Color

#778672 #817286

#778672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778672 Color CSS Codes

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

#778672 Text Font Color

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

This sample text font color is #778672
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.


#778672 Background Color

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

This div background color is #778672


#778672 Border Color

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

This div border color is #778672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778672


Comments

No comments written yet.

Please login to write comment.