Color Hex Logo

#761815 Color Hex

#761815
(118,24,21)
0 Favorites   0 Comments

Color spaces of #761815

RGB 1182421
HSL0.010.700.27
HSV82°46°
CMYK 0.000.800.82   0.54
XYZ7.93324.55901.1713
Yxy4.55900.58060.3337
Hunter Lab21.351828.955411.6938
CIE-Lab25.439539.892527.2972

#761815 color RGB value is (118,24,21).

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

The process color (four color CMYK) of #761815 color hex is 0.00, 0.80, 0.82, 0.54. Web safe color of #761815 is #660000. Color #761815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011000 00010101
Octal 166 30 25
Decimal 118 24 21
Hex 76 18 15

RGB Percentages of Color #761815

%72.39
%14.72
%12.88

CMYK Percentages of Color #761815

%0
%80
%82
%54

Triadic Colors of #761815

#761815 #157618 #181576

Analogous Colors of #761815

#761815 #764915 #761542

Monochromatic Colors of #761815

#761815

Complementary Color

#761815 #157376

#761815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761815 Color CSS Codes

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

#761815 Text Font Color

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

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


#761815 Background Color

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

This div background color is #761815


#761815 Border Color

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

This div border color is #761815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761815


Comments

No comments written yet.

Please login to write comment.