Color Hex Logo

#756867 Color Hex

#756867
(117,104,103)
0 Favorites   0 Comments

Color spaces of #756867

RGB 117104103
HSL0.010.060.43
HSV12°46°
CMYK 0.000.110.12   0.54
XYZ14.734614.661814.8854
Yxy14.66180.33270.3311
Hunter Lab38.29071.67953.7547
CIE-Lab45.16754.94552.4312

#756867 color RGB value is (117,104,103).

#756867 hex color red value is 117, green value is 104 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #756867 hue: 0.01 , saturation: 0.06 and the lightness value of 756867 is 0.43.

The process color (four color CMYK) of #756867 color hex is 0.00, 0.11, 0.12, 0.54. Web safe color of #756867 is #666666. Color #756867 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101000 01100111
Octal 165 150 147
Decimal 117 104 103
Hex 75 68 67

RGB Percentages of Color #756867

%36.11
%32.10
%31.79

CMYK Percentages of Color #756867

%0
%11
%12
%54

Triadic Colors of #756867

#756867 #677568 #686775

Analogous Colors of #756867

#756867 #756f67 #75676d

Monochromatic Colors of #756867

#756867

Complementary Color

#756867 #677475

#756867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756867 Color CSS Codes

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

#756867 Text Font Color

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

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


#756867 Background Color

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

This div background color is #756867


#756867 Border Color

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

This div border color is #756867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756867


Comments

No comments written yet.

Please login to write comment.