Color Hex Logo

#760839 Color Hex

#760839
(118,8,57)
0 Favorites   0 Comments

Color spaces of #760839

RGB 118857
HSL0.930.870.25
HSV333°93°46°
CMYK 0.000.930.52   0.54
XYZ8.29664.32064.2676
Yxy4.32060.49140.2559
Hunter Lab20.786134.87142.3774
CIE-Lab24.704246.34862.2430

#760839 color RGB value is (118,8,57).

#760839 hex color red value is 118, green value is 8 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #760839 hue: 0.93 , saturation: 0.87 and the lightness value of 760839 is 0.25.

The process color (four color CMYK) of #760839 color hex is 0.00, 0.93, 0.52, 0.54. Web safe color of #760839 is #660033. Color #760839 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001000 00111001
Octal 166 10 71
Decimal 118 8 57
Hex 76 8 39

RGB Percentages of Color #760839

%64.48
%4.37
%31.15

CMYK Percentages of Color #760839

%0
%93
%52
%54

Triadic Colors of #760839

#760839 #397608 #083976

Analogous Colors of #760839

#760839 #760e08 #760870

Monochromatic Colors of #760839

#760839

Complementary Color

#760839 #087645

#760839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760839 Color CSS Codes

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

#760839 Text Font Color

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

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


#760839 Background Color

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

This div background color is #760839


#760839 Border Color

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

This div border color is #760839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760839


Comments

No comments written yet.

Please login to write comment.