Color Hex Logo

#607877 Color Hex

#607877
(96,120,119)
0 Favorites   0 Comments

Color spaces of #607877

RGB 96120119
HSL0.490.110.42
HSV178°20°47°
CMYK 0.200.000.01   0.53
XYZ14.870117.251619.9989
Yxy17.25160.28530.3310
Hunter Lab41.5350-8.78090.5267
CIE-Lab48.5755-8.9235-2.3502

#607877 color RGB value is (96,120,119).

#607877 hex color red value is 96, green value is 120 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #607877 hue: 0.49 , saturation: 0.11 and the lightness value of 607877 is 0.42.

The process color (four color CMYK) of #607877 color hex is 0.20, 0.00, 0.01, 0.53. Web safe color of #607877 is #666666. Color #607877 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111000 01110111
Octal 140 170 167
Decimal 96 120 119
Hex 60 78 77

RGB Percentages of Color #607877

%28.66
%35.82
%35.52

CMYK Percentages of Color #607877

%20
%0
%1
%53

Triadic Colors of #607877

#607877 #776078 #787760

Analogous Colors of #607877

#607877 #606d78 #60786b

Monochromatic Colors of #607877

#607877

Complementary Color

#607877 #786061

#607877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607877 Color CSS Codes

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

#607877 Text Font Color

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

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


#607877 Background Color

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

This div background color is #607877


#607877 Border Color

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

This div border color is #607877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607877


Comments

No comments written yet.

Please login to write comment.