Color Hex Logo

#761119 Color Hex

#761119
(118,17,25)
1 Favorites   1 Comments

Color spaces of #761119

RGB 1181725
HSL0.990.750.26
HSV355°86°46°
CMYK 0.000.860.79   0.54
XYZ7.84714.32261.3405
Yxy4.32260.58080.3200
Hunter Lab20.790930.987310.7309
CIE-Lab24.710542.241424.0093

#761119 color RGB value is (118,17,25).

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

The process color (four color CMYK) of #761119 color hex is 0.00, 0.86, 0.79, 0.54. Web safe color of #761119 is #660000. Color #761119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010001 00011001
Octal 166 21 31
Decimal 118 17 25
Hex 76 11 19

RGB Percentages of Color #761119

%73.75
%10.63
%15.63

CMYK Percentages of Color #761119

%0
%86
%79
%54

Triadic Colors of #761119

#761119 #197611 #111976

Analogous Colors of #761119

#761119 #763c11 #76114c

Monochromatic Colors of #761119

#761119

Complementary Color

#761119 #11766e

#761119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761119 Color CSS Codes

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

#761119 Text Font Color

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

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


#761119 Background Color

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

This div background color is #761119


#761119 Border Color

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

This div border color is #761119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761119


Comments

26 Nov 2018, 16:55 fabriciorsf

brazilianwood

Please login to write comment.