Color Hex Logo

#697c77 Color Hex

#697C77
(105,124,119)
0 Favorites   0 Comments

Color spaces of #697c77

RGB 105124119
HSL0.460.080.45
HSV164°15°49°
CMYK 0.150.000.04   0.51
XYZ16.363118.750520.2095
Yxy18.75050.29580.3389
Hunter Lab43.3018-8.32582.6399
CIE-Lab50.3940-8.03110.3875

#697c77 color RGB value is (105,124,119).

#697c77 hex color red value is 105, green value is 124 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #697c77 hue: 0.46 , saturation: 0.08 and the lightness value of 697c77 is 0.45.

The process color (four color CMYK) of #697c77 color hex is 0.15, 0.00, 0.04, 0.51. Web safe color of #697c77 is #666666. Color #697c77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111100 01110111
Octal 151 174 167
Decimal 105 124 119
Hex 69 7C 77

RGB Percentages of Color #697c77

%30.17
%35.63
%34.20

CMYK Percentages of Color #697c77

%15
%0
%4
%51

Triadic Colors of #697c77

#697c77 #77697c #7c7769

Analogous Colors of #697c77

#697c77 #69787c #697c6e

Monochromatic Colors of #697c77

#697c77

Complementary Color

#697c77 #7c696e

#697c77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#697c77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#697c77 Color CSS Codes

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

#697c77 Text Font Color

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

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


#697c77 Background Color

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

This div background color is #697c77


#697c77 Border Color

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

This div border color is #697c77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,124,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #697c77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #697c77;
  -webkit-box-shadow: 1px 1px 3px 2px #697c77;
  box-shadow:         1px 1px 3px 2px #697c77; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #697c77


Comments

No comments written yet.

Please login to write comment.