Color Hex Logo

#761752 Color Hex

#761752
(118,23,82)
0 Favorites   0 Comments

Color spaces of #761752

RGB 1182382
HSL0.900.670.28
HSV323°81°46°
CMYK 0.000.810.31   0.54
XYZ9.30065.07358.4717
Yxy5.07350.40710.2221
Hunter Lab22.524434.2870-6.5326
CIE-Lab26.943145.3064-11.3422

#761752 color RGB value is (118,23,82).

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

The process color (four color CMYK) of #761752 color hex is 0.00, 0.81, 0.31, 0.54. Web safe color of #761752 is #660066. Color #761752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010111 01010010
Octal 166 27 122
Decimal 118 23 82
Hex 76 17 52

RGB Percentages of Color #761752

%52.91
%10.31
%36.77

CMYK Percentages of Color #761752

%0
%81
%31
%54

Triadic Colors of #761752

#761752 #527617 #175276

Analogous Colors of #761752

#761752 #761722 #6b1776

Monochromatic Colors of #761752

#761752

Complementary Color

#761752 #17763b

#761752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761752 Color CSS Codes

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

#761752 Text Font Color

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

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


#761752 Background Color

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

This div background color is #761752


#761752 Border Color

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

This div border color is #761752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761752


Comments

No comments written yet.

Please login to write comment.