Color Hex Logo

#7f742c Color Hex

#7F742C
(127,116,44)
0 Favorites   0 Comments

Color spaces of #7f742c

RGB 12711644
HSL0.140.490.34
HSV52°65°50°
CMYK 0.000.090.65   0.50
XYZ15.452417.18474.8854
Yxy17.18470.41180.4580
Hunter Lab41.4544-6.008322.0308
CIE-Lab48.4919-5.091440.1245

#7f742c color RGB value is (127,116,44).

#7f742c hex color red value is 127, green value is 116 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #7f742c hue: 0.14 , saturation: 0.49 and the lightness value of 7f742c is 0.34.

The process color (four color CMYK) of #7f742c color hex is 0.00, 0.09, 0.65, 0.50. Web safe color of #7f742c is #666633. Color #7f742c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01110100 00101100
Octal 177 164 54
Decimal 127 116 44
Hex 7F 74 2C

RGB Percentages of Color #7f742c

%44.25
%40.42
%15.33

CMYK Percentages of Color #7f742c

%0
%9
%65
%50

Triadic Colors of #7f742c

#7f742c #2c7f74 #742c7f

Analogous Colors of #7f742c

#7f742c #617f2c #7f4b2c

Monochromatic Colors of #7f742c

#7f742c

Complementary Color

#7f742c #2c377f

#7f742c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f742c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f742c Color CSS Codes

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

#7f742c Text Font Color

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

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


#7f742c Background Color

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

This div background color is #7f742c


#7f742c Border Color

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

This div border color is #7f742c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,116,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f742c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f742c;
  -webkit-box-shadow: 1px 1px 3px 2px #7f742c;
  box-shadow:         1px 1px 3px 2px #7f742c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,116,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f742c


Comments

No comments written yet.

Please login to write comment.