Color Hex Logo

#756858 Color Hex

#756858
(117,104,88)
0 Favorites   0 Comments

Color spaces of #756858

RGB 11710488
HSL0.090.140.40
HSV33°25°46°
CMYK 0.000.110.25   0.54
XYZ14.047914.387111.2691
Yxy14.38710.35380.3624
Hunter Lab37.9303-0.26878.9362
CIE-Lab44.78302.363310.8967

#756858 color RGB value is (117,104,88).

#756858 hex color red value is 117, green value is 104 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #756858 hue: 0.09 , saturation: 0.14 and the lightness value of 756858 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101000 01011000
Octal 165 150 130
Decimal 117 104 88
Hex 75 68 58

RGB Percentages of Color #756858

%37.86
%33.66
%28.48

CMYK Percentages of Color #756858

%0
%11
%25
%54

Triadic Colors of #756858

#756858 #587568 #685875

Analogous Colors of #756858

#756858 #747558 #755a58

Monochromatic Colors of #756858

#756858

Complementary Color

#756858 #586575

#756858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756858 Color CSS Codes

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

#756858 Text Font Color

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

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


#756858 Background Color

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

This div background color is #756858


#756858 Border Color

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

This div border color is #756858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756858


Comments

No comments written yet.

Please login to write comment.