Color Hex Logo

#75414a Color Hex

#75414A
(117,65,74)
0 Favorites   0 Comments

Color spaces of #75414a

RGB 1176574
HSL0.970.290.36
HSV350°44°46°
CMYK 0.000.440.37   0.54
XYZ10.46248.05697.4823
Yxy8.05690.40240.3099
Hunter Lab28.384716.12074.2402
CIE-Lab34.101123.67324.4615

#75414a color RGB value is (117,65,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000001 01001010
Octal 165 101 112
Decimal 117 65 74
Hex 75 41 4A

RGB Percentages of Color #75414a

%45.70
%25.39
%28.91

CMYK Percentages of Color #75414a

%0
%44
%37
%54

Triadic Colors of #75414a

#75414a #4a7541 #414a75

Analogous Colors of #75414a

#75414a #755241 #754164

Monochromatic Colors of #75414a

#75414a

Complementary Color

#75414a #41756c

#75414a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75414a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75414a Color CSS Codes

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

#75414a Text Font Color

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

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


#75414a Background Color

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

This div background color is #75414a


#75414a Border Color

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

This div border color is #75414a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75414a


Comments

No comments written yet.

Please login to write comment.