Color Hex Logo

#761748 Color Hex

#761748
(118,23,72)
0 Favorites   0 Comments

Color spaces of #761748

RGB 1182372
HSL0.910.670.28
HSV329°81°46°
CMYK 0.000.810.39   0.54
XYZ8.94734.93226.6113
Yxy4.93220.43660.2407
Hunter Lab22.208633.0484-2.1041
CIE-Lab26.540744.0858-5.2629

#761748 color RGB value is (118,23,72).

#761748 hex color red value is 118, green value is 23 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #761748 hue: 0.91 , saturation: 0.67 and the lightness value of 761748 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010111 01001000
Octal 166 27 110
Decimal 118 23 72
Hex 76 17 48

RGB Percentages of Color #761748

%55.40
%10.80
%33.80

CMYK Percentages of Color #761748

%0
%81
%39
%54

Triadic Colors of #761748

#761748 #487617 #174876

Analogous Colors of #761748

#761748 #761718 #751776

Monochromatic Colors of #761748

#761748

Complementary Color

#761748 #177645

#761748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761748 Color CSS Codes

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

#761748 Text Font Color

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

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


#761748 Background Color

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

This div background color is #761748


#761748 Border Color

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

This div border color is #761748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761748


Comments

No comments written yet.

Please login to write comment.