Color Hex Logo

#74684c Color Hex

#74684C
(116,104,76)
0 Favorites   0 Comments

Color spaces of #74684c

RGB 11610476
HSL0.120.210.38
HSV42°34°45°
CMYK 0.000.100.34   0.55
XYZ13.457314.13548.8566
Yxy14.13540.36920.3878
Hunter Lab37.5971-1.903512.3512
CIE-Lab44.42650.142317.5275

#74684c color RGB value is (116,104,76).

#74684c hex color red value is 116, green value is 104 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #74684c hue: 0.12 , saturation: 0.21 and the lightness value of 74684c is 0.38.

The process color (four color CMYK) of #74684c color hex is 0.00, 0.10, 0.34, 0.55. Web safe color of #74684c is #666633. Color #74684c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101000 01001100
Octal 164 150 114
Decimal 116 104 76
Hex 74 68 4C

RGB Percentages of Color #74684c

%39.19
%35.14
%25.68

CMYK Percentages of Color #74684c

%0
%10
%34
%55

Triadic Colors of #74684c

#74684c #4c7468 #684c74

Analogous Colors of #74684c

#74684c #6c744c #74544c

Monochromatic Colors of #74684c

#74684c

Complementary Color

#74684c #4c5874

#74684c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74684c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74684c Color CSS Codes

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

#74684c Text Font Color

<p style="color:#74684c">Text here</p>

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


#74684c Background Color

<div style="background-color:#74684c">
Div content here</div>

This div background color is #74684c


#74684c Border Color

<div style="border:3px solid #74684c">
Div here</div>

This div border color is #74684c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,104,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74684c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74684c;
  -webkit-box-shadow: 1px 1px 3px 2px #74684c;
  box-shadow:         1px 1px 3px 2px #74684c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74684c


Comments

No comments written yet.

Please login to write comment.