Color Hex Logo

#76123b Color Hex

#76123B
(118,18,59)
0 Favorites   0 Comments

Color spaces of #76123b

RGB 1181859
HSL0.930.740.27
HSV335°85°46°
CMYK 0.000.850.50   0.54
XYZ8.47694.59994.5788
Yxy4.59990.48010.2605
Hunter Lab21.447433.01782.3553
CIE-Lab25.563144.24192.1110

#76123b color RGB value is (118,18,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 00111011
Octal 166 22 73
Decimal 118 18 59
Hex 76 12 3B

RGB Percentages of Color #76123b

%60.51
%9.23
%30.26

CMYK Percentages of Color #76123b

%0
%85
%50
%54

Triadic Colors of #76123b

#76123b #3b7612 #123b76

Analogous Colors of #76123b

#76123b #761b12 #76126d

Monochromatic Colors of #76123b

#76123b

Complementary Color

#76123b #12764d

#76123b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76123b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76123b Color CSS Codes

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

#76123b Text Font Color

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

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


#76123b Background Color

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

This div background color is #76123b


#76123b Border Color

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

This div border color is #76123b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76123b


Comments

No comments written yet.

Please login to write comment.