Color Hex Logo

#761518 Color Hex

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

Color spaces of #761518

RGB 1182124
HSL0.990.700.27
HSV358°82°46°
CMYK 0.000.820.80   0.54
XYZ7.90424.45381.3072
Yxy4.45380.57840.3259
Hunter Lab21.104029.922511.1004
CIE-Lab25.118341.010525.0980

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

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

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

Base Numbers

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

RGB Percentages of Color #761518

%72.39
%12.88
%14.72

CMYK Percentages of Color #761518

%0
%82
%80
%54

Triadic Colors of #761518

#761518 #187615 #151876

Analogous Colors of #761518

#761518 #764215 #761549

Monochromatic Colors of #761518

#761518

Complementary Color

#761518 #157673

#761518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761518 Color CSS Codes

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

#761518 Text Font Color

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

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


#761518 Background Color

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

This div background color is #761518


#761518 Border Color

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

This div border color is #761518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761518


Comments

No comments written yet.

Please login to write comment.