Color Hex Logo

#757779 Color Hex

#757779
(117,119,121)
2 Favorites   0 Comments

Color spaces of #757779

RGB 117119121
HSL0.580.020.47
HSV210°47°
CMYK 0.030.020.00   0.53
XYZ17.384118.356020.7160
Yxy18.35600.30790.3251
Hunter Lab42.8439-2.54971.3227
CIE-Lab49.9251-0.3410-1.3663

#757779 color RGB value is (117,119,121).

#757779 hex color red value is 117, green value is 119 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #757779 hue: 0.58 , saturation: 0.02 and the lightness value of 757779 is 0.47.

The process color (four color CMYK) of #757779 color hex is 0.03, 0.02, 0.00, 0.53. Web safe color of #757779 is #666666. Color #757779 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110111 01111001
Octal 165 167 171
Decimal 117 119 121
Hex 75 77 79

RGB Percentages of Color #757779

%32.77
%33.33
%33.89

CMYK Percentages of Color #757779

%3
%2
%0
%53

Triadic Colors of #757779

#757779 #797577 #777975

Analogous Colors of #757779

#757779 #757579 #757979

Monochromatic Colors of #757779

#757779

Complementary Color

#757779 #797775

#757779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757779 Color CSS Codes

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

#757779 Text Font Color

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

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


#757779 Background Color

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

This div background color is #757779


#757779 Border Color

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

This div border color is #757779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757779

#757779 Color Palettes


Comments

No comments written yet.

Please login to write comment.