Color Hex Logo

#75665b Color Hex

#75665B
(117,102,91)
0 Favorites   0 Comments

Color spaces of #75665b

RGB 11710291
HSL0.070.130.41
HSV25°22°46°
CMYK 0.000.130.22   0.54
XYZ13.975814.040011.8709
Yxy14.04000.35040.3520
Hunter Lab37.47001.00567.4453
CIE-Lab44.29024.03448.4045

#75665b color RGB value is (117,102,91).

#75665b hex color red value is 117, green value is 102 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #75665b hue: 0.07 , saturation: 0.13 and the lightness value of 75665b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100110 01011011
Octal 165 146 133
Decimal 117 102 91
Hex 75 66 5B

RGB Percentages of Color #75665b

%37.74
%32.90
%29.35

CMYK Percentages of Color #75665b

%0
%13
%22
%54

Triadic Colors of #75665b

#75665b #5b7566 #665b75

Analogous Colors of #75665b

#75665b #75735b #755b5d

Monochromatic Colors of #75665b

#75665b

Complementary Color

#75665b #5b6a75

#75665b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75665b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75665b Color CSS Codes

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

#75665b Text Font Color

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

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


#75665b Background Color

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

This div background color is #75665b


#75665b Border Color

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

This div border color is #75665b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,102,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 #75665b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75665b


Comments

No comments written yet.

Please login to write comment.