Color Hex Logo

#75652d Color Hex

#75652D
(117,101,45)
0 Favorites   0 Comments

Color spaces of #75652d

RGB 11710145
HSL0.130.440.32
HSV47°62°46°
CMYK 0.000.140.62   0.54
XYZ12.463513.27874.3888
Yxy13.27870.41360.4407
Hunter Lab36.4400-2.717818.3671
CIE-Lab43.1802-1.065633.4610

#75652d color RGB value is (117,101,45).

#75652d hex color red value is 117, green value is 101 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #75652d hue: 0.13 , saturation: 0.44 and the lightness value of 75652d is 0.32.

The process color (four color CMYK) of #75652d color hex is 0.00, 0.14, 0.62, 0.54. Web safe color of #75652d is #666633. Color #75652d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100101 00101101
Octal 165 145 55
Decimal 117 101 45
Hex 75 65 2D

RGB Percentages of Color #75652d

%44.49
%38.40
%17.11

CMYK Percentages of Color #75652d

%0
%14
%62
%54

Triadic Colors of #75652d

#75652d #2d7565 #652d75

Analogous Colors of #75652d

#75652d #61752d #75412d

Monochromatic Colors of #75652d

#75652d

Complementary Color

#75652d #2d3d75

#75652d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75652d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75652d Color CSS Codes

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

#75652d Text Font Color

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

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


#75652d Background Color

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

This div background color is #75652d


#75652d Border Color

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

This div border color is #75652d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,101,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75652d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75652d;
  -webkit-box-shadow: 1px 1px 3px 2px #75652d;
  box-shadow:         1px 1px 3px 2px #75652d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75652d


Comments

No comments written yet.

Please login to write comment.