Color Hex Logo

#67766f Color Hex

#67766F
(103,118,111)
0 Favorites   0 Comments

Color spaces of #67766f

RGB 103118111
HSL0.420.070.43
HSV152°13°46°
CMYK 0.130.000.06   0.54
XYZ14.941216.988117.5305
Yxy16.98810.30210.3435
Hunter Lab41.2166-7.42213.6341
CIE-Lab48.2450-7.07041.9642

#67766f color RGB value is (103,118,111).

#67766f hex color red value is 103, green value is 118 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #67766f hue: 0.42 , saturation: 0.07 and the lightness value of 67766f is 0.43.

The process color (four color CMYK) of #67766f color hex is 0.13, 0.00, 0.06, 0.54. Web safe color of #67766f is #666666. Color #67766f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110110 01101111
Octal 147 166 157
Decimal 103 118 111
Hex 67 76 6F

RGB Percentages of Color #67766f

%31.02
%35.54
%33.43

CMYK Percentages of Color #67766f

%13
%0
%6
%54

Triadic Colors of #67766f

#67766f #6f6776 #766f67

Analogous Colors of #67766f

#67766f #677676 #677668

Monochromatic Colors of #67766f

#67766f

Complementary Color

#67766f #76676e

#67766f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67766f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67766f Color CSS Codes

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

#67766f Text Font Color

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

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


#67766f Background Color

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

This div background color is #67766f


#67766f Border Color

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

This div border color is #67766f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,118,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67766f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67766f;
  -webkit-box-shadow: 1px 1px 3px 2px #67766f;
  box-shadow:         1px 1px 3px 2px #67766f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67766f


Comments

No comments written yet.

Please login to write comment.