Color Hex Logo

#76283e Color Hex

#76283E
(118,40,62)
0 Favorites   0 Comments

Color spaces of #76283e

RGB 1184062
HSL0.950.490.31
HSV343°66°46°
CMYK 0.000.660.47   0.54
XYZ9.09955.71695.1813
Yxy5.71690.45500.2859
Hunter Lab23.910026.08963.8889
CIE-Lab28.686736.11844.5708

#76283e color RGB value is (118,40,62).

#76283e hex color red value is 118, green value is 40 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #76283e hue: 0.95 , saturation: 0.49 and the lightness value of 76283e is 0.31.

The process color (four color CMYK) of #76283e color hex is 0.00, 0.66, 0.47, 0.54. Web safe color of #76283e is #663333. Color #76283e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101000 00111110
Octal 166 50 76
Decimal 118 40 62
Hex 76 28 3E

RGB Percentages of Color #76283e

%53.64
%18.18
%28.18

CMYK Percentages of Color #76283e

%0
%66
%47
%54

Triadic Colors of #76283e

#76283e #3e7628 #283e76

Analogous Colors of #76283e

#76283e #763928 #762865

Monochromatic Colors of #76283e

#76283e

Complementary Color

#76283e #287660

#76283e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76283e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76283e Color CSS Codes

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

#76283e Text Font Color

<p style="color:#76283e">Text here</p>

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


#76283e Background Color

<div style="background-color:#76283e">
Div content here</div>

This div background color is #76283e


#76283e Border Color

<div style="border:3px solid #76283e">
Div here</div>

This div border color is #76283e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,40,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76283e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76283e;
  -webkit-box-shadow: 1px 1px 3px 2px #76283e;
  box-shadow:         1px 1px 3px 2px #76283e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76283e


Comments

No comments written yet.

Please login to write comment.