Color Hex Logo

#687677 Color Hex

#687677
(104,118,119)
0 Favorites   0 Comments

Color spaces of #687677

RGB 104118119
HSL0.510.070.44
HSV184°13°47°
CMYK 0.130.010.00   0.53
XYZ15.517117.231819.9610
Yxy17.23180.29440.3269
Hunter Lab41.5112-5.92040.5478
CIE-Lab48.5508-4.9648-2.3210

#687677 color RGB value is (104,118,119).

#687677 hex color red value is 104, green value is 118 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #687677 hue: 0.51 , saturation: 0.07 and the lightness value of 687677 is 0.44.

The process color (four color CMYK) of #687677 color hex is 0.13, 0.01, 0.00, 0.53. Web safe color of #687677 is #666666. Color #687677 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110110 01110111
Octal 150 166 167
Decimal 104 118 119
Hex 68 76 77

RGB Percentages of Color #687677

%30.50
%34.60
%34.90

CMYK Percentages of Color #687677

%13
%1
%0
%53

Triadic Colors of #687677

#687677 #776876 #767768

Analogous Colors of #687677

#687677 #686f77 #687771

Monochromatic Colors of #687677

#687677

Complementary Color

#687677 #776968

#687677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687677 Color CSS Codes

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

#687677 Text Font Color

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

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


#687677 Background Color

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

This div background color is #687677


#687677 Border Color

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

This div border color is #687677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687677


Comments

No comments written yet.

Please login to write comment.