Color Hex Logo

#756777 Color Hex

#756777
(117,103,119)
0 Favorites   0 Comments

Color spaces of #756777

RGB 117103119
HSL0.810.070.44
HSV293°13°47°
CMYK 0.020.130.00   0.53
XYZ15.516114.814319.4944
Yxy14.81430.31140.2973
Hunter Lab38.48934.6018-3.0871
CIE-Lab45.37888.7017-6.8977

#756777 color RGB value is (117,103,119).

#756777 hex color red value is 117, green value is 103 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #756777 hue: 0.81 , saturation: 0.07 and the lightness value of 756777 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100111 01110111
Octal 165 147 167
Decimal 117 103 119
Hex 75 67 77

RGB Percentages of Color #756777

%34.51
%30.38
%35.10

CMYK Percentages of Color #756777

%2
%13
%0
%53

Triadic Colors of #756777

#756777 #777567 #677775

Analogous Colors of #756777

#756777 #776771 #6d6777

Monochromatic Colors of #756777

#756777

Complementary Color

#756777 #697767

#756777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756777 Color CSS Codes

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

#756777 Text Font Color

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

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


#756777 Background Color

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

This div background color is #756777


#756777 Border Color

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

This div border color is #756777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756777


Comments

No comments written yet.

Please login to write comment.