Color Hex Logo

#756460 Color Hex

#756460
(117,100,96)
0 Favorites   0 Comments

Color spaces of #756460

RGB 11710096
HSL0.030.100.42
HSV11°18°46°
CMYK 0.000.150.18   0.54
XYZ14.004613.740812.9804
Yxy13.74080.34390.3374
Hunter Lab37.06862.56775.1863
CIE-Lab43.85896.07484.7723

#756460 color RGB value is (117,100,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100100 01100000
Octal 165 144 140
Decimal 117 100 96
Hex 75 64 60

RGB Percentages of Color #756460

%37.38
%31.95
%30.67

CMYK Percentages of Color #756460

%0
%15
%18
%54

Triadic Colors of #756460

#756460 #607564 #646075

Analogous Colors of #756460

#756460 #756f60 #756067

Monochromatic Colors of #756460

#756460

Complementary Color

#756460 #607175

#756460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756460 Color CSS Codes

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

#756460 Text Font Color

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

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


#756460 Background Color

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

This div background color is #756460


#756460 Border Color

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

This div border color is #756460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756460


Comments

No comments written yet.

Please login to write comment.