Color Hex Logo

#67765e Color Hex

#67765E
(103,118,94)
0 Favorites   0 Comments

Color spaces of #67765e

RGB 10311894
HSL0.270.110.42
HSV98°20°46°
CMYK 0.130.000.20   0.54
XYZ14.092316.648613.0604
Yxy16.64860.32170.3801
Hunter Lab40.8027-9.75509.5839
CIE-Lab47.8142-10.423811.3900

#67765e color RGB value is (103,118,94).

#67765e hex color red value is 103, green value is 118 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #67765e hue: 0.27 , saturation: 0.11 and the lightness value of 67765e is 0.42.

The process color (four color CMYK) of #67765e color hex is 0.13, 0.00, 0.20, 0.54. Web safe color of #67765e is #666666. Color #67765e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110110 01011110
Octal 147 166 136
Decimal 103 118 94
Hex 67 76 5E

RGB Percentages of Color #67765e

%32.70
%37.46
%29.84

CMYK Percentages of Color #67765e

%13
%0
%20
%54

Triadic Colors of #67765e

#67765e #5e6776 #765e67

Analogous Colors of #67765e

#67765e #5e7661 #73765e

Monochromatic Colors of #67765e

#67765e

Complementary Color

#67765e #6d5e76

#67765e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67765e Color Preview on White Background

Lorem ipsum dolor sit amet.

#67765e Color CSS Codes

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

#67765e Text Font Color

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

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


#67765e Background Color

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

This div background color is #67765e


#67765e Border Color

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

This div border color is #67765e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67765e


Comments

No comments written yet.

Please login to write comment.