Color Hex Logo

#771013 Color Hex

#771013
(119,16,19)
0 Favorites   0 Comments

Color spaces of #771013

RGB 1191619
HSL1.000.760.26
HSV358°87°47°
CMYK 0.000.870.84   0.53
XYZ7.91064.33951.0368
Yxy4.33950.59540.3266
Hunter Lab20.831531.329011.6311
CIE-Lab24.763542.598727.8907

#771013 color RGB value is (119,16,19).

#771013 hex color red value is 119, green value is 16 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #771013 hue: 1.00 , saturation: 0.76 and the lightness value of 771013 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010000 00010011
Octal 167 20 23
Decimal 119 16 19
Hex 77 10 13

RGB Percentages of Color #771013

%77.27
%10.39
%12.34

CMYK Percentages of Color #771013

%0
%87
%84
%53

Triadic Colors of #771013

#771013 #137710 #101377

Analogous Colors of #771013

#771013 #774110 #771047

Monochromatic Colors of #771013

#771013

Complementary Color

#771013 #107774

#771013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771013 Color CSS Codes

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

#771013 Text Font Color

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

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


#771013 Background Color

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

This div background color is #771013


#771013 Border Color

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

This div border color is #771013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771013


Comments

No comments written yet.

Please login to write comment.