Color Hex Logo

#7c324a Color Hex

#7C324A
(124,50,74)
0 Favorites   0 Comments

Color spaces of #7c324a

RGB 1245074
HSL0.950.430.34
HSV341°60°49°
CMYK 0.000.600.40   0.51
XYZ10.68887.06077.2781
Yxy7.06070.42710.2821
Hunter Lab26.572025.30222.3608
CIE-Lab31.944734.68421.4957

#7c324a color RGB value is (124,50,74).

#7c324a hex color red value is 124, green value is 50 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #7c324a hue: 0.95 , saturation: 0.43 and the lightness value of 7c324a is 0.34.

The process color (four color CMYK) of #7c324a color hex is 0.00, 0.60, 0.40, 0.51. Web safe color of #7c324a is #663333. Color #7c324a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00110010 01001010
Octal 174 62 112
Decimal 124 50 74
Hex 7C 32 4A

RGB Percentages of Color #7c324a

%50.00
%20.16
%29.84

CMYK Percentages of Color #7c324a

%0
%60
%40
%51

Triadic Colors of #7c324a

#7c324a #4a7c32 #324a7c

Analogous Colors of #7c324a

#7c324a #7c3f32 #7c326f

Monochromatic Colors of #7c324a

#7c324a

Complementary Color

#7c324a #327c64

#7c324a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c324a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c324a Color CSS Codes

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

#7c324a Text Font Color

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

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


#7c324a Background Color

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

This div background color is #7c324a


#7c324a Border Color

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

This div border color is #7c324a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c324a


Comments

No comments written yet.

Please login to write comment.