Color Hex Logo

#7c5852 Color Hex

#7C5852
(124,88,82)
0 Favorites   0 Comments

Color spaces of #7c5852

RGB 1248882
HSL0.020.200.40
HSV34°49°
CMYK 0.000.290.34   0.51
XYZ13.324911.87379.5722
Yxy11.87370.38320.3415
Hunter Lab34.45828.72357.6505
CIE-Lab41.014713.99099.3714

#7c5852 color RGB value is (124,88,82).

#7c5852 hex color red value is 124, green value is 88 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #7c5852 hue: 0.02 , saturation: 0.20 and the lightness value of 7c5852 is 0.40.

The process color (four color CMYK) of #7c5852 color hex is 0.00, 0.29, 0.34, 0.51. Web safe color of #7c5852 is #666666. Color #7c5852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01011000 01010010
Octal 174 130 122
Decimal 124 88 82
Hex 7C 58 52

RGB Percentages of Color #7c5852

%42.18
%29.93
%27.89

CMYK Percentages of Color #7c5852

%0
%29
%34
%51

Triadic Colors of #7c5852

#7c5852 #527c58 #58527c

Analogous Colors of #7c5852

#7c5852 #7c6d52 #7c5261

Monochromatic Colors of #7c5852

#7c5852

Complementary Color

#7c5852 #52767c

#7c5852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c5852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c5852 Color CSS Codes

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

#7c5852 Text Font Color

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

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


#7c5852 Background Color

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

This div background color is #7c5852


#7c5852 Border Color

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

This div border color is #7c5852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c5852


Comments

No comments written yet.

Please login to write comment.