Color Hex Logo

#74762f Color Hex

#74762F
(116,118,47)
0 Favorites   0 Comments

Color spaces of #74762f

RGB 11611847
HSL0.170.430.32
HSV62°60°46°
CMYK 0.020.000.60   0.54
XYZ14.194016.87515.1984
Yxy16.87510.39140.4653
Hunter Lab41.0793-10.212321.2526
CIE-Lab48.1023-11.030537.9663

#74762f color RGB value is (116,118,47).

#74762f hex color red value is 116, green value is 118 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #74762f hue: 0.17 , saturation: 0.43 and the lightness value of 74762f is 0.32.

The process color (four color CMYK) of #74762f color hex is 0.02, 0.00, 0.60, 0.54. Web safe color of #74762f is #666633. Color #74762f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110110 00101111
Octal 164 166 57
Decimal 116 118 47
Hex 74 76 2F

RGB Percentages of Color #74762f

%41.28
%41.99
%16.73

CMYK Percentages of Color #74762f

%2
%0
%60
%54

Triadic Colors of #74762f

#74762f #2f7476 #762f74

Analogous Colors of #74762f

#74762f #51762f #76552f

Monochromatic Colors of #74762f

#74762f

Complementary Color

#74762f #312f76

#74762f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74762f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74762f Color CSS Codes

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

#74762f Text Font Color

<p style="color:#74762f">Text here</p>

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


#74762f Background Color

<div style="background-color:#74762f">
Div content here</div>

This div background color is #74762f


#74762f Border Color

<div style="border:3px solid #74762f">
Div here</div>

This div border color is #74762f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,118,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74762f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74762f;
  -webkit-box-shadow: 1px 1px 3px 2px #74762f;
  box-shadow:         1px 1px 3px 2px #74762f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74762f


Comments

No comments written yet.

Please login to write comment.