Color Hex Logo

#771939 Color Hex

#771939
(119,25,57)
0 Favorites   0 Comments

Color spaces of #771939

RGB 1192557
HSL0.940.650.28
HSV340°79°47°
CMYK 0.000.790.52   0.53
XYZ8.69394.91264.3609
Yxy4.91260.48390.2734
Hunter Lab22.164431.22833.8496
CIE-Lab26.484342.16124.8206

#771939 color RGB value is (119,25,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011001 00111001
Octal 167 31 71
Decimal 119 25 57
Hex 77 19 39

RGB Percentages of Color #771939

%59.20
%12.44
%28.36

CMYK Percentages of Color #771939

%0
%79
%52
%53

Triadic Colors of #771939

#771939 #397719 #193977

Analogous Colors of #771939

#771939 #772819 #771968

Monochromatic Colors of #771939

#771939

Complementary Color

#771939 #197757

#771939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771939 Color CSS Codes

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

#771939 Text Font Color

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

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


#771939 Background Color

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

This div background color is #771939


#771939 Border Color

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

This div border color is #771939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771939


Comments

No comments written yet.

Please login to write comment.