Color Hex Logo

#779979 Color Hex

#779979
(119,153,121)
0 Favorites   0 Comments

Color spaces of #779979

RGB 119153121
HSL0.340.140.53
HSV124°22°60°
CMYK 0.220.000.21   0.40
XYZ22.450228.084922.3268
Yxy28.08490.30810.3855
Hunter Lab52.9952-17.124112.1178
CIE-Lab59.9654-18.361913.0372

#779979 color RGB value is (119,153,121).

#779979 hex color red value is 119, green value is 153 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #779979 hue: 0.34 , saturation: 0.14 and the lightness value of 779979 is 0.53.

The process color (four color CMYK) of #779979 color hex is 0.22, 0.00, 0.21, 0.40. Web safe color of #779979 is #669966. Color #779979 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011001 01111001
Octal 167 231 171
Decimal 119 153 121
Hex 77 99 79

RGB Percentages of Color #779979

%30.28
%38.93
%30.79

CMYK Percentages of Color #779979

%22
%0
%21
%40

Triadic Colors of #779979

#779979 #797799 #997977

Analogous Colors of #779979

#779979 #77998a #869977

Monochromatic Colors of #779979

#779979

Complementary Color

#779979 #997797

#779979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779979 Color CSS Codes

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

#779979 Text Font Color

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

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


#779979 Background Color

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

This div background color is #779979


#779979 Border Color

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

This div border color is #779979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779979


Comments

No comments written yet.

Please login to write comment.