Color Hex Logo

#68777e Color Hex

#68777E
(104,119,126)
0 Favorites   0 Comments

Color spaces of #68777e

RGB 104119126
HSL0.550.100.45
HSV199°17°49°
CMYK 0.170.060.00   0.51
XYZ16.071617.643122.2970
Yxy17.64310.28690.3150
Hunter Lab42.0037-5.2082-2.0706
CIE-Lab49.0603-3.9441-5.7121

#68777e color RGB value is (104,119,126).

#68777e hex color red value is 104, green value is 119 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #68777e hue: 0.55 , saturation: 0.10 and the lightness value of 68777e is 0.45.

The process color (four color CMYK) of #68777e color hex is 0.17, 0.06, 0.00, 0.51. Web safe color of #68777e is #666666. Color #68777e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110111 01111110
Octal 150 167 176
Decimal 104 119 126
Hex 68 77 7E

RGB Percentages of Color #68777e

%29.80
%34.10
%36.10

CMYK Percentages of Color #68777e

%17
%6
%0
%51

Triadic Colors of #68777e

#68777e #7e6877 #777e68

Analogous Colors of #68777e

#68777e #686c7e #687e7a

Monochromatic Colors of #68777e

#68777e

Complementary Color

#68777e #7e6f68

#68777e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68777e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68777e Color CSS Codes

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

#68777e Text Font Color

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

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


#68777e Background Color

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

This div background color is #68777e


#68777e Border Color

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

This div border color is #68777e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68777e


Comments

No comments written yet.

Please login to write comment.