Color Hex Logo

#76454a Color Hex

#76454A
(118,69,74)
0 Favorites   0 Comments

Color spaces of #76454a

RGB 1186974
HSL0.980.260.37
HSV354°42°46°
CMYK 0.000.420.37   0.54
XYZ10.83548.60227.5679
Yxy8.60220.40120.3185
Hunter Lab29.329514.61785.2320
CIE-Lab35.206821.72166.0567

#76454a color RGB value is (118,69,74).

#76454a hex color red value is 118, green value is 69 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #76454a hue: 0.98 , saturation: 0.26 and the lightness value of 76454a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000101 01001010
Octal 166 105 112
Decimal 118 69 74
Hex 76 45 4A

RGB Percentages of Color #76454a

%45.21
%26.44
%28.35

CMYK Percentages of Color #76454a

%0
%42
%37
%54

Triadic Colors of #76454a

#76454a #4a7645 #454a76

Analogous Colors of #76454a

#76454a #765945 #764563

Monochromatic Colors of #76454a

#76454a

Complementary Color

#76454a #457671

#76454a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76454a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76454a Color CSS Codes

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

#76454a Text Font Color

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

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


#76454a Background Color

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

This div background color is #76454a


#76454a Border Color

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

This div border color is #76454a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76454a


Comments

No comments written yet.

Please login to write comment.