Color Hex Logo

#761246 Color Hex

#761246
(118,18,70)
0 Favorites   0 Comments

Color spaces of #761246

RGB 1181870
HSL0.910.740.27
HSV329°85°46°
CMYK 0.000.850.41   0.54
XYZ8.79304.72646.2432
Yxy4.72640.44490.2392
Hunter Lab21.740334.1500-1.8082
CIE-Lab25.940645.3574-4.8107

#761246 color RGB value is (118,18,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 01000110
Octal 166 22 106
Decimal 118 18 70
Hex 76 12 46

RGB Percentages of Color #761246

%57.28
%8.74
%33.98

CMYK Percentages of Color #761246

%0
%85
%41
%54

Triadic Colors of #761246

#761246 #467612 #124676

Analogous Colors of #761246

#761246 #761214 #741276

Monochromatic Colors of #761246

#761246

Complementary Color

#761246 #127642

#761246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761246 Color CSS Codes

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

#761246 Text Font Color

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

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


#761246 Background Color

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

This div background color is #761246


#761246 Border Color

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

This div border color is #761246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761246


Comments

No comments written yet.

Please login to write comment.