Color Hex Logo

#75665d Color Hex

#75665D
(117,102,93)
0 Favorites   0 Comments

Color spaces of #75665d

RGB 11710293
HSL0.060.110.41
HSV23°21°46°
CMYK 0.000.130.21   0.54
XYZ14.063314.075012.3315
Yxy14.07500.34750.3478
Hunter Lab37.51671.25746.7734
CIE-Lab44.34034.36827.2707

#75665d color RGB value is (117,102,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100110 01011101
Octal 165 146 135
Decimal 117 102 93
Hex 75 66 5D

RGB Percentages of Color #75665d

%37.50
%32.69
%29.81

CMYK Percentages of Color #75665d

%0
%13
%21
%54

Triadic Colors of #75665d

#75665d #5d7566 #665d75

Analogous Colors of #75665d

#75665d #75725d #755d60

Monochromatic Colors of #75665d

#75665d

Complementary Color

#75665d #5d6c75

#75665d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75665d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75665d Color CSS Codes

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

#75665d Text Font Color

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

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


#75665d Background Color

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

This div background color is #75665d


#75665d Border Color

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

This div border color is #75665d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75665d


Comments

No comments written yet.

Please login to write comment.