Color Hex Logo

#7c454e Color Hex

#7C454E
(124,69,78)
0 Favorites   0 Comments

Color spaces of #7c454e

RGB 1246978
HSL0.970.280.38
HSV350°44°49°
CMYK 0.000.440.37   0.51
XYZ11.81549.09148.3398
Yxy9.09140.40400.3109
Hunter Lab30.151917.18144.7072
CIE-Lab36.159724.71374.9938

#7c454e color RGB value is (124,69,78).

#7c454e hex color red value is 124, green value is 69 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #7c454e hue: 0.97 , saturation: 0.28 and the lightness value of 7c454e is 0.38.

The process color (four color CMYK) of #7c454e color hex is 0.00, 0.44, 0.37, 0.51. Web safe color of #7c454e is #663366. Color #7c454e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01000101 01001110
Octal 174 105 116
Decimal 124 69 78
Hex 7C 45 4E

RGB Percentages of Color #7c454e

%45.76
%25.46
%28.78

CMYK Percentages of Color #7c454e

%0
%44
%37
%51

Triadic Colors of #7c454e

#7c454e #4e7c45 #454e7c

Analogous Colors of #7c454e

#7c454e #7c5745 #7c456a

Monochromatic Colors of #7c454e

#7c454e

Complementary Color

#7c454e #457c73

#7c454e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c454e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c454e Color CSS Codes

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

#7c454e Text Font Color

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

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


#7c454e Background Color

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

This div background color is #7c454e


#7c454e Border Color

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

This div border color is #7c454e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c454e


Comments

No comments written yet.

Please login to write comment.