Color Hex Logo

#756770 Color Hex

#756770
(117,103,112)
0 Favorites   0 Comments

Color spaces of #756770

RGB 117103112
HSL0.890.060.43
HSV321°12°46°
CMYK 0.000.120.04   0.54
XYZ15.111014.652317.3610
Yxy14.65230.32070.3109
Hunter Lab38.27833.4788-0.0959
CIE-Lab45.15427.2704-3.0130

#756770 color RGB value is (117,103,112).

#756770 hex color red value is 117, green value is 103 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #756770 hue: 0.89 , saturation: 0.06 and the lightness value of 756770 is 0.43.

The process color (four color CMYK) of #756770 color hex is 0.00, 0.12, 0.04, 0.54. Web safe color of #756770 is #666666. Color #756770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100111 01110000
Octal 165 147 160
Decimal 117 103 112
Hex 75 67 70

RGB Percentages of Color #756770

%35.24
%31.02
%33.73

CMYK Percentages of Color #756770

%0
%12
%4
%54

Triadic Colors of #756770

#756770 #707567 #677075

Analogous Colors of #756770

#756770 #756769 #736775

Monochromatic Colors of #756770

#756770

Complementary Color

#756770 #67756c

#756770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756770 Color CSS Codes

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

#756770 Text Font Color

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

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


#756770 Background Color

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

This div background color is #756770


#756770 Border Color

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

This div border color is #756770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756770


Comments

No comments written yet.

Please login to write comment.