Color Hex Logo

#66767a Color Hex

#66767A
(102,118,122)
0 Favorites   0 Comments

Color spaces of #66767a

RGB 102118122
HSL0.530.090.44
HSV192°16°48°
CMYK 0.160.030.00   0.52
XYZ15.470817.186820.9143
Yxy17.18680.28880.3208
Hunter Lab41.4570-5.9375-0.8909
CIE-Lab48.4945-4.9945-4.1986

#66767a color RGB value is (102,118,122).

#66767a hex color red value is 102, green value is 118 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #66767a hue: 0.53 , saturation: 0.09 and the lightness value of 66767a is 0.44.

The process color (four color CMYK) of #66767a color hex is 0.16, 0.03, 0.00, 0.52. Web safe color of #66767a is #666666. Color #66767a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110110 01111010
Octal 146 166 172
Decimal 102 118 122
Hex 66 76 7A

RGB Percentages of Color #66767a

%29.82
%34.50
%35.67

CMYK Percentages of Color #66767a

%16
%3
%0
%52

Triadic Colors of #66767a

#66767a #7a6676 #767a66

Analogous Colors of #66767a

#66767a #666c7a #667a74

Monochromatic Colors of #66767a

#66767a

Complementary Color

#66767a #7a6a66

#66767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66767a Color CSS Codes

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

#66767a Text Font Color

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

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


#66767a Background Color

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

This div background color is #66767a


#66767a Border Color

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

This div border color is #66767a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,118,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66767a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66767a;
  -webkit-box-shadow: 1px 1px 3px 2px #66767a;
  box-shadow:         1px 1px 3px 2px #66767a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66767a


Comments

No comments written yet.

Please login to write comment.