Color Hex Logo

#74884c Color Hex

#74884C
(116,136,76)
0 Favorites   0 Comments

Color spaces of #74884c

RGB 11613676
HSL0.220.280.42
HSV80°44°53°
CMYK 0.150.000.44   0.47
XYZ17.311121.843110.1412
Yxy21.84310.35120.4431
Hunter Lab46.7366-15.673219.8505
CIE-Lab53.8601-17.700229.7904

#74884c color RGB value is (116,136,76).

#74884c hex color red value is 116, green value is 136 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #74884c hue: 0.22 , saturation: 0.28 and the lightness value of 74884c is 0.42.

The process color (four color CMYK) of #74884c color hex is 0.15, 0.00, 0.44, 0.47. Web safe color of #74884c is #669933. Color #74884c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001000 01001100
Octal 164 210 114
Decimal 116 136 76
Hex 74 88 4C

RGB Percentages of Color #74884c

%35.37
%41.46
%23.17

CMYK Percentages of Color #74884c

%15
%0
%44
%47

Triadic Colors of #74884c

#74884c #4c7488 #884c74

Analogous Colors of #74884c

#74884c #56884c #887e4c

Monochromatic Colors of #74884c

#74884c

Complementary Color

#74884c #604c88

#74884c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74884c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74884c Color CSS Codes

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

#74884c Text Font Color

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

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


#74884c Background Color

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

This div background color is #74884c


#74884c Border Color

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

This div border color is #74884c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,136,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 #74884c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74884c


Comments

No comments written yet.

Please login to write comment.