Color Hex Logo

#75686b Color Hex

#75686B
(117,104,107)
0 Favorites   0 Comments

Color spaces of #75686b

RGB 117104107
HSL0.960.060.43
HSV346°11°46°
CMYK 0.000.110.09   0.54
XYZ14.940314.744115.9684
Yxy14.74410.32730.3230
Hunter Lab38.39802.25602.2220
CIE-Lab45.28175.69720.1877

#75686b color RGB value is (117,104,107).

#75686b hex color red value is 117, green value is 104 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #75686b hue: 0.96 , saturation: 0.06 and the lightness value of 75686b is 0.43.

The process color (four color CMYK) of #75686b color hex is 0.00, 0.11, 0.09, 0.54. Web safe color of #75686b is #666666. Color #75686b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101000 01101011
Octal 165 150 153
Decimal 117 104 107
Hex 75 68 6B

RGB Percentages of Color #75686b

%35.67
%31.71
%32.62

CMYK Percentages of Color #75686b

%0
%11
%9
%54

Triadic Colors of #75686b

#75686b #6b7568 #686b75

Analogous Colors of #75686b

#75686b #756c68 #756872

Monochromatic Colors of #75686b

#75686b

Complementary Color

#75686b #687572

#75686b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75686b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75686b Color CSS Codes

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

#75686b Text Font Color

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

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


#75686b Background Color

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

This div background color is #75686b


#75686b Border Color

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

This div border color is #75686b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75686b


Comments

No comments written yet.

Please login to write comment.