Color Hex Logo

#75756a Color Hex

#75756A
(117,117,106)
0 Favorites   0 Comments

Color spaces of #75756a

RGB 117117106
HSL0.170.050.44
HSV60°46°
CMYK 0.000.000.09   0.54
XYZ16.298917.545116.1632
Yxy17.54510.32590.3509
Hunter Lab41.8869-3.84466.4421
CIE-Lab48.9396-2.12656.0674

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110101 01101010
Octal 165 165 152
Decimal 117 117 106
Hex 75 75 6A

RGB Percentages of Color #75756a

%34.41
%34.41
%31.18

CMYK Percentages of Color #75756a

%0
%0
%9
%54

Triadic Colors of #75756a

#75756a #6a7575 #756a75

Analogous Colors of #75756a

#75756a #70756a #75706a

Monochromatic Colors of #75756a

#75756a

Complementary Color

#75756a #6a6a75

#75756a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75756a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75756a Color CSS Codes

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

#75756a Text Font Color

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

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


#75756a Background Color

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

This div background color is #75756a


#75756a Border Color

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

This div border color is #75756a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75756a


Comments

No comments written yet.

Please login to write comment.