Color Hex Logo

#76381f Color Hex

#76381F
(118,56,31)
0 Favorites   0 Comments

Color spaces of #76381f

RGB 1185631
HSL0.050.580.29
HSV17°74°46°
CMYK 0.000.530.74   0.54
XYZ9.13276.77882.1234
Yxy6.77880.50640.3759
Hunter Lab26.036117.049313.3898
CIE-Lab31.297925.140927.7145

#76381f color RGB value is (118,56,31).

#76381f hex color red value is 118, green value is 56 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #76381f hue: 0.05 , saturation: 0.58 and the lightness value of 76381f is 0.29.

The process color (four color CMYK) of #76381f color hex is 0.00, 0.53, 0.74, 0.54. Web safe color of #76381f is #663333. Color #76381f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111000 00011111
Octal 166 70 37
Decimal 118 56 31
Hex 76 38 1F

RGB Percentages of Color #76381f

%57.56
%27.32
%15.12

CMYK Percentages of Color #76381f

%0
%53
%74
%54

Triadic Colors of #76381f

#76381f #1f7638 #381f76

Analogous Colors of #76381f

#76381f #76641f #761f31

Monochromatic Colors of #76381f

#76381f

Complementary Color

#76381f #1f5d76

#76381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76381f Color CSS Codes

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

#76381f Text Font Color

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

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


#76381f Background Color

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

This div background color is #76381f


#76381f Border Color

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

This div border color is #76381f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76381f


Comments

No comments written yet.

Please login to write comment.