Color Hex Logo

#746070 Color Hex

#746070
(116,96,112)
0 Favorites   0 Comments

Color spaces of #746070

RGB 11696112
HSL0.870.090.42
HSV312°17°45°
CMYK 0.000.170.03   0.55
XYZ14.310013.248617.1323
Yxy13.24860.32020.2964
Hunter Lab36.39866.4791-2.4279
CIE-Lab43.135511.0989-6.0153

#746070 color RGB value is (116,96,112).

#746070 hex color red value is 116, green value is 96 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #746070 hue: 0.87 , saturation: 0.09 and the lightness value of 746070 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 01110000
Octal 164 140 160
Decimal 116 96 112
Hex 74 60 70

RGB Percentages of Color #746070

%35.80
%29.63
%34.57

CMYK Percentages of Color #746070

%0
%17
%3
%55

Triadic Colors of #746070

#746070 #707460 #607074

Analogous Colors of #746070

#746070 #746066 #6e6074

Monochromatic Colors of #746070

#746070

Complementary Color

#746070 #607464

#746070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746070 Color CSS Codes

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

#746070 Text Font Color

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

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


#746070 Background Color

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

This div background color is #746070


#746070 Border Color

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

This div border color is #746070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746070

#746070 Color Palettes


Comments

No comments written yet.

Please login to write comment.