Color Hex Logo

#768c68 Color Hex

#768C68
(118,140,104)
0 Favorites   0 Comments

Color spaces of #768c68

RGB 118140104
HSL0.270.150.48
HSV97°26°55°
CMYK 0.160.000.26   0.45
XYZ19.348023.607216.6336
Yxy23.60720.32470.3962
Hunter Lab48.5872-13.946913.7134
CIE-Lab55.6923-14.891116.6925

#768c68 color RGB value is (118,140,104).

#768c68 hex color red value is 118, green value is 140 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #768c68 hue: 0.27 , saturation: 0.15 and the lightness value of 768c68 is 0.48.

The process color (four color CMYK) of #768c68 color hex is 0.16, 0.00, 0.26, 0.45. Web safe color of #768c68 is #669966. Color #768c68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001100 01101000
Octal 166 214 150
Decimal 118 140 104
Hex 76 8C 68

RGB Percentages of Color #768c68

%32.60
%38.67
%28.73

CMYK Percentages of Color #768c68

%16
%0
%26
%45

Triadic Colors of #768c68

#768c68 #68768c #8c6876

Analogous Colors of #768c68

#768c68 #688c6c #888c68

Monochromatic Colors of #768c68

#768c68

Complementary Color

#768c68 #7e688c

#768c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768c68 Color CSS Codes

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

#768c68 Text Font Color

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

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


#768c68 Background Color

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

This div background color is #768c68


#768c68 Border Color

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

This div border color is #768c68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,140,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #768c68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #768c68;
  -webkit-box-shadow: 1px 1px 3px 2px #768c68;
  box-shadow:         1px 1px 3px 2px #768c68; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768c68


Comments

No comments written yet.

Please login to write comment.