Color Hex Logo

#771117 Color Hex

#771117
(119,17,23)
0 Favorites   0 Comments

Color spaces of #771117

RGB 1191723
HSL0.990.750.27
HSV356°86°47°
CMYK 0.000.860.81   0.53
XYZ7.96294.38471.2373
Yxy4.38470.58620.3228
Hunter Lab20.939731.235211.1544
CIE-Lab24.904542.470825.5607

#771117 color RGB value is (119,17,23).

#771117 hex color red value is 119, green value is 17 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #771117 hue: 0.99 , saturation: 0.75 and the lightness value of 771117 is 0.27.

The process color (four color CMYK) of #771117 color hex is 0.00, 0.86, 0.81, 0.53. Web safe color of #771117 is #660000. Color #771117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010001 00010111
Octal 167 21 27
Decimal 119 17 23
Hex 77 11 17

RGB Percentages of Color #771117

%74.84
%10.69
%14.47

CMYK Percentages of Color #771117

%0
%86
%81
%53

Triadic Colors of #771117

#771117 #177711 #111777

Analogous Colors of #771117

#771117 #773e11 #77114a

Monochromatic Colors of #771117

#771117

Complementary Color

#771117 #117771

#771117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771117 Color CSS Codes

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

#771117 Text Font Color

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

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


#771117 Background Color

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

This div background color is #771117


#771117 Border Color

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

This div border color is #771117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771117


Comments

No comments written yet.

Please login to write comment.