Color Hex Logo

#757858 Color Hex

#757858
(117,120,88)
0 Favorites   0 Comments

Color spaces of #757858

RGB 11712088
HSL0.180.150.41
HSV66°27°47°
CMYK 0.030.000.27   0.53
XYZ15.814017.919411.8578
Yxy17.91940.34690.3930
Hunter Lab42.3313-7.396313.0237
CIE-Lab49.3982-6.885617.2464

#757858 color RGB value is (117,120,88).

#757858 hex color red value is 117, green value is 120 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #757858 hue: 0.18 , saturation: 0.15 and the lightness value of 757858 is 0.41.

The process color (four color CMYK) of #757858 color hex is 0.03, 0.00, 0.27, 0.53. Web safe color of #757858 is #666666. Color #757858 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111000 01011000
Octal 165 170 130
Decimal 117 120 88
Hex 75 78 58

RGB Percentages of Color #757858

%36.00
%36.92
%27.08

CMYK Percentages of Color #757858

%3
%0
%27
%53

Triadic Colors of #757858

#757858 #587578 #785875

Analogous Colors of #757858

#757858 #657858 #786b58

Monochromatic Colors of #757858

#757858

Complementary Color

#757858 #5b5878

#757858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757858 Color CSS Codes

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

#757858 Text Font Color

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

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


#757858 Background Color

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

This div background color is #757858


#757858 Border Color

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

This div border color is #757858


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,120,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 #757858">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757858


Comments

No comments written yet.

Please login to write comment.