Color Hex Logo

#7c742e Color Hex

#7C742E
(124,116,46)
0 Favorites   0 Comments

Color spaces of #7c742e

RGB 12411646
HSL0.150.460.33
HSV54°63°49°
CMYK 0.000.060.63   0.51
XYZ15.050716.97315.0677
Yxy16.97310.40580.4576
Hunter Lab41.1984-6.887221.5458
CIE-Lab48.2261-6.331238.7931

#7c742e color RGB value is (124,116,46).

#7c742e hex color red value is 124, green value is 116 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #7c742e hue: 0.15 , saturation: 0.46 and the lightness value of 7c742e is 0.33.

The process color (four color CMYK) of #7c742e color hex is 0.00, 0.06, 0.63, 0.51. Web safe color of #7c742e is #666633. Color #7c742e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110100 00101110
Octal 174 164 56
Decimal 124 116 46
Hex 7C 74 2E

RGB Percentages of Color #7c742e

%43.36
%40.56
%16.08

CMYK Percentages of Color #7c742e

%0
%6
%63
%51

Triadic Colors of #7c742e

#7c742e #2e7c74 #742e7c

Analogous Colors of #7c742e

#7c742e #5d7c2e #7c4d2e

Monochromatic Colors of #7c742e

#7c742e

Complementary Color

#7c742e #2e367c

#7c742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c742e Color CSS Codes

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

#7c742e Text Font Color

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

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


#7c742e Background Color

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

This div background color is #7c742e


#7c742e Border Color

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

This div border color is #7c742e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c742e


Comments

No comments written yet.

Please login to write comment.