Color Hex Logo

#76043b Color Hex

#76043B
(118,4,59)
0 Favorites   0 Comments

Color spaces of #76043b

RGB 118459
HSL0.920.930.24
HSV331°97°46°
CMYK 0.000.970.50   0.54
XYZ8.30404.25424.5211
Yxy4.25420.48620.2491
Hunter Lab20.625735.76991.4418
CIE-Lab24.494647.31800.5622

#76043b color RGB value is (118,4,59).

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

The process color (four color CMYK) of #76043b color hex is 0.00, 0.97, 0.50, 0.54. Web safe color of #76043b is #660033. Color #76043b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000100 00111011
Octal 166 4 73
Decimal 118 4 59
Hex 76 4 3B

RGB Percentages of Color #76043b

%65.19
%2.21
%32.60

CMYK Percentages of Color #76043b

%0
%97
%50
%54

Triadic Colors of #76043b

#76043b #3b7604 #043b76

Analogous Colors of #76043b

#76043b #760604 #760474

Monochromatic Colors of #76043b

#76043b

Complementary Color

#76043b #04763f

#76043b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76043b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76043b Color CSS Codes

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

#76043b Text Font Color

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

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


#76043b Background Color

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

This div background color is #76043b


#76043b Border Color

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

This div border color is #76043b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76043b


Comments

No comments written yet.

Please login to write comment.