Color Hex Logo

#761842 Color Hex

#761842
(118,24,66)
0 Favorites   0 Comments

Color spaces of #761842

RGB 1182466
HSL0.930.660.28
HSV333°80°46°
CMYK 0.000.800.44   0.54
XYZ8.78124.89825.6369
Yxy4.89820.45460.2536
Hunter Lab22.131932.09210.3914
CIE-Lab26.442743.0918-1.3630

#761842 color RGB value is (118,24,66).

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

The process color (four color CMYK) of #761842 color hex is 0.00, 0.80, 0.44, 0.54. Web safe color of #761842 is #660033. Color #761842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011000 01000010
Octal 166 30 102
Decimal 118 24 66
Hex 76 18 42

RGB Percentages of Color #761842

%56.73
%11.54
%31.73

CMYK Percentages of Color #761842

%0
%80
%44
%54

Triadic Colors of #761842

#761842 #427618 #184276

Analogous Colors of #761842

#761842 #761d18 #761871

Monochromatic Colors of #761842

#761842

Complementary Color

#761842 #18764c

#761842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761842 Color CSS Codes

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

#761842 Text Font Color

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

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


#761842 Background Color

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

This div background color is #761842


#761842 Border Color

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

This div border color is #761842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761842


Comments

No comments written yet.

Please login to write comment.