Color Hex Logo

#7c4351 Color Hex

#7C4351
(124,67,81)
0 Favorites   0 Comments

Color spaces of #7c4351

RGB 1246781
HSL0.960.300.37
HSV345°46°49°
CMYK 0.000.460.35   0.51
XYZ11.80458.89358.8790
Yxy8.89350.39910.3007
Hunter Lab29.822018.46763.2228
CIE-Lab35.778426.28032.5441

#7c4351 color RGB value is (124,67,81).

#7c4351 hex color red value is 124, green value is 67 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #7c4351 hue: 0.96 , saturation: 0.30 and the lightness value of 7c4351 is 0.37.

The process color (four color CMYK) of #7c4351 color hex is 0.00, 0.46, 0.35, 0.51. Web safe color of #7c4351 is #663366. Color #7c4351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01000011 01010001
Octal 174 103 121
Decimal 124 67 81
Hex 7C 43 51

RGB Percentages of Color #7c4351

%45.59
%24.63
%29.78

CMYK Percentages of Color #7c4351

%0
%46
%35
%51

Triadic Colors of #7c4351

#7c4351 #517c43 #43517c

Analogous Colors of #7c4351

#7c4351 #7c5243 #7c436e

Monochromatic Colors of #7c4351

#7c4351

Complementary Color

#7c4351 #437c6e

#7c4351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c4351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c4351 Color CSS Codes

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

#7c4351 Text Font Color

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

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


#7c4351 Background Color

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

This div background color is #7c4351


#7c4351 Border Color

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

This div border color is #7c4351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c4351


Comments

No comments written yet.

Please login to write comment.