Color Hex Logo

#779684 Color Hex

#779684
(119,150,132)
0 Favorites   0 Comments

Color spaces of #779684

RGB 119150132
HSL0.400.130.53
HSV145°21°59°
CMYK 0.210.000.12   0.41
XYZ22.679027.400625.9233
Yxy27.40060.29840.3605
Hunter Lab52.3456-14.26877.2795
CIE-Lab59.3433-14.63425.9446

#779684 color RGB value is (119,150,132).

#779684 hex color red value is 119, green value is 150 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #779684 hue: 0.40 , saturation: 0.13 and the lightness value of 779684 is 0.53.

The process color (four color CMYK) of #779684 color hex is 0.21, 0.00, 0.12, 0.41. Web safe color of #779684 is #669999. Color #779684 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010110 10000100
Octal 167 226 204
Decimal 119 150 132
Hex 77 96 84

RGB Percentages of Color #779684

%29.68
%37.41
%32.92

CMYK Percentages of Color #779684

%21
%0
%12
%41

Triadic Colors of #779684

#779684 #847796 #968477

Analogous Colors of #779684

#779684 #779694 #7a9677

Monochromatic Colors of #779684

#779684

Complementary Color

#779684 #967789

#779684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779684 Color CSS Codes

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

#779684 Text Font Color

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

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


#779684 Background Color

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

This div background color is #779684


#779684 Border Color

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

This div border color is #779684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779684


Comments

No comments written yet.

Please login to write comment.