Color Hex Logo

#761913 Color Hex

#761913
(118,25,19)
0 Favorites   0 Comments

Color spaces of #761913

RGB 1182519
HSL0.010.720.27
HSV84°46°
CMYK 0.000.790.84   0.54
XYZ7.93644.59381.0845
Yxy4.59380.58290.3374
Hunter Lab21.433228.588112.0032
CIE-Lab25.544739.468528.5972

#761913 color RGB value is (118,25,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011001 00010011
Octal 166 31 23
Decimal 118 25 19
Hex 76 19 13

RGB Percentages of Color #761913

%72.84
%15.43
%11.73

CMYK Percentages of Color #761913

%0
%79
%84
%54

Triadic Colors of #761913

#761913 #137619 #191376

Analogous Colors of #761913

#761913 #764b13 #76133e

Monochromatic Colors of #761913

#761913

Complementary Color

#761913 #137076

#761913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761913 Color CSS Codes

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

#761913 Text Font Color

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

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


#761913 Background Color

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

This div background color is #761913


#761913 Border Color

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

This div border color is #761913


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,25,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 #761913">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761913


Comments

No comments written yet.

Please login to write comment.