Color Hex Logo

#61777f Color Hex

#61777F
(97,119,127)
0 Favorites   0 Comments

Color spaces of #61777f

RGB 97119127
HSL0.540.130.44
HSV196°24°50°
CMYK 0.240.060.00   0.50
XYZ15.357417.267322.6022
Yxy17.26730.27810.3127
Hunter Lab41.5539-6.7498-3.1615
CIE-Lab48.5951-6.0965-7.0497

#61777f color RGB value is (97,119,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110111 01111111
Octal 141 167 177
Decimal 97 119 127
Hex 61 77 7F

RGB Percentages of Color #61777f

%28.28
%34.69
%37.03

CMYK Percentages of Color #61777f

%24
%6
%0
%50

Triadic Colors of #61777f

#61777f #7f6177 #777f61

Analogous Colors of #61777f

#61777f #61687f #617f78

Monochromatic Colors of #61777f

#61777f

Complementary Color

#61777f #7f6961

#61777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61777f Color CSS Codes

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

#61777f Text Font Color

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

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


#61777f Background Color

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

This div background color is #61777f


#61777f Border Color

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

This div border color is #61777f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61777f


Comments

No comments written yet.

Please login to write comment.