Color Hex Logo

#756646 Color Hex

#756646
(117,102,70)
0 Favorites   0 Comments

Color spaces of #756646

RGB 11710270
HSL0.110.250.37
HSV41°40°46°
CMYK 0.000.130.40   0.54
XYZ13.193013.72687.7486
Yxy13.72680.38050.3959
Hunter Lab37.0497-1.275013.5348
CIE-Lab43.83860.959120.2897

#756646 color RGB value is (117,102,70).

#756646 hex color red value is 117, green value is 102 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #756646 hue: 0.11 , saturation: 0.25 and the lightness value of 756646 is 0.37.

The process color (four color CMYK) of #756646 color hex is 0.00, 0.13, 0.40, 0.54. Web safe color of #756646 is #666633. Color #756646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100110 01000110
Octal 165 146 106
Decimal 117 102 70
Hex 75 66 46

RGB Percentages of Color #756646

%40.48
%35.29
%24.22

CMYK Percentages of Color #756646

%0
%13
%40
%54

Triadic Colors of #756646

#756646 #467566 #664675

Analogous Colors of #756646

#756646 #6d7546 #754f46

Monochromatic Colors of #756646

#756646

Complementary Color

#756646 #465575

#756646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756646 Color CSS Codes

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

#756646 Text Font Color

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

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


#756646 Background Color

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

This div background color is #756646


#756646 Border Color

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

This div border color is #756646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756646


Comments

No comments written yet.

Please login to write comment.