Color Hex Logo

#7c995d Color Hex

#7C995D
(124,153,93)
0 Favorites   0 Comments

Color spaces of #7c995d

RGB 12415393
HSL0.250.240.48
HSV89°39°60°
CMYK 0.190.000.39   0.40
XYZ21.679227.857914.5904
Yxy27.85790.33810.4344
Hunter Lab52.7806-19.048620.5566
CIE-Lab59.7601-21.056728.2762

#7c995d color RGB value is (124,153,93).

#7c995d hex color red value is 124, green value is 153 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #7c995d hue: 0.25 , saturation: 0.24 and the lightness value of 7c995d is 0.48.

The process color (four color CMYK) of #7c995d color hex is 0.19, 0.00, 0.39, 0.40. Web safe color of #7c995d is #669966. Color #7c995d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10011001 01011101
Octal 174 231 135
Decimal 124 153 93
Hex 7C 99 5D

RGB Percentages of Color #7c995d

%33.51
%41.35
%25.14

CMYK Percentages of Color #7c995d

%19
%0
%39
%40

Triadic Colors of #7c995d

#7c995d #5d7c99 #995d7c

Analogous Colors of #7c995d

#7c995d #5e995d #99985d

Monochromatic Colors of #7c995d

#7c995d

Complementary Color

#7c995d #7a5d99

#7c995d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c995d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c995d Color CSS Codes

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

#7c995d Text Font Color

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

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


#7c995d Background Color

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

This div background color is #7c995d


#7c995d Border Color

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

This div border color is #7c995d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c995d


Comments

No comments written yet.

Please login to write comment.