Color Hex Logo

#76183e Color Hex

#76183E
(118,24,62)
0 Favorites   0 Comments

Color spaces of #76183e

RGB 1182462
HSL0.930.660.28
HSV336°80°46°
CMYK 0.000.800.47   0.54
XYZ8.66734.85265.0373
Yxy4.85260.46710.2615
Hunter Lab22.028631.68191.8621
CIE-Lab26.310642.67981.1519

#76183e color RGB value is (118,24,62).

#76183e hex color red value is 118, green value is 24 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #76183e hue: 0.93 , saturation: 0.66 and the lightness value of 76183e is 0.28.

The process color (four color CMYK) of #76183e color hex is 0.00, 0.80, 0.47, 0.54. Web safe color of #76183e is #660033. Color #76183e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011000 00111110
Octal 166 30 76
Decimal 118 24 62
Hex 76 18 3E

RGB Percentages of Color #76183e

%57.84
%11.76
%30.39

CMYK Percentages of Color #76183e

%0
%80
%47
%54

Triadic Colors of #76183e

#76183e #3e7618 #183e76

Analogous Colors of #76183e

#76183e #762118 #76186d

Monochromatic Colors of #76183e

#76183e

Complementary Color

#76183e #187650

#76183e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76183e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76183e Color CSS Codes

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

#76183e Text Font Color

<p style="color:#76183e">Text here</p>

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


#76183e Background Color

<div style="background-color:#76183e">
Div content here</div>

This div background color is #76183e


#76183e Border Color

<div style="border:3px solid #76183e">
Div here</div>

This div border color is #76183e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,24,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76183e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76183e;
  -webkit-box-shadow: 1px 1px 3px 2px #76183e;
  box-shadow:         1px 1px 3px 2px #76183e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76183e


Comments

No comments written yet.

Please login to write comment.