Color Hex Logo

#76121a Color Hex

#76121A
(118,18,26)
0 Favorites   0 Comments

Color spaces of #76121a

RGB 1181826
HSL0.990.740.27
HSV355°85°46°
CMYK 0.000.850.78   0.54
XYZ7.87404.35871.4036
Yxy4.35870.57740.3196
Hunter Lab20.877530.786110.6282
CIE-Lab24.823542.002723.4906

#76121a color RGB value is (118,18,26).

#76121a hex color red value is 118, green value is 18 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #76121a hue: 0.99 , saturation: 0.74 and the lightness value of 76121a is 0.27.

The process color (four color CMYK) of #76121a color hex is 0.00, 0.85, 0.78, 0.54. Web safe color of #76121a is #660033. Color #76121a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 00011010
Octal 166 22 32
Decimal 118 18 26
Hex 76 12 1A

RGB Percentages of Color #76121a

%72.84
%11.11
%16.05

CMYK Percentages of Color #76121a

%0
%85
%78
%54

Triadic Colors of #76121a

#76121a #1a7612 #121a76

Analogous Colors of #76121a

#76121a #763c12 #76124c

Monochromatic Colors of #76121a

#76121a

Complementary Color

#76121a #12766e

#76121a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76121a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76121a Color CSS Codes

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

#76121a Text Font Color

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

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


#76121a Background Color

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

This div background color is #76121a


#76121a Border Color

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

This div border color is #76121a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,18,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76121a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76121a;
  -webkit-box-shadow: 1px 1px 3px 2px #76121a;
  box-shadow:         1px 1px 3px 2px #76121a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76121a


Comments

No comments written yet.

Please login to write comment.