Color Hex Logo

#75494a Color Hex

#75494A
(117,73,74)
1 Favorites   0 Comments

Color spaces of #75494a

RGB 1177374
HSL1.000.230.37
HSV359°38°46°
CMYK 0.000.380.37   0.54
XYZ10.95479.04147.6464
Yxy9.04140.39630.3271
Hunter Lab30.068912.41055.9710
CIE-Lab36.063918.91397.2511

#75494a color RGB value is (117,73,74).

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

The process color (four color CMYK) of #75494a color hex is 0.00, 0.38, 0.37, 0.54. Web safe color of #75494a is #663333. Color #75494a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001001 01001010
Octal 165 111 112
Decimal 117 73 74
Hex 75 49 4A

RGB Percentages of Color #75494a

%44.32
%27.65
%28.03

CMYK Percentages of Color #75494a

%0
%38
%37
%54

Triadic Colors of #75494a

#75494a #4a7549 #494a75

Analogous Colors of #75494a

#75494a #755e49 #754960

Monochromatic Colors of #75494a

#75494a

Complementary Color

#75494a #497574

#75494a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75494a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75494a Color CSS Codes

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

#75494a Text Font Color

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

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


#75494a Background Color

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

This div background color is #75494a


#75494a Border Color

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

This div border color is #75494a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,73,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 #75494a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75494a


Comments

No comments written yet.

Please login to write comment.