Color Hex Logo

#75652b Color Hex

#75652B
(117,101,43)
0 Favorites   0 Comments

Color spaces of #75652b

RGB 11710143
HSL0.130.460.31
HSV47°63°46°
CMYK 0.000.140.63   0.54
XYZ12.425813.26374.1907
Yxy13.26370.41590.4439
Hunter Lab36.4194-2.832118.6712
CIE-Lab43.1579-1.225934.4702

#75652b color RGB value is (117,101,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100101 00101011
Octal 165 145 53
Decimal 117 101 43
Hex 75 65 2B

RGB Percentages of Color #75652b

%44.83
%38.70
%16.48

CMYK Percentages of Color #75652b

%0
%14
%63
%54

Triadic Colors of #75652b

#75652b #2b7565 #652b75

Analogous Colors of #75652b

#75652b #60752b #75402b

Monochromatic Colors of #75652b

#75652b

Complementary Color

#75652b #2b3b75

#75652b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75652b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75652b Color CSS Codes

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

#75652b Text Font Color

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

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


#75652b Background Color

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

This div background color is #75652b


#75652b Border Color

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

This div border color is #75652b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75652b


Comments

No comments written yet.

Please login to write comment.