Color Hex Logo

#761939 Color Hex

#761939
(118,25,57)
0 Favorites   0 Comments

Color spaces of #761939

RGB 1182557
HSL0.940.650.28
HSV339°79°46°
CMYK 0.000.790.52   0.54
XYZ8.55744.84224.3545
Yxy4.84220.48200.2727
Hunter Lab22.005030.90713.6708
CIE-Lab26.280441.85494.5025

#761939 color RGB value is (118,25,57).

#761939 hex color red value is 118, green value is 25 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #761939 hue: 0.94 , saturation: 0.65 and the lightness value of 761939 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011001 00111001
Octal 166 31 71
Decimal 118 25 57
Hex 76 19 39

RGB Percentages of Color #761939

%59.00
%12.50
%28.50

CMYK Percentages of Color #761939

%0
%79
%52
%54

Triadic Colors of #761939

#761939 #397619 #193976

Analogous Colors of #761939

#761939 #762819 #761968

Monochromatic Colors of #761939

#761939

Complementary Color

#761939 #197656

#761939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761939 Color CSS Codes

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

#761939 Text Font Color

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

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


#761939 Background Color

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

This div background color is #761939


#761939 Border Color

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

This div border color is #761939


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,25,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 #761939">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761939


Comments

No comments written yet.

Please login to write comment.