Color Hex Logo

#7c6f7e Color Hex

#7C6F7E
(124,111,126)
1 Favorites   0 Comments

Color spaces of #7c6f7e

RGB 124111126
HSL0.810.060.46
HSV292°12°49°
CMYK 0.020.120.00   0.51
XYZ17.762517.160322.1148
Yxy17.16030.31140.3009
Hunter Lab41.42504.0448-2.6546
CIE-Lab48.46148.0126-6.4228

#7c6f7e color RGB value is (124,111,126).

#7c6f7e hex color red value is 124, green value is 111 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #7c6f7e hue: 0.81 , saturation: 0.06 and the lightness value of 7c6f7e is 0.46.

The process color (four color CMYK) of #7c6f7e color hex is 0.02, 0.12, 0.00, 0.51. Web safe color of #7c6f7e is #666666. Color #7c6f7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01101111 01111110
Octal 174 157 176
Decimal 124 111 126
Hex 7C 6F 7E

RGB Percentages of Color #7c6f7e

%34.35
%30.75
%34.90

CMYK Percentages of Color #7c6f7e

%2
%12
%0
%51

Triadic Colors of #7c6f7e

#7c6f7e #7e7c6f #6f7e7c

Analogous Colors of #7c6f7e

#7c6f7e #7e6f79 #756f7e

Monochromatic Colors of #7c6f7e

#7c6f7e

Complementary Color

#7c6f7e #717e6f

#7c6f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c6f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c6f7e Color CSS Codes

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

#7c6f7e Text Font Color

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

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


#7c6f7e Background Color

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

This div background color is #7c6f7e


#7c6f7e Border Color

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

This div border color is #7c6f7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c6f7e


Comments

No comments written yet.

Please login to write comment.