Color Hex Logo

#771338 Color Hex

#771338
(119,19,56)
0 Favorites   0 Comments

Color spaces of #771338

RGB 1191956
HSL0.940.720.27
HSV338°84°47°
CMYK 0.000.840.53   0.53
XYZ8.55444.67324.1925
Yxy4.67320.49110.2683
Hunter Lab21.617632.80433.6336
CIE-Lab25.782743.97404.5032

#771338 color RGB value is (119,19,56).

#771338 hex color red value is 119, green value is 19 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #771338 hue: 0.94 , saturation: 0.72 and the lightness value of 771338 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010011 00111000
Octal 167 23 70
Decimal 119 19 56
Hex 77 13 38

RGB Percentages of Color #771338

%61.34
%9.79
%28.87

CMYK Percentages of Color #771338

%0
%84
%53
%53

Triadic Colors of #771338

#771338 #387713 #133877

Analogous Colors of #771338

#771338 #772013 #77136a

Monochromatic Colors of #771338

#771338

Complementary Color

#771338 #137752

#771338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771338 Color CSS Codes

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

#771338 Text Font Color

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

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


#771338 Background Color

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

This div background color is #771338


#771338 Border Color

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

This div border color is #771338


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,19,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771338


Comments

No comments written yet.

Please login to write comment.