Color Hex Logo

#757458 Color Hex

#757458
(117,116,88)
0 Favorites   0 Comments

Color spaces of #757458

RGB 11711688
HSL0.160.140.40
HSV58°25°46°
CMYK 0.000.010.25   0.54
XYZ15.343016.977311.7008
Yxy16.97730.34850.3857
Hunter Lab41.2035-5.637912.0055
CIE-Lab48.2314-4.614115.6581

#757458 color RGB value is (117,116,88).

#757458 hex color red value is 117, green value is 116 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #757458 hue: 0.16 , saturation: 0.14 and the lightness value of 757458 is 0.40.

The process color (four color CMYK) of #757458 color hex is 0.00, 0.01, 0.25, 0.54. Web safe color of #757458 is #666666. Color #757458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110100 01011000
Octal 165 164 130
Decimal 117 116 88
Hex 75 74 58

RGB Percentages of Color #757458

%36.45
%36.14
%27.41

CMYK Percentages of Color #757458

%0
%1
%25
%54

Triadic Colors of #757458

#757458 #587574 #745875

Analogous Colors of #757458

#757458 #687558 #756658

Monochromatic Colors of #757458

#757458

Complementary Color

#757458 #585975

#757458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757458 Color CSS Codes

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

#757458 Text Font Color

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

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


#757458 Background Color

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

This div background color is #757458


#757458 Border Color

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

This div border color is #757458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757458

#757458 Color Palettes


Comments

No comments written yet.

Please login to write comment.