Color Hex Logo

#7c672e Color Hex

#7C672E
(124,103,46)
0 Favorites   0 Comments

Color spaces of #7c672e

RGB 12410346
HSL0.120.460.33
HSV44°63°49°
CMYK 0.000.170.63   0.51
XYZ13.655614.18284.6026
Yxy14.18280.42090.4372
Hunter Lab37.6601-1.180719.1160
CIE-Lab44.49401.125234.6302

#7c672e color RGB value is (124,103,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01100111 00101110
Octal 174 147 56
Decimal 124 103 46
Hex 7C 67 2E

RGB Percentages of Color #7c672e

%45.42
%37.73
%16.85

CMYK Percentages of Color #7c672e

%0
%17
%63
%51

Triadic Colors of #7c672e

#7c672e #2e7c67 #672e7c

Analogous Colors of #7c672e

#7c672e #6a7c2e #7c402e

Monochromatic Colors of #7c672e

#7c672e

Complementary Color

#7c672e #2e437c

#7c672e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c672e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c672e Color CSS Codes

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

#7c672e Text Font Color

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

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


#7c672e Background Color

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

This div background color is #7c672e


#7c672e Border Color

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

This div border color is #7c672e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,103,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 #7c672e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c672e


Comments

No comments written yet.

Please login to write comment.