Color Hex Logo

#761647 Color Hex

#761647
(118,22,71)
0 Favorites   0 Comments

Color spaces of #761647

RGB 1182271
HSL0.910.690.27
HSV329°81°46°
CMYK 0.000.810.40   0.54
XYZ8.89554.88036.4344
Yxy4.88030.44010.2415
Hunter Lab22.091433.2163-1.8050
CIE-Lab26.391044.2915-4.8136

#761647 color RGB value is (118,22,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010110 01000111
Octal 166 26 107
Decimal 118 22 71
Hex 76 16 47

RGB Percentages of Color #761647

%55.92
%10.43
%33.65

CMYK Percentages of Color #761647

%0
%81
%40
%54

Triadic Colors of #761647

#761647 #477616 #164776

Analogous Colors of #761647

#761647 #761617 #751676

Monochromatic Colors of #761647

#761647

Complementary Color

#761647 #167645

#761647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761647 Color CSS Codes

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

#761647 Text Font Color

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

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


#761647 Background Color

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

This div background color is #761647


#761647 Border Color

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

This div border color is #761647


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,22,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761647


Comments

No comments written yet.

Please login to write comment.