Color Hex Logo

#75743a Color Hex

#75743A
(117,116,58)
0 Favorites   0 Comments

Color spaces of #75743a

RGB 11711658
HSL0.160.340.34
HSV59°50°46°
CMYK 0.000.010.50   0.54
XYZ14.345216.57826.4468
Yxy16.57820.38390.4436
Hunter Lab40.7163-8.364419.1138
CIE-Lab47.7241-8.461831.9176

#75743a color RGB value is (117,116,58).

#75743a hex color red value is 117, green value is 116 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #75743a hue: 0.16 , saturation: 0.34 and the lightness value of 75743a is 0.34.

The process color (four color CMYK) of #75743a color hex is 0.00, 0.01, 0.50, 0.54. Web safe color of #75743a is #666633. Color #75743a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110100 00111010
Octal 165 164 72
Decimal 117 116 58
Hex 75 74 3A

RGB Percentages of Color #75743a

%40.21
%39.86
%19.93

CMYK Percentages of Color #75743a

%0
%1
%50
%54

Triadic Colors of #75743a

#75743a #3a7574 #743a75

Analogous Colors of #75743a

#75743a #59753a #75573a

Monochromatic Colors of #75743a

#75743a

Complementary Color

#75743a #3a3b75

#75743a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75743a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75743a Color CSS Codes

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

#75743a Text Font Color

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

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


#75743a Background Color

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

This div background color is #75743a


#75743a Border Color

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

This div border color is #75743a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75743a


Comments

No comments written yet.

Please login to write comment.