Color Hex Logo

#75778d Color Hex

#75778D
(117,119,141)
0 Favorites   0 Comments

Color spaces of #75778d

RGB 117119141
HSL0.650.100.51
HSV235°17°55°
CMYK 0.170.160.00   0.45
XYZ18.740718.898627.8594
Yxy18.89860.28610.2885
Hunter Lab43.47250.8732-7.5653
CIE-Lab50.56844.0849-12.1968

#75778d color RGB value is (117,119,141).

#75778d hex color red value is 117, green value is 119 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #75778d hue: 0.65 , saturation: 0.10 and the lightness value of 75778d is 0.51.

The process color (four color CMYK) of #75778d color hex is 0.17, 0.16, 0.00, 0.45. Web safe color of #75778d is #666699. Color #75778d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110111 10001101
Octal 165 167 215
Decimal 117 119 141
Hex 75 77 8D

RGB Percentages of Color #75778d

%31.03
%31.56
%37.40

CMYK Percentages of Color #75778d

%17
%16
%0
%45

Triadic Colors of #75778d

#75778d #8d7577 #778d75

Analogous Colors of #75778d

#75778d #7f758d #75838d

Monochromatic Colors of #75778d

#75778d

Complementary Color

#75778d #8d8b75

#75778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75778d Color CSS Codes

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

#75778d Text Font Color

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

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


#75778d Background Color

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

This div background color is #75778d


#75778d Border Color

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

This div border color is #75778d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75778d


Comments

No comments written yet.

Please login to write comment.