Color Hex Logo

#76394f Color Hex

#76394F
(118,57,79)
0 Favorites   0 Comments

Color spaces of #76394f

RGB 1185779
HSL0.940.350.34
HSV338°52°46°
CMYK 0.000.520.33   0.54
XYZ10.34567.34238.2691
Yxy7.34230.39860.2829
Hunter Lab27.096720.73270.8741
CIE-Lab32.573829.3613-0.9480

#76394f color RGB value is (118,57,79).

#76394f hex color red value is 118, green value is 57 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #76394f hue: 0.94 , saturation: 0.35 and the lightness value of 76394f is 0.34.

The process color (four color CMYK) of #76394f color hex is 0.00, 0.52, 0.33, 0.54. Web safe color of #76394f is #663366. Color #76394f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111001 01001111
Octal 166 71 117
Decimal 118 57 79
Hex 76 39 4F

RGB Percentages of Color #76394f

%46.46
%22.44
%31.10

CMYK Percentages of Color #76394f

%0
%52
%33
%54

Triadic Colors of #76394f

#76394f #4f7639 #394f76

Analogous Colors of #76394f

#76394f #764239 #76396e

Monochromatic Colors of #76394f

#76394f

Complementary Color

#76394f #397660

#76394f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76394f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76394f Color CSS Codes

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

#76394f Text Font Color

<p style="color:#76394f">Text here</p>

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


#76394f Background Color

<div style="background-color:#76394f">
Div content here</div>

This div background color is #76394f


#76394f Border Color

<div style="border:3px solid #76394f">
Div here</div>

This div border color is #76394f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,57,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76394f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76394f;
  -webkit-box-shadow: 1px 1px 3px 2px #76394f;
  box-shadow:         1px 1px 3px 2px #76394f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76394f


Comments

No comments written yet.

Please login to write comment.