Color Hex Logo

#76213e Color Hex

#76213E
(118,33,62)
0 Favorites   0 Comments

Color spaces of #76213e

RGB 1183362
HSL0.940.560.30
HSV340°72°46°
CMYK 0.000.720.47   0.54
XYZ8.88465.28715.1097
Yxy5.28710.46080.2742
Hunter Lab22.993728.73222.9201
CIE-Lab27.537539.25672.9249

#76213e color RGB value is (118,33,62).

#76213e hex color red value is 118, green value is 33 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #76213e hue: 0.94 , saturation: 0.56 and the lightness value of 76213e is 0.30.

The process color (four color CMYK) of #76213e color hex is 0.00, 0.72, 0.47, 0.54. Web safe color of #76213e is #663333. Color #76213e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100001 00111110
Octal 166 41 76
Decimal 118 33 62
Hex 76 21 3E

RGB Percentages of Color #76213e

%55.40
%15.49
%29.11

CMYK Percentages of Color #76213e

%0
%72
%47
%54

Triadic Colors of #76213e

#76213e #3e7621 #213e76

Analogous Colors of #76213e

#76213e #762f21 #762169

Monochromatic Colors of #76213e

#76213e

Complementary Color

#76213e #217659

#76213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76213e Color CSS Codes

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

#76213e Text Font Color

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

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


#76213e Background Color

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

This div background color is #76213e


#76213e Border Color

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

This div border color is #76213e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76213e


Comments

No comments written yet.

Please login to write comment.