Color Hex Logo

#75976c Color Hex

#75976C
(117,151,108)
0 Favorites   0 Comments

Color spaces of #75976c

RGB 117151108
HSL0.300.170.51
HSV107°28°59°
CMYK 0.230.000.28   0.41
XYZ21.109526.997818.2859
Yxy26.99780.31790.4066
Hunter Lab51.9594-18.409915.5059
CIE-Lab58.9723-20.360618.9186

#75976c color RGB value is (117,151,108).

#75976c hex color red value is 117, green value is 151 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #75976c hue: 0.30 , saturation: 0.17 and the lightness value of 75976c is 0.51.

The process color (four color CMYK) of #75976c color hex is 0.23, 0.00, 0.28, 0.41. Web safe color of #75976c is #669966. Color #75976c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010111 01101100
Octal 165 227 154
Decimal 117 151 108
Hex 75 97 6C

RGB Percentages of Color #75976c

%31.12
%40.16
%28.72

CMYK Percentages of Color #75976c

%23
%0
%28
%41

Triadic Colors of #75976c

#75976c #6c7597 #976c75

Analogous Colors of #75976c

#75976c #6c9779 #8b976c

Monochromatic Colors of #75976c

#75976c

Complementary Color

#75976c #8e6c97

#75976c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75976c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75976c Color CSS Codes

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

#75976c Text Font Color

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

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


#75976c Background Color

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

This div background color is #75976c


#75976c Border Color

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

This div border color is #75976c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,151,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75976c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75976c;
  -webkit-box-shadow: 1px 1px 3px 2px #75976c;
  box-shadow:         1px 1px 3px 2px #75976c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75976c


Comments

No comments written yet.

Please login to write comment.