Color Hex Logo

#75644b Color Hex

#75644B
(117,100,75)
0 Favorites   0 Comments

Color spaces of #75644b

RGB 11710075
HSL0.100.220.38
HSV36°36°46°
CMYK 0.000.150.36   0.54
XYZ13.163313.40438.5501
Yxy13.40430.37480.3817
Hunter Lab36.61190.106411.7821
CIE-Lab43.36622.800616.7109

#75644b color RGB value is (117,100,75).

#75644b hex color red value is 117, green value is 100 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #75644b hue: 0.10 , saturation: 0.22 and the lightness value of 75644b is 0.38.

The process color (four color CMYK) of #75644b color hex is 0.00, 0.15, 0.36, 0.54. Web safe color of #75644b is #666633. Color #75644b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100100 01001011
Octal 165 144 113
Decimal 117 100 75
Hex 75 64 4B

RGB Percentages of Color #75644b

%40.07
%34.25
%25.68

CMYK Percentages of Color #75644b

%0
%15
%36
%54

Triadic Colors of #75644b

#75644b #4b7564 #644b75

Analogous Colors of #75644b

#75644b #71754b #754f4b

Monochromatic Colors of #75644b

#75644b

Complementary Color

#75644b #4b5c75

#75644b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75644b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75644b Color CSS Codes

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

#75644b Text Font Color

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

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


#75644b Background Color

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

This div background color is #75644b


#75644b Border Color

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

This div border color is #75644b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75644b


Comments

No comments written yet.

Please login to write comment.