Color Hex Logo

#75957b Color Hex

#75957B
(117,149,123)
0 Favorites   0 Comments

Color spaces of #75957b

RGB 117149123
HSL0.360.130.52
HSV131°21°58°
CMYK 0.210.000.17   0.42
XYZ21.658726.706922.7523
Yxy26.70690.30450.3755
Hunter Lab51.6787-15.627910.0718
CIE-Lab58.7020-16.592310.1146

#75957b color RGB value is (117,149,123).

#75957b hex color red value is 117, green value is 149 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #75957b hue: 0.36 , saturation: 0.13 and the lightness value of 75957b is 0.52.

The process color (four color CMYK) of #75957b color hex is 0.21, 0.00, 0.17, 0.42. Web safe color of #75957b is #669966. Color #75957b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010101 01111011
Octal 165 225 173
Decimal 117 149 123
Hex 75 95 7B

RGB Percentages of Color #75957b

%30.08
%38.30
%31.62

CMYK Percentages of Color #75957b

%21
%0
%17
%42

Triadic Colors of #75957b

#75957b #7b7595 #957b75

Analogous Colors of #75957b

#75957b #75958b #7f9575

Monochromatic Colors of #75957b

#75957b

Complementary Color

#75957b #95758f

#75957b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75957b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75957b Color CSS Codes

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

#75957b Text Font Color

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

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


#75957b Background Color

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

This div background color is #75957b


#75957b Border Color

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

This div border color is #75957b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,149,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75957b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75957b;
  -webkit-box-shadow: 1px 1px 3px 2px #75957b;
  box-shadow:         1px 1px 3px 2px #75957b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75957b


Comments

No comments written yet.

Please login to write comment.