Color Hex Logo

#75624a Color Hex

#75624A
(117,98,74)
0 Favorites   0 Comments

Color spaces of #75624a

RGB 1179874
HSL0.090.230.37
HSV33°37°46°
CMYK 0.000.160.37   0.54
XYZ12.939813.01178.3081
Yxy13.01170.37770.3798
Hunter Lab36.07170.906711.5944
CIE-Lab42.78093.851216.5174

#75624a color RGB value is (117,98,74).

#75624a hex color red value is 117, green value is 98 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #75624a hue: 0.09 , saturation: 0.23 and the lightness value of 75624a is 0.37.

The process color (four color CMYK) of #75624a color hex is 0.00, 0.16, 0.37, 0.54. Web safe color of #75624a is #666633. Color #75624a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100010 01001010
Octal 165 142 112
Decimal 117 98 74
Hex 75 62 4A

RGB Percentages of Color #75624a

%40.48
%33.91
%25.61

CMYK Percentages of Color #75624a

%0
%16
%37
%54

Triadic Colors of #75624a

#75624a #4a7562 #624a75

Analogous Colors of #75624a

#75624a #73754a #754d4a

Monochromatic Colors of #75624a

#75624a

Complementary Color

#75624a #4a5d75

#75624a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75624a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75624a Color CSS Codes

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

#75624a Text Font Color

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

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


#75624a Background Color

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

This div background color is #75624a


#75624a Border Color

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

This div border color is #75624a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,98,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75624a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75624a;
  -webkit-box-shadow: 1px 1px 3px 2px #75624a;
  box-shadow:         1px 1px 3px 2px #75624a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75624a


Comments

No comments written yet.

Please login to write comment.