Color Hex Logo

#76647e Color Hex

#76647E
(118,100,126)
0 Favorites   0 Comments

Color spaces of #76647e

RGB 118100126
HSL0.780.120.44
HSV282°21°49°
CMYK 0.060.210.00   0.51
XYZ15.794314.472321.6996
Yxy14.47230.30390.2785
Hunter Lab38.04257.5345-7.1895
CIE-Lab44.902812.3770-11.8179

#76647e color RGB value is (118,100,126).

#76647e hex color red value is 118, green value is 100 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #76647e hue: 0.78 , saturation: 0.12 and the lightness value of 76647e is 0.44.

The process color (four color CMYK) of #76647e color hex is 0.06, 0.21, 0.00, 0.51. Web safe color of #76647e is #666666. Color #76647e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100100 01111110
Octal 166 144 176
Decimal 118 100 126
Hex 76 64 7E

RGB Percentages of Color #76647e

%34.30
%29.07
%36.63

CMYK Percentages of Color #76647e

%6
%21
%0
%51

Triadic Colors of #76647e

#76647e #7e7664 #647e76

Analogous Colors of #76647e

#76647e #7e6479 #69647e

Monochromatic Colors of #76647e

#76647e

Complementary Color

#76647e #6c7e64

#76647e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76647e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76647e Color CSS Codes

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

#76647e Text Font Color

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

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


#76647e Background Color

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

This div background color is #76647e


#76647e Border Color

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

This div border color is #76647e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76647e


Comments

No comments written yet.

Please login to write comment.