Color Hex Logo

#761851 Color Hex

#761851
(118,24,81)
0 Favorites   0 Comments

Color spaces of #761851

RGB 1182481
HSL0.900.660.28
HSV324°80°46°
CMYK 0.000.800.31   0.54
XYZ9.28315.09898.2795
Yxy5.09890.40960.2250
Hunter Lab22.580733.8663-5.9329
CIE-Lab27.014744.8535-10.5682

#761851 color RGB value is (118,24,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011000 01010001
Octal 166 30 121
Decimal 118 24 81
Hex 76 18 51

RGB Percentages of Color #761851

%52.91
%10.76
%36.32

CMYK Percentages of Color #761851

%0
%80
%31
%54

Triadic Colors of #761851

#761851 #517618 #185176

Analogous Colors of #761851

#761851 #761822 #6c1876

Monochromatic Colors of #761851

#761851

Complementary Color

#761851 #18763d

#761851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761851 Color CSS Codes

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

#761851 Text Font Color

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

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


#761851 Background Color

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

This div background color is #761851


#761851 Border Color

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

This div border color is #761851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761851


Comments

No comments written yet.

Please login to write comment.