Color Hex Logo

#66756a Color Hex

#66756A
(102,117,106)
0 Favorites   0 Comments

Color spaces of #66756a

RGB 102117106
HSL0.380.070.43
HSV136°13°46°
CMYK 0.130.000.09   0.54
XYZ14.442316.588016.0763
Yxy16.58800.30660.3521
Hunter Lab40.7284-7.97855.1069
CIE-Lab47.7367-7.91674.1834

#66756a color RGB value is (102,117,106).

#66756a hex color red value is 102, green value is 117 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #66756a hue: 0.38 , saturation: 0.07 and the lightness value of 66756a is 0.43.

The process color (four color CMYK) of #66756a color hex is 0.13, 0.00, 0.09, 0.54. Web safe color of #66756a is #666666. Color #66756a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110101 01101010
Octal 146 165 152
Decimal 102 117 106
Hex 66 75 6A

RGB Percentages of Color #66756a

%31.38
%36.00
%32.62

CMYK Percentages of Color #66756a

%13
%0
%9
%54

Triadic Colors of #66756a

#66756a #6a6675 #756a66

Analogous Colors of #66756a

#66756a #667572 #6a7566

Monochromatic Colors of #66756a

#66756a

Complementary Color

#66756a #756671

#66756a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66756a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66756a Color CSS Codes

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

#66756a Text Font Color

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

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


#66756a Background Color

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

This div background color is #66756a


#66756a Border Color

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

This div border color is #66756a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66756a


Comments

No comments written yet.

Please login to write comment.