Color Hex Logo

#7f7570 Color Hex

#7F7570
(127,117,112)
0 Favorites   0 Comments

Color spaces of #7f7570

RGB 127117112
HSL0.060.060.47
HSV20°12°50°
CMYK 0.000.080.12   0.50
XYZ18.038318.404517.9309
Yxy18.40450.33170.3385
Hunter Lab42.9005-0.02225.2492
CIE-Lab49.98312.92554.1387

#7f7570 color RGB value is (127,117,112).

#7f7570 hex color red value is 127, green value is 117 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #7f7570 hue: 0.06 , saturation: 0.06 and the lightness value of 7f7570 is 0.47.

The process color (four color CMYK) of #7f7570 color hex is 0.00, 0.08, 0.12, 0.50. Web safe color of #7f7570 is #666666. Color #7f7570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01110101 01110000
Octal 177 165 160
Decimal 127 117 112
Hex 7F 75 70

RGB Percentages of Color #7f7570

%35.67
%32.87
%31.46

CMYK Percentages of Color #7f7570

%0
%8
%12
%50

Triadic Colors of #7f7570

#7f7570 #707f75 #75707f

Analogous Colors of #7f7570

#7f7570 #7f7d70 #7f7073

Monochromatic Colors of #7f7570

#7f7570

Complementary Color

#7f7570 #707a7f

#7f7570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f7570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f7570 Color CSS Codes

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

#7f7570 Text Font Color

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

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


#7f7570 Background Color

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

This div background color is #7f7570


#7f7570 Border Color

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

This div border color is #7f7570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f7570


Comments

No comments written yet.

Please login to write comment.