Color Hex Logo

#75857f Color Hex

#75857F
(117,133,127)
0 Favorites   0 Comments

Color spaces of #75857f

RGB 117133127
HSL0.440.060.49
HSV158°12°52°
CMYK 0.120.000.05   0.48
XYZ19.554422.089323.3117
Yxy22.08930.30100.3401
Hunter Lab46.9993-7.98243.4916
CIE-Lab54.1216-7.07851.2525

#75857f color RGB value is (117,133,127).

#75857f hex color red value is 117, green value is 133 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #75857f hue: 0.44 , saturation: 0.06 and the lightness value of 75857f is 0.49.

The process color (four color CMYK) of #75857f color hex is 0.12, 0.00, 0.05, 0.48. Web safe color of #75857f is #669966. Color #75857f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000101 01111111
Octal 165 205 177
Decimal 117 133 127
Hex 75 85 7F

RGB Percentages of Color #75857f

%31.03
%35.28
%33.69

CMYK Percentages of Color #75857f

%12
%0
%5
%48

Triadic Colors of #75857f

#75857f #7f7585 #857f75

Analogous Colors of #75857f

#75857f #758385 #758577

Monochromatic Colors of #75857f

#75857f

Complementary Color

#75857f #85757b

#75857f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75857f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75857f Color CSS Codes

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

#75857f Text Font Color

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

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


#75857f Background Color

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

This div background color is #75857f


#75857f Border Color

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

This div border color is #75857f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,133,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75857f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75857f;
  -webkit-box-shadow: 1px 1px 3px 2px #75857f;
  box-shadow:         1px 1px 3px 2px #75857f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75857f


Comments

No comments written yet.

Please login to write comment.