Color Hex Logo

#75424a Color Hex

#75424A
(117,66,74)
0 Favorites   0 Comments

Color spaces of #75424a

RGB 1176674
HSL0.970.280.36
HSV351°44°46°
CMYK 0.000.440.37   0.54
XYZ10.52048.17277.5016
Yxy8.17270.40160.3120
Hunter Lab28.587915.65944.4536
CIE-Lab34.340023.08544.8030

#75424a color RGB value is (117,66,74).

#75424a hex color red value is 117, green value is 66 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #75424a hue: 0.97 , saturation: 0.28 and the lightness value of 75424a is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000010 01001010
Octal 165 102 112
Decimal 117 66 74
Hex 75 42 4A

RGB Percentages of Color #75424a

%45.53
%25.68
%28.79

CMYK Percentages of Color #75424a

%0
%44
%37
%54

Triadic Colors of #75424a

#75424a #4a7542 #424a75

Analogous Colors of #75424a

#75424a #755442 #754264

Monochromatic Colors of #75424a

#75424a

Complementary Color

#75424a #42756d

#75424a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75424a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75424a Color CSS Codes

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

#75424a Text Font Color

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

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


#75424a Background Color

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

This div background color is #75424a


#75424a Border Color

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

This div border color is #75424a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75424a


Comments

No comments written yet.

Please login to write comment.