Color Hex Logo

#687a7f Color Hex

#687A7F
(104,122,127)
0 Favorites   0 Comments

Color spaces of #687a7f

RGB 104122127
HSL0.540.100.45
HSV193°18°50°
CMYK 0.180.040.00   0.50
XYZ16.499218.394422.7596
Yxy18.39440.28620.3191
Hunter Lab42.8887-6.3866-1.4411
CIE-Lab49.9710-5.4388-4.9516

#687a7f color RGB value is (104,122,127).

#687a7f hex color red value is 104, green value is 122 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #687a7f hue: 0.54 , saturation: 0.10 and the lightness value of 687a7f is 0.45.

The process color (four color CMYK) of #687a7f color hex is 0.18, 0.04, 0.00, 0.50. Web safe color of #687a7f is #666666. Color #687a7f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111010 01111111
Octal 150 172 177
Decimal 104 122 127
Hex 68 7A 7F

RGB Percentages of Color #687a7f

%29.46
%34.56
%35.98

CMYK Percentages of Color #687a7f

%18
%4
%0
%50

Triadic Colors of #687a7f

#687a7f #7f687a #7a7f68

Analogous Colors of #687a7f

#687a7f #686f7f #687f79

Monochromatic Colors of #687a7f

#687a7f

Complementary Color

#687a7f #7f6d68

#687a7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687a7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#687a7f Color CSS Codes

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

#687a7f Text Font Color

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

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


#687a7f Background Color

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

This div background color is #687a7f


#687a7f Border Color

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

This div border color is #687a7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,122,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #687a7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #687a7f;
  -webkit-box-shadow: 1px 1px 3px 2px #687a7f;
  box-shadow:         1px 1px 3px 2px #687a7f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,122,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687a7f


Comments

No comments written yet.

Please login to write comment.