Color Hex Logo

#756960 Color Hex

#756960
(117,105,96)
0 Favorites   0 Comments

Color spaces of #756960

RGB 11710596
HSL0.070.100.42
HSV26°18°46°
CMYK 0.000.100.18   0.54
XYZ14.499014.729613.1452
Yxy14.72960.34220.3476
Hunter Lab38.37920.27086.5581
CIE-Lab45.26163.10046.7759

#756960 color RGB value is (117,105,96).

#756960 hex color red value is 117, green value is 105 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #756960 hue: 0.07 , saturation: 0.10 and the lightness value of 756960 is 0.42.

The process color (four color CMYK) of #756960 color hex is 0.00, 0.10, 0.18, 0.54. Web safe color of #756960 is #666666. Color #756960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101001 01100000
Octal 165 151 140
Decimal 117 105 96
Hex 75 69 60

RGB Percentages of Color #756960

%36.79
%33.02
%30.19

CMYK Percentages of Color #756960

%0
%10
%18
%54

Triadic Colors of #756960

#756960 #607569 #696075

Analogous Colors of #756960

#756960 #757460 #756062

Monochromatic Colors of #756960

#756960

Complementary Color

#756960 #606c75

#756960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756960 Color CSS Codes

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

#756960 Text Font Color

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

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


#756960 Background Color

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

This div background color is #756960


#756960 Border Color

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

This div border color is #756960


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,105,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #756960; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #756960;
  -webkit-box-shadow: 1px 1px 3px 2px #756960;
  box-shadow:         1px 1px 3px 2px #756960; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756960


Comments

No comments written yet.

Please login to write comment.