Color Hex Logo

#779755 Color Hex

#779755
(119,151,85)
0 Favorites   0 Comments

Color spaces of #779755

RGB 11915185
HSL0.250.280.46
HSV89°44°59°
CMYK 0.210.000.44   0.41
XYZ20.314126.711012.6794
Yxy26.71100.34020.4474
Hunter Lab51.6827-20.284521.6322
CIE-Lab58.7059-23.064131.1373

#779755 color RGB value is (119,151,85).

#779755 hex color red value is 119, green value is 151 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #779755 hue: 0.25 , saturation: 0.28 and the lightness value of 779755 is 0.46.

The process color (four color CMYK) of #779755 color hex is 0.21, 0.00, 0.44, 0.41. Web safe color of #779755 is #669966. Color #779755 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010111 01010101
Octal 167 227 125
Decimal 119 151 85
Hex 77 97 55

RGB Percentages of Color #779755

%33.52
%42.54
%23.94

CMYK Percentages of Color #779755

%21
%0
%44
%41

Triadic Colors of #779755

#779755 #557797 #975577

Analogous Colors of #779755

#779755 #569755 #979655

Monochromatic Colors of #779755

#779755

Complementary Color

#779755 #755597

#779755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779755 Color CSS Codes

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

#779755 Text Font Color

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

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


#779755 Background Color

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

This div background color is #779755


#779755 Border Color

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

This div border color is #779755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779755


Comments

No comments written yet.

Please login to write comment.