Color Hex Logo

#75674f Color Hex

#75674F
(117,103,79)
0 Favorites   0 Comments

Color spaces of #75674f

RGB 11710379
HSL0.110.190.38
HSV38°32°46°
CMYK 0.000.120.32   0.54
XYZ13.597614.04699.3918
Yxy14.04690.36710.3793
Hunter Lab37.4792-0.828111.3781
CIE-Lab44.30011.589515.5981

#75674f color RGB value is (117,103,79).

#75674f hex color red value is 117, green value is 103 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #75674f hue: 0.11 , saturation: 0.19 and the lightness value of 75674f is 0.38.

The process color (four color CMYK) of #75674f color hex is 0.00, 0.12, 0.32, 0.54. Web safe color of #75674f is #666666. Color #75674f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100111 01001111
Octal 165 147 117
Decimal 117 103 79
Hex 75 67 4F

RGB Percentages of Color #75674f

%39.13
%34.45
%26.42

CMYK Percentages of Color #75674f

%0
%12
%32
%54

Triadic Colors of #75674f

#75674f #4f7567 #674f75

Analogous Colors of #75674f

#75674f #70754f #75544f

Monochromatic Colors of #75674f

#75674f

Complementary Color

#75674f #4f5d75

#75674f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75674f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75674f Color CSS Codes

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

#75674f Text Font Color

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

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


#75674f Background Color

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

This div background color is #75674f


#75674f Border Color

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

This div border color is #75674f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75674f


Comments

No comments written yet.

Please login to write comment.