Color Hex Logo

#7f716f Color Hex

#7F716F
(127,113,111)
0 Favorites   0 Comments

Color spaces of #7f716f

RGB 127113111
HSL0.020.070.47
HSV13°50°
CMYK 0.000.110.13   0.50
XYZ17.526817.470017.4872
Yxy17.47000.33390.3329
Hunter Lab41.79711.70554.4521
CIE-Lab48.84695.08103.0915

#7f716f color RGB value is (127,113,111).

#7f716f hex color red value is 127, green value is 113 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #7f716f hue: 0.02 , saturation: 0.07 and the lightness value of 7f716f is 0.47.

The process color (four color CMYK) of #7f716f color hex is 0.00, 0.11, 0.13, 0.50. Web safe color of #7f716f is #666666. Color #7f716f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01110001 01101111
Octal 177 161 157
Decimal 127 113 111
Hex 7F 71 6F

RGB Percentages of Color #7f716f

%36.18
%32.19
%31.62

CMYK Percentages of Color #7f716f

%0
%11
%13
%50

Triadic Colors of #7f716f

#7f716f #6f7f71 #716f7f

Analogous Colors of #7f716f

#7f716f #7f796f #7f6f75

Monochromatic Colors of #7f716f

#7f716f

Complementary Color

#7f716f #6f7d7f

#7f716f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f716f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f716f Color CSS Codes

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

#7f716f Text Font Color

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

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


#7f716f Background Color

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

This div background color is #7f716f


#7f716f Border Color

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

This div border color is #7f716f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f716f


Comments

No comments written yet.

Please login to write comment.