Color Hex Logo

#71778e Color Hex

#71778E
(113,119,142)
0 Favorites   0 Comments

Color spaces of #71778e

RGB 113119142
HSL0.630.110.50
HSV228°20°56°
CMYK 0.200.160.00   0.44
XYZ18.289418.657428.2285
Yxy18.65740.28060.2863
Hunter Lab43.1942-0.0090-8.5116
CIE-Lab50.28392.9558-13.2454

#71778e color RGB value is (113,119,142).

#71778e hex color red value is 113, green value is 119 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #71778e hue: 0.63 , saturation: 0.11 and the lightness value of 71778e is 0.50.

The process color (four color CMYK) of #71778e color hex is 0.20, 0.16, 0.00, 0.44. Web safe color of #71778e is #666699. Color #71778e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110111 10001110
Octal 161 167 216
Decimal 113 119 142
Hex 71 77 8E

RGB Percentages of Color #71778e

%30.21
%31.82
%37.97

CMYK Percentages of Color #71778e

%20
%16
%0
%44

Triadic Colors of #71778e

#71778e #8e7177 #778e71

Analogous Colors of #71778e

#71778e #7a718e #71868e

Monochromatic Colors of #71778e

#71778e

Complementary Color

#71778e #8e8871

#71778e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71778e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71778e Color CSS Codes

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

#71778e Text Font Color

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

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


#71778e Background Color

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

This div background color is #71778e


#71778e Border Color

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

This div border color is #71778e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71778e


Comments

No comments written yet.

Please login to write comment.