Color Hex Logo

#74687e Color Hex

#74687E
(116,104,126)
1 Favorites   0 Comments

Color spaces of #74687e

RGB 116104126
HSL0.760.100.45
HSV273°17°49°
CMYK 0.080.170.00   0.51
XYZ15.918715.120021.8181
Yxy15.12000.30120.2861
Hunter Lab38.88445.0274-6.0486
CIE-Lab45.79819.2376-10.4865

#74687e color RGB value is (116,104,126).

#74687e hex color red value is 116, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #74687e hue: 0.76 , saturation: 0.10 and the lightness value of 74687e is 0.45.

The process color (four color CMYK) of #74687e color hex is 0.08, 0.17, 0.00, 0.51. Web safe color of #74687e is #666666. Color #74687e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101000 01111110
Octal 164 150 176
Decimal 116 104 126
Hex 74 68 7E

RGB Percentages of Color #74687e

%33.53
%30.06
%36.42

CMYK Percentages of Color #74687e

%8
%17
%0
%51

Triadic Colors of #74687e

#74687e #7e7468 #687e74

Analogous Colors of #74687e

#74687e #7e687d #69687e

Monochromatic Colors of #74687e

#74687e

Complementary Color

#74687e #727e68

#74687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74687e Color CSS Codes

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

#74687e Text Font Color

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

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


#74687e Background Color

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

This div background color is #74687e


#74687e Border Color

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

This div border color is #74687e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,104,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 #74687e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74687e


Comments

No comments written yet.

Please login to write comment.