Color Hex Logo

#768676 Color Hex

#768676
(118,134,118)
0 Favorites   0 Comments

Color spaces of #768676

RGB 118134118
HSL0.330.060.49
HSV120°12°53°
CMYK 0.120.000.12   0.47
XYZ19.266322.209820.4110
Yxy22.20980.31130.3589
Hunter Lab47.1273-9.49947.3104
CIE-Lab54.2489-9.08396.6559

#768676 color RGB value is (118,134,118).

#768676 hex color red value is 118, green value is 134 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #768676 hue: 0.33 , saturation: 0.06 and the lightness value of 768676 is 0.49.

The process color (four color CMYK) of #768676 color hex is 0.12, 0.00, 0.12, 0.47. Web safe color of #768676 is #669966. Color #768676 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000110 01110110
Octal 166 206 166
Decimal 118 134 118
Hex 76 86 76

RGB Percentages of Color #768676

%31.89
%36.22
%31.89

CMYK Percentages of Color #768676

%12
%0
%12
%47

Triadic Colors of #768676

#768676 #767686 #867676

Analogous Colors of #768676

#768676 #76867e #7e8676

Monochromatic Colors of #768676

#768676

Complementary Color

#768676 #867686

#768676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768676 Color CSS Codes

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

#768676 Text Font Color

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

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


#768676 Background Color

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

This div background color is #768676


#768676 Border Color

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

This div border color is #768676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768676


Comments

No comments written yet.

Please login to write comment.