Color Hex Logo

#7c795e Color Hex

#7C795E
(124,121,94)
0 Favorites   0 Comments

Color spaces of #7c795e

RGB 12412194
HSL0.150.140.43
HSV54°24°49°
CMYK 0.000.020.24   0.51
XYZ17.169918.768013.3073
Yxy18.76800.34870.3811
Hunter Lab43.3220-5.068412.1132
CIE-Lab50.4147-3.621815.2559

#7c795e color RGB value is (124,121,94).

#7c795e hex color red value is 124, green value is 121 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7c795e hue: 0.15 , saturation: 0.14 and the lightness value of 7c795e is 0.43.

The process color (four color CMYK) of #7c795e color hex is 0.00, 0.02, 0.24, 0.51. Web safe color of #7c795e is #666666. Color #7c795e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01111001 01011110
Octal 174 171 136
Decimal 124 121 94
Hex 7C 79 5E

RGB Percentages of Color #7c795e

%36.58
%35.69
%27.73

CMYK Percentages of Color #7c795e

%0
%2
%24
%51

Triadic Colors of #7c795e

#7c795e #5e7c79 #795e7c

Analogous Colors of #7c795e

#7c795e #707c5e #7c6a5e

Monochromatic Colors of #7c795e

#7c795e

Complementary Color

#7c795e #5e617c

#7c795e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c795e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c795e Color CSS Codes

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

#7c795e Text Font Color

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

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


#7c795e Background Color

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

This div background color is #7c795e


#7c795e Border Color

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

This div border color is #7c795e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c795e


Comments

No comments written yet.

Please login to write comment.