Color Hex Logo

#60777f Color Hex

#60777F
(96,119,127)
0 Favorites   0 Comments

Color spaces of #60777f

RGB 96119127
HSL0.540.140.44
HSV195°24°50°
CMYK 0.240.060.00   0.50
XYZ15.251517.212822.5972
Yxy17.21280.27700.3126
Hunter Lab41.4883-6.9862-3.2513
CIE-Lab48.5271-6.4307-7.1582

#60777f color RGB value is (96,119,127).

#60777f hex color red value is 96, green value is 119 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #60777f hue: 0.54 , saturation: 0.14 and the lightness value of 60777f is 0.44.

The process color (four color CMYK) of #60777f color hex is 0.24, 0.06, 0.00, 0.50. Web safe color of #60777f is #666666. Color #60777f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110111 01111111
Octal 140 167 177
Decimal 96 119 127
Hex 60 77 7F

RGB Percentages of Color #60777f

%28.07
%34.80
%37.13

CMYK Percentages of Color #60777f

%24
%6
%0
%50

Triadic Colors of #60777f

#60777f #7f6077 #777f60

Analogous Colors of #60777f

#60777f #60687f #607f78

Monochromatic Colors of #60777f

#60777f

Complementary Color

#60777f #7f6860

#60777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60777f Color CSS Codes

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

#60777f Text Font Color

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

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


#60777f Background Color

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

This div background color is #60777f


#60777f Border Color

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

This div border color is #60777f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,119,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60777f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60777f;
  -webkit-box-shadow: 1px 1px 3px 2px #60777f;
  box-shadow:         1px 1px 3px 2px #60777f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,119,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 #60777f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60777f

#60777f Color Palettes


Comments

No comments written yet.

Please login to write comment.