Color Hex Logo

#757412 Color Hex

#757412
(117,116,18)
0 Favorites   0 Comments

Color spaces of #757412

RGB 11711618
HSL0.160.730.26
HSV59°85°46°
CMYK 0.000.010.85   0.54
XYZ13.690716.31643.0001
Yxy16.31640.41480.4943
Hunter Lab40.3936-10.189223.8719
CIE-Lab47.3869-11.120148.8806

#757412 color RGB value is (117,116,18).

#757412 hex color red value is 117, green value is 116 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #757412 hue: 0.16 , saturation: 0.73 and the lightness value of 757412 is 0.26.

The process color (four color CMYK) of #757412 color hex is 0.00, 0.01, 0.85, 0.54. Web safe color of #757412 is #666600. Color #757412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110100 00010010
Octal 165 164 22
Decimal 117 116 18
Hex 75 74 12

RGB Percentages of Color #757412

%46.61
%46.22
%7.17

CMYK Percentages of Color #757412

%0
%1
%85
%54

Triadic Colors of #757412

#757412 #127574 #741275

Analogous Colors of #757412

#757412 #457512 #754212

Monochromatic Colors of #757412

#757412

Complementary Color

#757412 #121375

#757412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757412 Color CSS Codes

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

#757412 Text Font Color

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

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


#757412 Background Color

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

This div background color is #757412


#757412 Border Color

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

This div border color is #757412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757412


Comments

No comments written yet.

Please login to write comment.