Color Hex Logo

#74718a Color Hex

#74718A
(116,113,138)
0 Favorites   0 Comments

Color spaces of #74718a

RGB 116113138
HSL0.690.100.49
HSV247°18°54°
CMYK 0.160.180.00   0.46
XYZ17.695017.358226.4626
Yxy17.35820.28760.2822
Hunter Lab41.66322.9012-8.4942
CIE-Lab48.70826.5860-13.2454

#74718a color RGB value is (116,113,138).

#74718a hex color red value is 116, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #74718a hue: 0.69 , saturation: 0.10 and the lightness value of 74718a is 0.49.

The process color (four color CMYK) of #74718a color hex is 0.16, 0.18, 0.00, 0.46. Web safe color of #74718a is #666699. Color #74718a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110001 10001010
Octal 164 161 212
Decimal 116 113 138
Hex 74 71 8A

RGB Percentages of Color #74718a

%31.61
%30.79
%37.60

CMYK Percentages of Color #74718a

%16
%18
%0
%46

Triadic Colors of #74718a

#74718a #8a7471 #718a74

Analogous Colors of #74718a

#74718a #81718a #717b8a

Monochromatic Colors of #74718a

#74718a

Complementary Color

#74718a #878a71

#74718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74718a Color CSS Codes

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

#74718a Text Font Color

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

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


#74718a Background Color

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

This div background color is #74718a


#74718a Border Color

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

This div border color is #74718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74718a


Comments

No comments written yet.

Please login to write comment.