Color Hex Logo

#7c885e Color Hex

#7C885E
(124,136,94)
0 Favorites   0 Comments

Color spaces of #7c885e

RGB 12413694
HSL0.210.180.45
HSV77°31°53°
CMYK 0.090.000.31   0.47
XYZ19.136722.701613.9629
Yxy22.70160.34290.4068
Hunter Lab47.6462-11.687815.9772
CIE-Lab54.7636-11.962621.1502

#7c885e color RGB value is (124,136,94).

#7c885e hex color red value is 124, green value is 136 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7c885e hue: 0.21 , saturation: 0.18 and the lightness value of 7c885e is 0.45.

The process color (four color CMYK) of #7c885e color hex is 0.09, 0.00, 0.31, 0.47. Web safe color of #7c885e is #669966. Color #7c885e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10001000 01011110
Octal 174 210 136
Decimal 124 136 94
Hex 7C 88 5E

RGB Percentages of Color #7c885e

%35.03
%38.42
%26.55

CMYK Percentages of Color #7c885e

%9
%0
%31
%47

Triadic Colors of #7c885e

#7c885e #5e7c88 #885e7c

Analogous Colors of #7c885e

#7c885e #67885e #887f5e

Monochromatic Colors of #7c885e

#7c885e

Complementary Color

#7c885e #6a5e88

#7c885e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c885e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c885e Color CSS Codes

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

#7c885e Text Font Color

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

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


#7c885e Background Color

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

This div background color is #7c885e


#7c885e Border Color

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

This div border color is #7c885e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,136,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 #7c885e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c885e


Comments

No comments written yet.

Please login to write comment.