Color Hex Logo

#75858b Color Hex

#75858B
(117,133,139)
0 Favorites   0 Comments

Color spaces of #75858b

RGB 117133139
HSL0.550.090.50
HSV196°16°55°
CMYK 0.160.040.00   0.45
XYZ20.383822.421027.6794
Yxy22.42100.28920.3181
Hunter Lab47.3508-6.0224-1.5130
CIE-Lab54.4709-4.4683-5.1943

#75858b color RGB value is (117,133,139).

#75858b hex color red value is 117, green value is 133 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #75858b hue: 0.55 , saturation: 0.09 and the lightness value of 75858b is 0.50.

The process color (four color CMYK) of #75858b color hex is 0.16, 0.04, 0.00, 0.45. Web safe color of #75858b is #669999. Color #75858b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000101 10001011
Octal 165 205 213
Decimal 117 133 139
Hex 75 85 8B

RGB Percentages of Color #75858b

%30.08
%34.19
%35.73

CMYK Percentages of Color #75858b

%16
%4
%0
%45

Triadic Colors of #75858b

#75858b #8b7585 #858b75

Analogous Colors of #75858b

#75858b #757a8b #758b86

Monochromatic Colors of #75858b

#75858b

Complementary Color

#75858b #8b7b75

#75858b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75858b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75858b Color CSS Codes

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

#75858b Text Font Color

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

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


#75858b Background Color

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

This div background color is #75858b


#75858b Border Color

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

This div border color is #75858b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75858b


Comments

No comments written yet.

Please login to write comment.