Color Hex Logo

#76323b Color Hex

#76323B
(118,50,59)
0 Favorites   0 Comments

Color spaces of #76323b

RGB 1185059
HSL0.980.400.33
HSV352°58°46°
CMYK 0.000.580.50   0.54
XYZ9.40126.44854.8869
Yxy6.44850.45340.3110
Hunter Lab25.393921.64406.3657
CIE-Lab30.516930.73009.1259

#76323b color RGB value is (118,50,59).

#76323b hex color red value is 118, green value is 50 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #76323b hue: 0.98 , saturation: 0.40 and the lightness value of 76323b is 0.33.

The process color (four color CMYK) of #76323b color hex is 0.00, 0.58, 0.50, 0.54. Web safe color of #76323b is #663333. Color #76323b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110010 00111011
Octal 166 62 73
Decimal 118 50 59
Hex 76 32 3B

RGB Percentages of Color #76323b

%51.98
%22.03
%25.99

CMYK Percentages of Color #76323b

%0
%58
%50
%54

Triadic Colors of #76323b

#76323b #3b7632 #323b76

Analogous Colors of #76323b

#76323b #764b32 #76325d

Monochromatic Colors of #76323b

#76323b

Complementary Color

#76323b #32766d

#76323b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76323b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76323b Color CSS Codes

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

#76323b Text Font Color

<p style="color:#76323b">Text here</p>

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


#76323b Background Color

<div style="background-color:#76323b">
Div content here</div>

This div background color is #76323b


#76323b Border Color

<div style="border:3px solid #76323b">
Div here</div>

This div border color is #76323b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,50,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76323b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76323b;
  -webkit-box-shadow: 1px 1px 3px 2px #76323b;
  box-shadow:         1px 1px 3px 2px #76323b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76323b


Comments

No comments written yet.

Please login to write comment.