Color Hex Logo

#667779 Color Hex

#667779
(102,119,121)
0 Favorites   0 Comments

Color spaces of #667779

RGB 102119121
HSL0.520.090.44
HSV186°16°47°
CMYK 0.160.020.00   0.53
XYZ15.527517.398920.6291
Yxy17.39890.28990.3249
Hunter Lab41.7120-6.5484-0.1241
CIE-Lab48.7588-5.8003-3.2161

#667779 color RGB value is (102,119,121).

#667779 hex color red value is 102, green value is 119 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #667779 hue: 0.52 , saturation: 0.09 and the lightness value of 667779 is 0.44.

The process color (four color CMYK) of #667779 color hex is 0.16, 0.02, 0.00, 0.53. Web safe color of #667779 is #666666. Color #667779 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110111 01111001
Octal 146 167 171
Decimal 102 119 121
Hex 66 77 79

RGB Percentages of Color #667779

%29.82
%34.80
%35.38

CMYK Percentages of Color #667779

%16
%2
%0
%53

Triadic Colors of #667779

#667779 #796677 #777966

Analogous Colors of #667779

#667779 #666e79 #667972

Monochromatic Colors of #667779

#667779

Complementary Color

#667779 #796866

#667779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667779 Color CSS Codes

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

#667779 Text Font Color

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

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


#667779 Background Color

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

This div background color is #667779


#667779 Border Color

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

This div border color is #667779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667779


Comments

No comments written yet.

Please login to write comment.