Color Hex Logo

#687f75 Color Hex

#687F75
(104,127,117)
0 Favorites   0 Comments

Color spaces of #687f75

RGB 104127117
HSL0.430.100.45
HSV154°18°50°
CMYK 0.180.000.08   0.50
XYZ16.509219.406219.7053
Yxy19.40620.29680.3489
Hunter Lab44.0525-10.19684.3155
CIE-Lab51.1591-10.50352.6633

#687f75 color RGB value is (104,127,117).

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

The process color (four color CMYK) of #687f75 color hex is 0.18, 0.00, 0.08, 0.50. Web safe color of #687f75 is #666666. Color #687f75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111111 01110101
Octal 150 177 165
Decimal 104 127 117
Hex 68 7F 75

RGB Percentages of Color #687f75

%29.89
%36.49
%33.62

CMYK Percentages of Color #687f75

%18
%0
%8
%50

Triadic Colors of #687f75

#687f75 #75687f #7f7568

Analogous Colors of #687f75

#687f75 #687e7f #687f6a

Monochromatic Colors of #687f75

#687f75

Complementary Color

#687f75 #7f6872

#687f75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687f75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687f75 Color CSS Codes

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

#687f75 Text Font Color

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

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


#687f75 Background Color

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

This div background color is #687f75


#687f75 Border Color

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

This div border color is #687f75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687f75


Comments

No comments written yet.

Please login to write comment.