Color Hex Logo

#767e89 Color Hex

#767E89
(118,126,137)
0 Favorites   0 Comments

Color spaces of #767e89

RGB 118126137
HSL0.600.070.50
HSV215°14°54°
CMYK 0.140.080.00   0.46
XYZ19.447420.579426.6141
Yxy20.57940.29180.3088
Hunter Lab45.3645-2.8664-3.0286
CIE-Lab52.4861-0.5681-6.9697

#767e89 color RGB value is (118,126,137).

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

The process color (four color CMYK) of #767e89 color hex is 0.14, 0.08, 0.00, 0.46. Web safe color of #767e89 is #666699. Color #767e89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111110 10001001
Octal 166 176 211
Decimal 118 126 137
Hex 76 7E 89

RGB Percentages of Color #767e89

%30.97
%33.07
%35.96

CMYK Percentages of Color #767e89

%14
%8
%0
%46

Triadic Colors of #767e89

#767e89 #89767e #7e8976

Analogous Colors of #767e89

#767e89 #787689 #768889

Monochromatic Colors of #767e89

#767e89

Complementary Color

#767e89 #898176

#767e89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767e89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767e89 Color CSS Codes

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

#767e89 Text Font Color

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

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


#767e89 Background Color

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

This div background color is #767e89


#767e89 Border Color

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

This div border color is #767e89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767e89


Comments

No comments written yet.

Please login to write comment.