Color Hex Logo

#75915e Color Hex

#75915E
(117,145,94)
0 Favorites   0 Comments

Color spaces of #75915e

RGB 11714594
HSL0.260.210.47
HSV93°35°57°
CMYK 0.190.000.35   0.43
XYZ19.481924.840914.3576
Yxy24.84090.33200.4233
Hunter Lab49.8406-17.448417.8088
CIE-Lab56.9201-19.506023.9267

#75915e color RGB value is (117,145,94).

#75915e hex color red value is 117, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #75915e hue: 0.26 , saturation: 0.21 and the lightness value of 75915e is 0.47.

The process color (four color CMYK) of #75915e color hex is 0.19, 0.00, 0.35, 0.43. Web safe color of #75915e is #669966. Color #75915e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010001 01011110
Octal 165 221 136
Decimal 117 145 94
Hex 75 91 5E

RGB Percentages of Color #75915e

%32.87
%40.73
%26.40

CMYK Percentages of Color #75915e

%19
%0
%35
%43

Triadic Colors of #75915e

#75915e #5e7591 #915e75

Analogous Colors of #75915e

#75915e #5e9161 #8f915e

Monochromatic Colors of #75915e

#75915e

Complementary Color

#75915e #7a5e91

#75915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75915e Color CSS Codes

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

#75915e Text Font Color

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

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


#75915e Background Color

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

This div background color is #75915e


#75915e Border Color

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

This div border color is #75915e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,145,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75915e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75915e;
  -webkit-box-shadow: 1px 1px 3px 2px #75915e;
  box-shadow:         1px 1px 3px 2px #75915e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75915e


Comments

No comments written yet.

Please login to write comment.