Color Hex Logo

#757368 Color Hex

#757368
(117,115,104)
0 Favorites   0 Comments

Color spaces of #757368

RGB 117115104
HSL0.140.060.43
HSV51°11°46°
CMYK 0.000.020.11   0.54
XYZ15.965517.042915.5448
Yxy17.04290.32880.3510
Hunter Lab41.2830-3.21366.5730
CIE-Lab48.3140-1.33716.3569

#757368 color RGB value is (117,115,104).

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

The process color (four color CMYK) of #757368 color hex is 0.00, 0.02, 0.11, 0.54. Web safe color of #757368 is #666666. Color #757368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110011 01101000
Octal 165 163 150
Decimal 117 115 104
Hex 75 73 68

RGB Percentages of Color #757368

%34.82
%34.23
%30.95

CMYK Percentages of Color #757368

%0
%2
%11
%54

Triadic Colors of #757368

#757368 #687573 #736875

Analogous Colors of #757368

#757368 #717568 #756d68

Monochromatic Colors of #757368

#757368

Complementary Color

#757368 #686a75

#757368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757368 Color CSS Codes

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

#757368 Text Font Color

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

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


#757368 Background Color

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

This div background color is #757368


#757368 Border Color

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

This div border color is #757368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757368


Comments

No comments written yet.

Please login to write comment.