Color Hex Logo

#74728a Color Hex

#74728A
(116,114,138)
0 Favorites   0 Comments

Color spaces of #74728a

RGB 116114138
HSL0.680.100.49
HSV245°17°54°
CMYK 0.160.170.00   0.46
XYZ17.807217.582626.5000
Yxy17.58260.28770.2841
Hunter Lab41.93162.4237-8.1181
CIE-Lab48.98595.9914-12.8255

#74728a color RGB value is (116,114,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110010 10001010
Octal 164 162 212
Decimal 116 114 138
Hex 74 72 8A

RGB Percentages of Color #74728a

%31.52
%30.98
%37.50

CMYK Percentages of Color #74728a

%16
%17
%0
%46

Triadic Colors of #74728a

#74728a #8a7472 #728a74

Analogous Colors of #74728a

#74728a #80728a #727c8a

Monochromatic Colors of #74728a

#74728a

Complementary Color

#74728a #888a72

#74728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74728a Color CSS Codes

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

#74728a Text Font Color

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

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


#74728a Background Color

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

This div background color is #74728a


#74728a Border Color

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

This div border color is #74728a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74728a


Comments

No comments written yet.

Please login to write comment.