Color Hex Logo

#76152c Color Hex

#76152C
(118,21,44)
0 Favorites   0 Comments

Color spaces of #76152c

RGB 1182144
HSL0.960.700.27
HSV346°82°46°
CMYK 0.000.820.63   0.54
XYZ8.19404.56972.8330
Yxy4.56970.52540.2930
Hunter Lab21.376931.01167.1063
CIE-Lab25.471942.121612.2391

#76152c color RGB value is (118,21,44).

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

The process color (four color CMYK) of #76152c color hex is 0.00, 0.82, 0.63, 0.54. Web safe color of #76152c is #660033. Color #76152c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010101 00101100
Octal 166 25 54
Decimal 118 21 44
Hex 76 15 2C

RGB Percentages of Color #76152c

%64.48
%11.48
%24.04

CMYK Percentages of Color #76152c

%0
%82
%63
%54

Triadic Colors of #76152c

#76152c #2c7615 #152c76

Analogous Colors of #76152c

#76152c #762f15 #76155d

Monochromatic Colors of #76152c

#76152c

Complementary Color

#76152c #15765f

#76152c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76152c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76152c Color CSS Codes

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

#76152c Text Font Color

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

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


#76152c Background Color

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

This div background color is #76152c


#76152c Border Color

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

This div border color is #76152c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76152c


Comments

No comments written yet.

Please login to write comment.