Color Hex Logo

#7c757f Color Hex

#7C757F
(124,117,127)
0 Favorites   0 Comments

Color spaces of #7c757f

RGB 124117127
HSL0.780.040.48
HSV282°50°
CMYK 0.020.080.00   0.50
XYZ18.504218.540022.6820
Yxy18.54000.30980.3104
Hunter Lab43.05811.3586-1.0919
CIE-Lab50.14464.6820-4.5172

#7c757f color RGB value is (124,117,127).

#7c757f hex color red value is 124, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #7c757f hue: 0.78 , saturation: 0.04 and the lightness value of 7c757f is 0.48.

The process color (four color CMYK) of #7c757f color hex is 0.02, 0.08, 0.00, 0.50. Web safe color of #7c757f is #666666. Color #7c757f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110101 01111111
Octal 174 165 177
Decimal 124 117 127
Hex 7C 75 7F

RGB Percentages of Color #7c757f

%33.70
%31.79
%34.51

CMYK Percentages of Color #7c757f

%2
%8
%0
%50

Triadic Colors of #7c757f

#7c757f #7f7c75 #757f7c

Analogous Colors of #7c757f

#7c757f #7f757d #77757f

Monochromatic Colors of #7c757f

#7c757f

Complementary Color

#7c757f #787f75

#7c757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c757f Color CSS Codes

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

#7c757f Text Font Color

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

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


#7c757f Background Color

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

This div background color is #7c757f


#7c757f Border Color

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

This div border color is #7c757f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,117,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c757f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c757f;
  -webkit-box-shadow: 1px 1px 3px 2px #7c757f;
  box-shadow:         1px 1px 3px 2px #7c757f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,117,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 #7c757f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c757f


Comments

No comments written yet.

Please login to write comment.