Color Hex Logo

#7c635d Color Hex

#7C635D
(124,99,93)
0 Favorites   0 Comments

Color spaces of #7c635d

RGB 1249993
HSL0.030.140.43
HSV12°25°49°
CMYK 0.000.200.25   0.51
XYZ14.749813.999112.2806
Yxy13.99910.35950.3412
Hunter Lab37.41544.89106.7304
CIE-Lab44.23169.07157.2167

#7c635d color RGB value is (124,99,93).

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

The process color (four color CMYK) of #7c635d color hex is 0.00, 0.20, 0.25, 0.51. Web safe color of #7c635d is #666666. Color #7c635d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01100011 01011101
Octal 174 143 135
Decimal 124 99 93
Hex 7C 63 5D

RGB Percentages of Color #7c635d

%39.24
%31.33
%29.43

CMYK Percentages of Color #7c635d

%0
%20
%25
%51

Triadic Colors of #7c635d

#7c635d #5d7c63 #635d7c

Analogous Colors of #7c635d

#7c635d #7c735d #7c5d67

Monochromatic Colors of #7c635d

#7c635d

Complementary Color

#7c635d #5d767c

#7c635d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c635d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c635d Color CSS Codes

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

#7c635d Text Font Color

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

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


#7c635d Background Color

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

This div background color is #7c635d


#7c635d Border Color

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

This div border color is #7c635d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c635d


Comments

No comments written yet.

Please login to write comment.