Color Hex Logo

#75656d Color Hex

#75656D
(117,101,109)
0 Favorites   0 Comments

Color spaces of #75656d

RGB 117101109
HSL0.920.070.43
HSV330°14°46°
CMYK 0.000.140.07   0.54
XYZ14.750114.193416.4302
Yxy14.19340.32510.3128
Hunter Lab37.67413.95620.5147
CIE-Lab44.50907.8777-2.1515

#75656d color RGB value is (117,101,109).

#75656d hex color red value is 117, green value is 101 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #75656d hue: 0.92 , saturation: 0.07 and the lightness value of 75656d is 0.43.

The process color (four color CMYK) of #75656d color hex is 0.00, 0.14, 0.07, 0.54. Web safe color of #75656d is #666666. Color #75656d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100101 01101101
Octal 165 145 155
Decimal 117 101 109
Hex 75 65 6D

RGB Percentages of Color #75656d

%35.78
%30.89
%33.33

CMYK Percentages of Color #75656d

%0
%14
%7
%54

Triadic Colors of #75656d

#75656d #6d7565 #656d75

Analogous Colors of #75656d

#75656d #756565 #756575

Monochromatic Colors of #75656d

#75656d

Complementary Color

#75656d #65756d

#75656d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75656d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75656d Color CSS Codes

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

#75656d Text Font Color

<p style="color:#75656d">Text here</p>

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


#75656d Background Color

<div style="background-color:#75656d">
Div content here</div>

This div background color is #75656d


#75656d Border Color

<div style="border:3px solid #75656d">
Div here</div>

This div border color is #75656d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,101,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75656d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75656d;
  -webkit-box-shadow: 1px 1px 3px 2px #75656d;
  box-shadow:         1px 1px 3px 2px #75656d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75656d


Comments

No comments written yet.

Please login to write comment.