Color Hex Logo

#771610 Color Hex

#771610
(119,22,16)
0 Favorites   0 Comments

Color spaces of #771610

RGB 1192216
HSL0.010.760.26
HSV87°47°
CMYK 0.000.820.87   0.53
XYZ7.98824.53320.9442
Yxy4.53320.59320.3367
Hunter Lab21.291329.710912.2746
CIE-Lab25.361240.733930.2209

#771610 color RGB value is (119,22,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010110 00010000
Octal 167 26 20
Decimal 119 22 16
Hex 77 16 10

RGB Percentages of Color #771610

%75.80
%14.01
%10.19

CMYK Percentages of Color #771610

%0
%82
%87
%53

Triadic Colors of #771610

#771610 #107716 #161077

Analogous Colors of #771610

#771610 #774a10 #77103e

Monochromatic Colors of #771610

#771610

Complementary Color

#771610 #107177

#771610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771610 Color CSS Codes

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

#771610 Text Font Color

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

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


#771610 Background Color

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

This div background color is #771610


#771610 Border Color

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

This div border color is #771610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771610


Comments

No comments written yet.

Please login to write comment.