Color Hex Logo

#7e747d Color Hex

#7E747D
(126,116,125)
0 Favorites   0 Comments

Color spaces of #7e747d

RGB 126116125
HSL0.850.040.47
HSV306°49°
CMYK 0.000.080.01   0.51
XYZ18.551218.407121.9772
Yxy18.40710.31480.3123
Hunter Lab42.90352.1012-0.3387
CIE-Lab49.98625.6100-3.5494

#7e747d color RGB value is (126,116,125).

#7e747d hex color red value is 126, green value is 116 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #7e747d hue: 0.85 , saturation: 0.04 and the lightness value of 7e747d is 0.47.

The process color (four color CMYK) of #7e747d color hex is 0.00, 0.08, 0.01, 0.51. Web safe color of #7e747d is #666666. Color #7e747d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110100 01111101
Octal 176 164 175
Decimal 126 116 125
Hex 7E 74 7D

RGB Percentages of Color #7e747d

%34.33
%31.61
%34.06

CMYK Percentages of Color #7e747d

%0
%8
%1
%51

Triadic Colors of #7e747d

#7e747d #7d7e74 #747d7e

Analogous Colors of #7e747d

#7e747d #7e7478 #7a747e

Monochromatic Colors of #7e747d

#7e747d

Complementary Color

#7e747d #747e75

#7e747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e747d Color CSS Codes

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

#7e747d Text Font Color

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

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


#7e747d Background Color

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

This div background color is #7e747d


#7e747d Border Color

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

This div border color is #7e747d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,116,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e747d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e747d;
  -webkit-box-shadow: 1px 1px 3px 2px #7e747d;
  box-shadow:         1px 1px 3px 2px #7e747d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e747d


Comments

No comments written yet.

Please login to write comment.