Color Hex Logo

#74767f Color Hex

#74767F
(116,118,127)
0 Favorites   0 Comments

Color spaces of #74767f

RGB 116118127
HSL0.640.050.48
HSV229°50°
CMYK 0.090.070.00   0.50
XYZ17.511718.202222.6691
Yxy18.20220.29990.3118
Hunter Lab42.6640-1.3957-1.6383
CIE-Lab49.74041.1476-5.1916

#74767f color RGB value is (116,118,127).

#74767f hex color red value is 116, green value is 118 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #74767f hue: 0.64 , saturation: 0.05 and the lightness value of 74767f is 0.48.

The process color (four color CMYK) of #74767f color hex is 0.09, 0.07, 0.00, 0.50. Web safe color of #74767f is #666666. Color #74767f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110110 01111111
Octal 164 166 177
Decimal 116 118 127
Hex 74 76 7F

RGB Percentages of Color #74767f

%32.13
%32.69
%35.18

CMYK Percentages of Color #74767f

%9
%7
%0
%50

Triadic Colors of #74767f

#74767f #7f7476 #767f74

Analogous Colors of #74767f

#74767f #78747f #747c7f

Monochromatic Colors of #74767f

#74767f

Complementary Color

#74767f #7f7d74

#74767f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74767f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74767f Color CSS Codes

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

#74767f Text Font Color

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

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


#74767f Background Color

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

This div background color is #74767f


#74767f Border Color

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

This div border color is #74767f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,118,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74767f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74767f;
  -webkit-box-shadow: 1px 1px 3px 2px #74767f;
  box-shadow:         1px 1px 3px 2px #74767f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74767f


Comments

No comments written yet.

Please login to write comment.