Color Hex Logo

#767386 Color Hex

#767386
(118,115,134)
0 Favorites   0 Comments

Color spaces of #767386

RGB 118115134
HSL0.690.080.49
HSV249°14°53°
CMYK 0.120.140.00   0.47
XYZ17.905017.834225.0529
Yxy17.83420.29450.2934
Hunter Lab42.23061.7773-5.6119
CIE-Lab49.29445.1845-9.9780

#767386 color RGB value is (118,115,134).

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

The process color (four color CMYK) of #767386 color hex is 0.12, 0.14, 0.00, 0.47. Web safe color of #767386 is #666699. Color #767386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110011 10000110
Octal 166 163 206
Decimal 118 115 134
Hex 76 73 86

RGB Percentages of Color #767386

%32.15
%31.34
%36.51

CMYK Percentages of Color #767386

%12
%14
%0
%47

Triadic Colors of #767386

#767386 #867673 #738676

Analogous Colors of #767386

#767386 #807386 #737a86

Monochromatic Colors of #767386

#767386

Complementary Color

#767386 #838673

#767386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767386 Color CSS Codes

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

#767386 Text Font Color

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

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


#767386 Background Color

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

This div background color is #767386


#767386 Border Color

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

This div border color is #767386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767386


Comments

No comments written yet.

Please login to write comment.