Color Hex Logo

#767a87 Color Hex

#767A87
(118,122,135)
0 Favorites   0 Comments

Color spaces of #767a87

RGB 118122135
HSL0.630.070.50
HSV226°13°53°
CMYK 0.130.100.00   0.47
XYZ18.803919.519925.6983
Yxy19.51990.29370.3049
Hunter Lab44.1813-1.3464-3.5594
CIE-Lab51.29001.3012-7.5808

#767a87 color RGB value is (118,122,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111010 10000111
Octal 166 172 207
Decimal 118 122 135
Hex 76 7A 87

RGB Percentages of Color #767a87

%31.47
%32.53
%36.00

CMYK Percentages of Color #767a87

%13
%10
%0
%47

Triadic Colors of #767a87

#767a87 #87767a #7a8776

Analogous Colors of #767a87

#767a87 #7b7687 #768387

Monochromatic Colors of #767a87

#767a87

Complementary Color

#767a87 #878376

#767a87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767a87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767a87 Color CSS Codes

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

#767a87 Text Font Color

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

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


#767a87 Background Color

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

This div background color is #767a87


#767a87 Border Color

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

This div border color is #767a87


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,122,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 #767a87">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767a87


Comments

No comments written yet.

Please login to write comment.