Color Hex Logo

#747771 Color Hex

#747771
(116,119,113)
0 Favorites   0 Comments

Color spaces of #747771

RGB 116119113
HSL0.250.030.45
HSV90°47°
CMYK 0.030.000.05   0.53
XYZ16.779918.098918.2318
Yxy18.09890.31590.3408
Hunter Lab42.5428-4.04524.3711
CIE-Lab49.6158-2.33502.8957

#747771 color RGB value is (116,119,113).

#747771 hex color red value is 116, green value is 119 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #747771 hue: 0.25 , saturation: 0.03 and the lightness value of 747771 is 0.45.

The process color (four color CMYK) of #747771 color hex is 0.03, 0.00, 0.05, 0.53. Web safe color of #747771 is #666666. Color #747771 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110111 01110001
Octal 164 167 161
Decimal 116 119 113
Hex 74 77 71

RGB Percentages of Color #747771

%33.33
%34.20
%32.47

CMYK Percentages of Color #747771

%3
%0
%5
%53

Triadic Colors of #747771

#747771 #717477 #777174

Analogous Colors of #747771

#747771 #717771 #777771

Monochromatic Colors of #747771

#747771

Complementary Color

#747771 #747177

#747771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747771 Color CSS Codes

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

#747771 Text Font Color

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

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


#747771 Background Color

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

This div background color is #747771


#747771 Border Color

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

This div border color is #747771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747771


Comments

No comments written yet.

Please login to write comment.