Color Hex Logo

#7c684d Color Hex

#7C684D
(124,104,77)
0 Favorites   0 Comments

Color spaces of #7c684d

RGB 12410477
HSL0.100.230.39
HSV34°38°49°
CMYK 0.000.160.38   0.51
XYZ14.602014.72159.0931
Yxy14.72150.38010.3832
Hunter Lab38.36860.787012.8067
CIE-Lab45.25043.780018.1834

#7c684d color RGB value is (124,104,77).

#7c684d hex color red value is 124, green value is 104 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #7c684d hue: 0.10 , saturation: 0.23 and the lightness value of 7c684d is 0.39.

The process color (four color CMYK) of #7c684d color hex is 0.00, 0.16, 0.38, 0.51. Web safe color of #7c684d is #666666. Color #7c684d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01101000 01001101
Octal 174 150 115
Decimal 124 104 77
Hex 7C 68 4D

RGB Percentages of Color #7c684d

%40.66
%34.10
%25.25

CMYK Percentages of Color #7c684d

%0
%16
%38
%51

Triadic Colors of #7c684d

#7c684d #4d7c68 #684d7c

Analogous Colors of #7c684d

#7c684d #797c4d #7c514d

Monochromatic Colors of #7c684d

#7c684d

Complementary Color

#7c684d #4d617c

#7c684d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c684d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c684d Color CSS Codes

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

#7c684d Text Font Color

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

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


#7c684d Background Color

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

This div background color is #7c684d


#7c684d Border Color

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

This div border color is #7c684d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c684d


Comments

No comments written yet.

Please login to write comment.