Color Hex Logo

#75585b Color Hex

#75585B
(117,88,91)
0 Favorites   0 Comments

Color spaces of #75585b

RGB 1178891
HSL0.980.140.40
HSV354°25°46°
CMYK 0.000.250.22   0.54
XYZ12.714211.516711.4504
Yxy11.51670.35630.3228
Hunter Lab33.93637.48653.7504
CIE-Lab40.437412.44862.9034

#75585b color RGB value is (117,88,91).

#75585b hex color red value is 117, green value is 88 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #75585b hue: 0.98 , saturation: 0.14 and the lightness value of 75585b is 0.40.

The process color (four color CMYK) of #75585b color hex is 0.00, 0.25, 0.22, 0.54. Web safe color of #75585b is #666666. Color #75585b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011000 01011011
Octal 165 130 133
Decimal 117 88 91
Hex 75 58 5B

RGB Percentages of Color #75585b

%39.53
%29.73
%30.74

CMYK Percentages of Color #75585b

%0
%25
%22
%54

Triadic Colors of #75585b

#75585b #5b7558 #585b75

Analogous Colors of #75585b

#75585b #756458 #75586a

Monochromatic Colors of #75585b

#75585b

Complementary Color

#75585b #587572

#75585b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75585b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75585b Color CSS Codes

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

#75585b Text Font Color

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

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


#75585b Background Color

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

This div background color is #75585b


#75585b Border Color

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

This div border color is #75585b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75585b


Comments

No comments written yet.

Please login to write comment.