Color Hex Logo

#747670 Color Hex

#747670
(116,118,112)
0 Favorites   0 Comments

Color spaces of #747670

RGB 116118112
HSL0.220.030.45
HSV80°46°
CMYK 0.020.000.05   0.54
XYZ16.605517.839717.8974
Yxy17.83970.31720.3408
Hunter Lab42.2371-3.73764.4426
CIE-Lab49.3011-1.95353.0312

#747670 color RGB value is (116,118,112).

#747670 hex color red value is 116, green value is 118 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #747670 hue: 0.22 , saturation: 0.03 and the lightness value of 747670 is 0.45.

The process color (four color CMYK) of #747670 color hex is 0.02, 0.00, 0.05, 0.54. Web safe color of #747670 is #666666. Color #747670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110110 01110000
Octal 164 166 160
Decimal 116 118 112
Hex 74 76 70

RGB Percentages of Color #747670

%33.53
%34.10
%32.37

CMYK Percentages of Color #747670

%2
%0
%5
%54

Triadic Colors of #747670

#747670 #707476 #767074

Analogous Colors of #747670

#747670 #717670 #767570

Monochromatic Colors of #747670

#747670

Complementary Color

#747670 #727076

#747670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747670 Color CSS Codes

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

#747670 Text Font Color

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

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


#747670 Background Color

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

This div background color is #747670


#747670 Border Color

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

This div border color is #747670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747670


Comments

No comments written yet.

Please login to write comment.