Color Hex Logo

#7c697a Color Hex

#7C697A
(124,105,122)
0 Favorites   0 Comments

Color spaces of #7c697a

RGB 124105122
HSL0.850.080.45
HSV306°15°49°
CMYK 0.000.150.02   0.51
XYZ16.876615.793420.5713
Yxy15.79340.31700.2966
Hunter Lab39.74096.2562-2.8720
CIE-Lab46.702310.7613-6.6544

#7c697a color RGB value is (124,105,122).

#7c697a hex color red value is 124, green value is 105 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #7c697a hue: 0.85 , saturation: 0.08 and the lightness value of 7c697a is 0.45.

The process color (four color CMYK) of #7c697a color hex is 0.00, 0.15, 0.02, 0.51. Web safe color of #7c697a is #666666. Color #7c697a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01101001 01111010
Octal 174 151 172
Decimal 124 105 122
Hex 7C 69 7A

RGB Percentages of Color #7c697a

%35.33
%29.91
%34.76

CMYK Percentages of Color #7c697a

%0
%15
%2
%51

Triadic Colors of #7c697a

#7c697a #7a7c69 #697a7c

Analogous Colors of #7c697a

#7c697a #7c6971 #75697c

Monochromatic Colors of #7c697a

#7c697a

Complementary Color

#7c697a #697c6b

#7c697a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c697a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c697a Color CSS Codes

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

#7c697a Text Font Color

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

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


#7c697a Background Color

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

This div background color is #7c697a


#7c697a Border Color

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

This div border color is #7c697a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c697a


Comments

No comments written yet.

Please login to write comment.