Color Hex Logo

#747680 Color Hex

#747680
(116,118,128)
0 Favorites   0 Comments

Color spaces of #747680

RGB 116118128
HSL0.640.050.48
HSV230°50°
CMYK 0.090.080.00   0.50
XYZ17.577218.228423.0141
Yxy18.22840.29880.3099
Hunter Lab42.6947-1.2282-2.0733
CIE-Lab49.77201.3660-5.7356

#747680 color RGB value is (116,118,128).

#747680 hex color red value is 116, green value is 118 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #747680 hue: 0.64 , saturation: 0.05 and the lightness value of 747680 is 0.48.

The process color (four color CMYK) of #747680 color hex is 0.09, 0.08, 0.00, 0.50. Web safe color of #747680 is #666699. Color #747680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110110 10000000
Octal 164 166 200
Decimal 116 118 128
Hex 74 76 80

RGB Percentages of Color #747680

%32.04
%32.60
%35.36

CMYK Percentages of Color #747680

%9
%8
%0
%50

Triadic Colors of #747680

#747680 #807476 #768074

Analogous Colors of #747680

#747680 #787480 #747c80

Monochromatic Colors of #747680

#747680

Complementary Color

#747680 #807e74

#747680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747680 Color CSS Codes

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

#747680 Text Font Color

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

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


#747680 Background Color

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

This div background color is #747680


#747680 Border Color

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

This div border color is #747680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747680


Comments

No comments written yet.

Please login to write comment.