Color Hex Logo

#779172 Color Hex

#779172
(119,145,114)
0 Favorites   0 Comments

Color spaces of #779172

RGB 119145114
HSL0.310.120.51
HSV110°21°57°
CMYK 0.180.000.21   0.43
XYZ20.770425.387619.7252
Yxy25.38760.31530.3853
Hunter Lab50.3861-14.593612.0594
CIE-Lab57.4511-15.434113.4736

#779172 color RGB value is (119,145,114).

#779172 hex color red value is 119, green value is 145 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #779172 hue: 0.31 , saturation: 0.12 and the lightness value of 779172 is 0.51.

The process color (four color CMYK) of #779172 color hex is 0.18, 0.00, 0.21, 0.43. Web safe color of #779172 is #669966. Color #779172 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010001 01110010
Octal 167 221 162
Decimal 119 145 114
Hex 77 91 72

RGB Percentages of Color #779172

%31.48
%38.36
%30.16

CMYK Percentages of Color #779172

%18
%0
%21
%43

Triadic Colors of #779172

#779172 #727791 #917277

Analogous Colors of #779172

#779172 #72917d #879172

Monochromatic Colors of #779172

#779172

Complementary Color

#779172 #8c7291

#779172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#779172 Color CSS Codes

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

#779172 Text Font Color

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

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


#779172 Background Color

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

This div background color is #779172


#779172 Border Color

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

This div border color is #779172


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,145,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 #779172">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779172


Comments

No comments written yet.

Please login to write comment.