Color Hex Logo

#75434f Color Hex

#75434F
(117,67,79)
1 Favorites   0 Comments

Color spaces of #75434f

RGB 1176779
HSL0.960.270.36
HSV346°43°46°
CMYK 0.000.430.32   0.54
XYZ10.75468.36078.4441
Yxy8.36070.39020.3034
Hunter Lab28.914915.79032.9258
CIE-Lab34.723123.20262.1643

#75434f color RGB value is (117,67,79).

#75434f hex color red value is 117, green value is 67 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #75434f hue: 0.96 , saturation: 0.27 and the lightness value of 75434f is 0.36.

The process color (four color CMYK) of #75434f color hex is 0.00, 0.43, 0.32, 0.54. Web safe color of #75434f is #663366. Color #75434f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000011 01001111
Octal 165 103 117
Decimal 117 67 79
Hex 75 43 4F

RGB Percentages of Color #75434f

%44.49
%25.48
%30.04

CMYK Percentages of Color #75434f

%0
%43
%32
%54

Triadic Colors of #75434f

#75434f #4f7543 #434f75

Analogous Colors of #75434f

#75434f #755043 #754368

Monochromatic Colors of #75434f

#75434f

Complementary Color

#75434f #437569

#75434f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75434f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75434f Color CSS Codes

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

#75434f Text Font Color

<p style="color:#75434f">Text here</p>

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


#75434f Background Color

<div style="background-color:#75434f">
Div content here</div>

This div background color is #75434f


#75434f Border Color

<div style="border:3px solid #75434f">
Div here</div>

This div border color is #75434f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,67,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75434f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75434f;
  -webkit-box-shadow: 1px 1px 3px 2px #75434f;
  box-shadow:         1px 1px 3px 2px #75434f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75434f

#75434f Color Palettes


Comments

No comments written yet.

Please login to write comment.