Color Hex Logo

#756455 Color Hex

#756455
(117,100,85)
0 Favorites   0 Comments

Color spaces of #756455

RGB 11710085
HSL0.080.160.40
HSV28°27°46°
CMYK 0.000.150.27   0.54
XYZ13.533013.552110.4969
Yxy13.55210.36010.3606
Hunter Lab36.81321.19588.8633
CIE-Lab43.58364.263111.0245

#756455 color RGB value is (117,100,85).

#756455 hex color red value is 117, green value is 100 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #756455 hue: 0.08 , saturation: 0.16 and the lightness value of 756455 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100100 01010101
Octal 165 144 125
Decimal 117 100 85
Hex 75 64 55

RGB Percentages of Color #756455

%38.74
%33.11
%28.15

CMYK Percentages of Color #756455

%0
%15
%27
%54

Triadic Colors of #756455

#756455 #557564 #645575

Analogous Colors of #756455

#756455 #757455 #755556

Monochromatic Colors of #756455

#756455

Complementary Color

#756455 #556675

#756455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756455 Color CSS Codes

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

#756455 Text Font Color

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

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


#756455 Background Color

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

This div background color is #756455


#756455 Border Color

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

This div border color is #756455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756455


Comments

No comments written yet.

Please login to write comment.