Color Hex Logo

#76163b Color Hex

#76163B
(118,22,59)
0 Favorites   0 Comments

Color spaces of #76163b

RGB 1182259
HSL0.940.690.27
HSV337°81°46°
CMYK 0.000.810.50   0.54
XYZ8.54754.74114.6023
Yxy4.74110.47780.2650
Hunter Lab21.774131.96632.7099
CIE-Lab25.984143.04572.7180

#76163b color RGB value is (118,22,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010110 00111011
Octal 166 26 73
Decimal 118 22 59
Hex 76 16 3B

RGB Percentages of Color #76163b

%59.30
%11.06
%29.65

CMYK Percentages of Color #76163b

%0
%81
%50
%54

Triadic Colors of #76163b

#76163b #3b7616 #163b76

Analogous Colors of #76163b

#76163b #762116 #76166b

Monochromatic Colors of #76163b

#76163b

Complementary Color

#76163b #167651

#76163b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76163b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76163b Color CSS Codes

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

#76163b Text Font Color

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

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


#76163b Background Color

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

This div background color is #76163b


#76163b Border Color

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

This div border color is #76163b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76163b


Comments

No comments written yet.

Please login to write comment.