Color Hex Logo

#707791 Color Hex

#707791
(112,119,145)
0 Favorites   0 Comments

Color spaces of #707791

RGB 112119145
HSL0.630.130.50
HSV227°23°57°
CMYK 0.230.180.00   0.43
XYZ18.389818.682729.4249
Yxy18.68270.27650.2810
Hunter Lab43.22350.3032-10.1059
CIE-Lab50.31393.3540-14.9706

#707791 color RGB value is (112,119,145).

#707791 hex color red value is 112, green value is 119 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #707791 hue: 0.63 , saturation: 0.13 and the lightness value of 707791 is 0.50.

The process color (four color CMYK) of #707791 color hex is 0.23, 0.18, 0.00, 0.43. Web safe color of #707791 is #666699. Color #707791 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110111 10010001
Octal 160 167 221
Decimal 112 119 145
Hex 70 77 91

RGB Percentages of Color #707791

%29.79
%31.65
%38.56

CMYK Percentages of Color #707791

%23
%18
%0
%43

Triadic Colors of #707791

#707791 #917077 #779170

Analogous Colors of #707791

#707791 #7a7091 #708891

Monochromatic Colors of #707791

#707791

Complementary Color

#707791 #918a70

#707791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#707791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#707791 Color CSS Codes

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

#707791 Text Font Color

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

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


#707791 Background Color

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

This div background color is #707791


#707791 Border Color

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

This div border color is #707791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #707791


Comments

No comments written yet.

Please login to write comment.