Color Hex Logo

#761718 Color Hex

#761718
(118,23,24)
0 Favorites   0 Comments

Color spaces of #761718

RGB 1182324
HSL1.000.670.28
HSV359°81°46°
CMYK 0.000.810.80   0.54
XYZ7.94254.53031.3200
Yxy4.53030.57580.3285
Hunter Lab21.284529.361011.2222
CIE-Lab25.352440.353425.3526

#761718 color RGB value is (118,23,24).

#761718 hex color red value is 118, green value is 23 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #761718 hue: 1.00 , saturation: 0.67 and the lightness value of 761718 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010111 00011000
Octal 166 27 30
Decimal 118 23 24
Hex 76 17 18

RGB Percentages of Color #761718

%71.52
%13.94
%14.55

CMYK Percentages of Color #761718

%0
%81
%80
%54

Triadic Colors of #761718

#761718 #187617 #171876

Analogous Colors of #761718

#761718 #764617 #761748

Monochromatic Colors of #761718

#761718

Complementary Color

#761718 #177675

#761718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761718 Color CSS Codes

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

#761718 Text Font Color

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

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


#761718 Background Color

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

This div background color is #761718


#761718 Border Color

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

This div border color is #761718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761718


Comments

No comments written yet.

Please login to write comment.