Color Hex Logo

#756972 Color Hex

#756972
(117,105,114)
0 Favorites   0 Comments

Color spaces of #756972

RGB 117105114
HSL0.880.050.44
HSV315°10°46°
CMYK 0.000.100.03   0.54
XYZ15.425015.100018.0212
Yxy15.10000.31770.3110
Hunter Lab38.85872.8530-0.2954
CIE-Lab45.77096.4759-3.3075

#756972 color RGB value is (117,105,114).

#756972 hex color red value is 117, green value is 105 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #756972 hue: 0.88 , saturation: 0.05 and the lightness value of 756972 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101001 01110010
Octal 165 151 162
Decimal 117 105 114
Hex 75 69 72

RGB Percentages of Color #756972

%34.82
%31.25
%33.93

CMYK Percentages of Color #756972

%0
%10
%3
%54

Triadic Colors of #756972

#756972 #727569 #697275

Analogous Colors of #756972

#756972 #75696c #726975

Monochromatic Colors of #756972

#756972

Complementary Color

#756972 #69756c

#756972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756972 Color CSS Codes

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

#756972 Text Font Color

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

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


#756972 Background Color

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

This div background color is #756972


#756972 Border Color

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

This div border color is #756972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756972


Comments

No comments written yet.

Please login to write comment.