Color Hex Logo

#750746 Color Hex

#750746
(117,7,70)
0 Favorites   0 Comments

Color spaces of #750746

RGB 117770
HSL0.900.890.24
HSV326°94°46°
CMYK 0.000.940.40   0.54
XYZ8.51764.37616.1901
Yxy4.37610.44630.2293
Hunter Lab20.919136.0710-2.9009
CIE-Lab24.877847.5527-6.4240

#750746 color RGB value is (117,7,70).

#750746 hex color red value is 117, green value is 7 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #750746 hue: 0.90 , saturation: 0.89 and the lightness value of 750746 is 0.24.

The process color (four color CMYK) of #750746 color hex is 0.00, 0.94, 0.40, 0.54. Web safe color of #750746 is #660033. Color #750746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 01000110
Octal 165 7 106
Decimal 117 7 70
Hex 75 7 46

RGB Percentages of Color #750746

%60.31
%3.61
%36.08

CMYK Percentages of Color #750746

%0
%94
%40
%54

Triadic Colors of #750746

#750746 #467507 #074675

Analogous Colors of #750746

#750746 #75070f #6d0775

Monochromatic Colors of #750746

#750746

Complementary Color

#750746 #077536

#750746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750746 Color CSS Codes

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

#750746 Text Font Color

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

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


#750746 Background Color

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

This div background color is #750746


#750746 Border Color

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

This div border color is #750746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750746


Comments

No comments written yet.

Please login to write comment.