Color Hex Logo

#7f626f Color Hex

#7F626F
(127,98,111)
0 Favorites   0 Comments

Color spaces of #7f626f

RGB 12798111
HSL0.930.130.44
HSV333°23°50°
CMYK 0.000.230.13   0.50
XYZ15.989314.395116.9747
Yxy14.39510.33760.3040
Hunter Lab37.94098.82810.0323
CIE-Lab44.794313.9712-2.8231

#7f626f color RGB value is (127,98,111).

#7f626f hex color red value is 127, green value is 98 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #7f626f hue: 0.93 , saturation: 0.13 and the lightness value of 7f626f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 01100010 01101111
Octal 177 142 157
Decimal 127 98 111
Hex 7F 62 6F

RGB Percentages of Color #7f626f

%37.80
%29.17
%33.04

CMYK Percentages of Color #7f626f

%0
%23
%13
%50

Triadic Colors of #7f626f

#7f626f #6f7f62 #626f7f

Analogous Colors of #7f626f

#7f626f #7f6462 #7f627e

Monochromatic Colors of #7f626f

#7f626f

Complementary Color

#7f626f #627f72

#7f626f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f626f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f626f Color CSS Codes

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

#7f626f Text Font Color

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

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


#7f626f Background Color

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

This div background color is #7f626f


#7f626f Border Color

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

This div border color is #7f626f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f626f


Comments

No comments written yet.

Please login to write comment.