Color Hex Logo

#76314a Color Hex

#76314A
(118,49,74)
0 Favorites   0 Comments

Color spaces of #76314a

RGB 1184974
HSL0.940.410.33
HSV338°58°46°
CMYK 0.000.580.37   0.54
XYZ9.80566.54267.2246
Yxy6.54260.41600.2775
Hunter Lab25.578523.66611.1586
CIE-Lab30.742133.0286-0.3784

#76314a color RGB value is (118,49,74).

#76314a hex color red value is 118, green value is 49 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #76314a hue: 0.94 , saturation: 0.41 and the lightness value of 76314a is 0.33.

The process color (four color CMYK) of #76314a color hex is 0.00, 0.58, 0.37, 0.54. Web safe color of #76314a is #663333. Color #76314a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110001 01001010
Octal 166 61 112
Decimal 118 49 74
Hex 76 31 4A

RGB Percentages of Color #76314a

%48.96
%20.33
%30.71

CMYK Percentages of Color #76314a

%0
%58
%37
%54

Triadic Colors of #76314a

#76314a #4a7631 #314a76

Analogous Colors of #76314a

#76314a #763b31 #76316d

Monochromatic Colors of #76314a

#76314a

Complementary Color

#76314a #31765d

#76314a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76314a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76314a Color CSS Codes

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

#76314a Text Font Color

<p style="color:#76314a">Text here</p>

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


#76314a Background Color

<div style="background-color:#76314a">
Div content here</div>

This div background color is #76314a


#76314a Border Color

<div style="border:3px solid #76314a">
Div here</div>

This div border color is #76314a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,49,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76314a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76314a;
  -webkit-box-shadow: 1px 1px 3px 2px #76314a;
  box-shadow:         1px 1px 3px 2px #76314a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76314a


Comments

No comments written yet.

Please login to write comment.