Color Hex Logo

#768982 Color Hex

#768982
(118,137,130)
0 Favorites   0 Comments

Color spaces of #768982

RGB 118137130
HSL0.440.070.50
HSV158°14°54°
CMYK 0.140.000.05   0.46
XYZ20.446123.354624.5494
Yxy23.35460.29910.3417
Hunter Lab48.3266-9.05153.7099
CIE-Lab55.4357-8.32261.4371

#768982 color RGB value is (118,137,130).

#768982 hex color red value is 118, green value is 137 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #768982 hue: 0.44 , saturation: 0.07 and the lightness value of 768982 is 0.50.

The process color (four color CMYK) of #768982 color hex is 0.14, 0.00, 0.05, 0.46. Web safe color of #768982 is #669999. Color #768982 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001001 10000010
Octal 166 211 202
Decimal 118 137 130
Hex 76 89 82

RGB Percentages of Color #768982

%30.65
%35.58
%33.77

CMYK Percentages of Color #768982

%14
%0
%5
%46

Triadic Colors of #768982

#768982 #827689 #898276

Analogous Colors of #768982

#768982 #768789 #768979

Monochromatic Colors of #768982

#768982

Complementary Color

#768982 #89767d

#768982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768982 Color CSS Codes

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

#768982 Text Font Color

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

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


#768982 Background Color

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

This div background color is #768982


#768982 Border Color

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

This div border color is #768982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768982


Comments

No comments written yet.

Please login to write comment.