Color Hex Logo

#747070 Color Hex

#747070
(116,112,112)
0 Favorites   0 Comments

Color spaces of #747070

RGB 116112112
HSL0.000.020.45
HSV45°
CMYK 0.000.030.03   0.55
XYZ15.921316.471217.6694
Yxy16.47120.31800.3290
Hunter Lab40.5847-0.99812.5962
CIE-Lab47.58671.54310.5425

#747070 color RGB value is (116,112,112).

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

The process color (four color CMYK) of #747070 color hex is 0.00, 0.03, 0.03, 0.55. Web safe color of #747070 is #666666. Color #747070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110000 01110000
Octal 164 160 160
Decimal 116 112 112
Hex 74 70 70

RGB Percentages of Color #747070

%34.12
%32.94
%32.94

CMYK Percentages of Color #747070

%0
%3
%3
%55

Triadic Colors of #747070

#747070 #707470 #707074

Analogous Colors of #747070

#747070 #747270 #747072

Monochromatic Colors of #747070

#747070

Complementary Color

#747070 #707474

#747070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747070 Color CSS Codes

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

#747070 Text Font Color

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

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


#747070 Background Color

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

This div background color is #747070


#747070 Border Color

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

This div border color is #747070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747070

#747070 Color Palettes


Comments

No comments written yet.

Please login to write comment.