Color Hex Logo

#767e87 Color Hex

#767E87
(118,126,135)
0 Favorites   0 Comments

Color spaces of #767e87

RGB 118126135
HSL0.590.070.50
HSV212°13°53°
CMYK 0.130.070.00   0.47
XYZ19.305220.522525.8654
Yxy20.52250.29390.3124
Hunter Lab45.3018-3.2109-2.1409
CIE-Lab52.4229-1.0156-5.8948

#767e87 color RGB value is (118,126,135).

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

The process color (four color CMYK) of #767e87 color hex is 0.13, 0.07, 0.00, 0.47. Web safe color of #767e87 is #666699. Color #767e87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111110 10000111
Octal 166 176 207
Decimal 118 126 135
Hex 76 7E 87

RGB Percentages of Color #767e87

%31.13
%33.25
%35.62

CMYK Percentages of Color #767e87

%13
%7
%0
%47

Triadic Colors of #767e87

#767e87 #87767e #7e8776

Analogous Colors of #767e87

#767e87 #777687 #768787

Monochromatic Colors of #767e87

#767e87

Complementary Color

#767e87 #877f76

#767e87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767e87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767e87 Color CSS Codes

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

#767e87 Text Font Color

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

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


#767e87 Background Color

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

This div background color is #767e87


#767e87 Border Color

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

This div border color is #767e87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767e87


Comments

No comments written yet.

Please login to write comment.