Color Hex Logo

#76041c Color Hex

#76041C
(118,4,28)
0 Favorites   0 Comments

Color spaces of #76041c

RGB 118428
HSL0.960.930.24
HSV347°97°46°
CMYK 0.000.970.76   0.54
XYZ7.72424.02221.4679
Yxy4.02220.58450.3044
Hunter Lab20.055433.65109.6992
CIE-Lab23.744745.261720.9251

#76041c color RGB value is (118,4,28).

#76041c hex color red value is 118, green value is 4 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #76041c hue: 0.96 , saturation: 0.93 and the lightness value of 76041c is 0.24.

The process color (four color CMYK) of #76041c color hex is 0.00, 0.97, 0.76, 0.54. Web safe color of #76041c is #660033. Color #76041c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000100 00011100
Octal 166 4 34
Decimal 118 4 28
Hex 76 4 1C

RGB Percentages of Color #76041c

%78.67
%2.67
%18.67

CMYK Percentages of Color #76041c

%0
%97
%76
%54

Triadic Colors of #76041c

#76041c #1c7604 #041c76

Analogous Colors of #76041c

#76041c #762504 #760455

Monochromatic Colors of #76041c

#76041c

Complementary Color

#76041c #04765e

#76041c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76041c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76041c Color CSS Codes

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

#76041c Text Font Color

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

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


#76041c Background Color

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

This div background color is #76041c


#76041c Border Color

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

This div border color is #76041c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76041c


Comments

No comments written yet.

Please login to write comment.