Color Hex Logo

#75746a Color Hex

#75746A
(117,116,106)
0 Favorites   0 Comments

Color spaces of #75746a

RGB 117116106
HSL0.150.050.44
HSV55°46°
CMYK 0.000.010.09   0.54
XYZ16.183017.313316.1245
Yxy17.31330.32610.3489
Hunter Lab41.6093-3.39266.1503
CIE-Lab48.6524-1.54845.6567

#75746a color RGB value is (117,116,106).

#75746a hex color red value is 117, green value is 116 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #75746a hue: 0.15 , saturation: 0.05 and the lightness value of 75746a is 0.44.

The process color (four color CMYK) of #75746a color hex is 0.00, 0.01, 0.09, 0.54. Web safe color of #75746a is #666666. Color #75746a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110100 01101010
Octal 165 164 152
Decimal 117 116 106
Hex 75 74 6A

RGB Percentages of Color #75746a

%34.51
%34.22
%31.27

CMYK Percentages of Color #75746a

%0
%1
%9
%54

Triadic Colors of #75746a

#75746a #6a7574 #746a75

Analogous Colors of #75746a

#75746a #71756a #756f6a

Monochromatic Colors of #75746a

#75746a

Complementary Color

#75746a #6a6b75

#75746a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75746a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75746a Color CSS Codes

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

#75746a Text Font Color

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

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


#75746a Background Color

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

This div background color is #75746a


#75746a Border Color

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

This div border color is #75746a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75746a


Comments

No comments written yet.

Please login to write comment.