Color Hex Logo

#76333a Color Hex

#76333A
(118,51,58)
0 Favorites   0 Comments

Color spaces of #76333a

RGB 1185158
HSL0.980.400.33
HSV354°57°46°
CMYK 0.000.570.51   0.54
XYZ9.41886.52474.7660
Yxy6.52470.45480.3151
Hunter Lab25.543521.11826.8179
CIE-Lab30.699430.087610.0316

#76333a color RGB value is (118,51,58).

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

The process color (four color CMYK) of #76333a color hex is 0.00, 0.57, 0.51, 0.54. Web safe color of #76333a is #663333. Color #76333a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110011 00111010
Octal 166 63 72
Decimal 118 51 58
Hex 76 33 3A

RGB Percentages of Color #76333a

%51.98
%22.47
%25.55

CMYK Percentages of Color #76333a

%0
%57
%51
%54

Triadic Colors of #76333a

#76333a #3a7633 #333a76

Analogous Colors of #76333a

#76333a #764e33 #76335c

Monochromatic Colors of #76333a

#76333a

Complementary Color

#76333a #33766f

#76333a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76333a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76333a Color CSS Codes

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

#76333a Text Font Color

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

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


#76333a Background Color

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

This div background color is #76333a


#76333a Border Color

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

This div border color is #76333a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76333a


Comments

No comments written yet.

Please login to write comment.