Color Hex Logo

#7c654b Color Hex

#7C654B
(124,101,75)
0 Favorites   0 Comments

Color spaces of #7c654b

RGB 12410175
HSL0.090.250.39
HSV32°40°49°
CMYK 0.000.190.40   0.51
XYZ14.235914.10048.6280
Yxy14.10040.38510.3815
Hunter Lab37.55051.958412.6623
CIE-Lab44.37665.289418.1935

#7c654b color RGB value is (124,101,75).

#7c654b hex color red value is 124, green value is 101 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #7c654b hue: 0.09 , saturation: 0.25 and the lightness value of 7c654b is 0.39.

The process color (four color CMYK) of #7c654b color hex is 0.00, 0.19, 0.40, 0.51. Web safe color of #7c654b is #666633. Color #7c654b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01100101 01001011
Octal 174 145 113
Decimal 124 101 75
Hex 7C 65 4B

RGB Percentages of Color #7c654b

%41.33
%33.67
%25.00

CMYK Percentages of Color #7c654b

%0
%19
%40
%51

Triadic Colors of #7c654b

#7c654b #4b7c65 #654b7c

Analogous Colors of #7c654b

#7c654b #7b7c4b #7c4d4b

Monochromatic Colors of #7c654b

#7c654b

Complementary Color

#7c654b #4b627c

#7c654b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c654b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c654b Color CSS Codes

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

#7c654b Text Font Color

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

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


#7c654b Background Color

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

This div background color is #7c654b


#7c654b Border Color

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

This div border color is #7c654b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c654b


Comments

No comments written yet.

Please login to write comment.