Color Hex Logo

#75715b Color Hex

#75715B
(117,113,91)
0 Favorites   0 Comments

Color spaces of #75715b

RGB 11711391
HSL0.140.130.41
HSV51°22°46°
CMYK 0.000.030.22   0.54
XYZ15.129616.347512.2555
Yxy16.34750.34600.3738
Hunter Lab40.4320-3.961710.3308
CIE-Lab47.4271-2.415512.7920

#75715b color RGB value is (117,113,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110001 01011011
Octal 165 161 133
Decimal 117 113 91
Hex 75 71 5B

RGB Percentages of Color #75715b

%36.45
%35.20
%28.35

CMYK Percentages of Color #75715b

%0
%3
%22
%54

Triadic Colors of #75715b

#75715b #5b7571 #715b75

Analogous Colors of #75715b

#75715b #6c755b #75645b

Monochromatic Colors of #75715b

#75715b

Complementary Color

#75715b #5b5f75

#75715b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75715b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75715b Color CSS Codes

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

#75715b Text Font Color

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

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


#75715b Background Color

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

This div background color is #75715b


#75715b Border Color

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

This div border color is #75715b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75715b


Comments

No comments written yet.

Please login to write comment.