Color Hex Logo

#76334f Color Hex

#76334F
(118,51,79)
0 Favorites   0 Comments

Color spaces of #76334f

RGB 1185179
HSL0.930.400.33
HSV335°57°46°
CMYK 0.000.570.33   0.54
XYZ10.06636.78378.1760
Yxy6.78370.40220.2711
Hunter Lab26.045523.4085-0.3800
CIE-Lab31.309332.6436-2.8091

#76334f color RGB value is (118,51,79).

#76334f hex color red value is 118, green value is 51 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #76334f hue: 0.93 , saturation: 0.40 and the lightness value of 76334f is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110011 01001111
Octal 166 63 117
Decimal 118 51 79
Hex 76 33 4F

RGB Percentages of Color #76334f

%47.58
%20.56
%31.85

CMYK Percentages of Color #76334f

%0
%57
%33
%54

Triadic Colors of #76334f

#76334f #4f7633 #334f76

Analogous Colors of #76334f

#76334f #763933 #763371

Monochromatic Colors of #76334f

#76334f

Complementary Color

#76334f #33765a

#76334f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76334f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76334f Color CSS Codes

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

#76334f Text Font Color

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

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


#76334f Background Color

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

This div background color is #76334f


#76334f Border Color

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

This div border color is #76334f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76334f


Comments

No comments written yet.

Please login to write comment.