Color Hex Logo

#7c7566 Color Hex

#7C7566
(124,117,102)
0 Favorites   0 Comments

Color spaces of #7c7566

RGB 124117102
HSL0.110.100.44
HSV41°18°49°
CMYK 0.000.060.18   0.51
XYZ17.071717.967015.1386
Yxy17.96700.34020.3581
Hunter Lab42.3875-2.28678.4960
CIE-Lab49.4561-0.02979.2444

#7c7566 color RGB value is (124,117,102).

#7c7566 hex color red value is 124, green value is 117 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #7c7566 hue: 0.11 , saturation: 0.10 and the lightness value of 7c7566 is 0.44.

The process color (four color CMYK) of #7c7566 color hex is 0.00, 0.06, 0.18, 0.51. Web safe color of #7c7566 is #666666. Color #7c7566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110101 01100110
Octal 174 165 146
Decimal 124 117 102
Hex 7C 75 66

RGB Percentages of Color #7c7566

%36.15
%34.11
%29.74

CMYK Percentages of Color #7c7566

%0
%6
%18
%51

Triadic Colors of #7c7566

#7c7566 #667c75 #75667c

Analogous Colors of #7c7566

#7c7566 #787c66 #7c6a66

Monochromatic Colors of #7c7566

#7c7566

Complementary Color

#7c7566 #666d7c

#7c7566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c7566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c7566 Color CSS Codes

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

#7c7566 Text Font Color

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

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


#7c7566 Background Color

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

This div background color is #7c7566


#7c7566 Border Color

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

This div border color is #7c7566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c7566


Comments

No comments written yet.

Please login to write comment.