Color Hex Logo

#760746 Color Hex

#760746
(118,7,70)
0 Favorites   0 Comments

Color spaces of #760746

RGB 118770
HSL0.910.890.25
HSV326°94°46°
CMYK 0.000.940.41   0.54
XYZ8.65274.44576.1964
Yxy4.44570.44840.2304
Hunter Lab21.084836.3536-2.6647
CIE-Lab25.093347.8003-6.0784

#760746 color RGB value is (118,7,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 01000110
Octal 166 7 106
Decimal 118 7 70
Hex 76 7 46

RGB Percentages of Color #760746

%60.51
%3.59
%35.90

CMYK Percentages of Color #760746

%0
%94
%41
%54

Triadic Colors of #760746

#760746 #467607 #074676

Analogous Colors of #760746

#760746 #76070e #6f0776

Monochromatic Colors of #760746

#760746

Complementary Color

#760746 #077637

#760746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760746 Color CSS Codes

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

#760746 Text Font Color

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

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


#760746 Background Color

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

This div background color is #760746


#760746 Border Color

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

This div border color is #760746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760746


Comments

No comments written yet.

Please login to write comment.